This is the documentation website for the StubHub API! (http://developer.stubhub.com)
This website is built using Docusaurus 2, a modern static website generator.
All submissions are welcome. Fork the repository, read the rest of this README file and make some changes. Once you're done with your changes send a pull request. Thanks!
You're going to need:
- Fork this repository on Github.
- Clone your forked repository (not our original one) to your hard drive with
git clone https://github.com/YOURUSERNAME/viagogo-api-docs.git cd viagogo-api-docs- Install all dependencies:
npm install - Start the preview server:
npm run start
This website is built using Docusaurus 2 and it uses the default project structure for Docusaurus websites.
Open the .md or .mdx file for the content you want to edit and make your changes. See
Docusaurus Markdown Features for more information.
- Add a
.mdor.mdxfile under the./docs/folder - Update
./sidebars.jsto add your new doc to the side-bar. See Docusaurus Sidebar for more details
- Add a new
.mdor.mdxfile namedYYYY-MM-DD-your-announcement-name.mdxunder the./blog/folder. See Docusaurus Blogs for more details