This is the documentation website for the StubHub API! (https://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
.md
or.mdx
file under the./docs/
folder - Update
./sidebars.js
to add your new doc to the side-bar. See Docusaurus Sidebar for more details
- Add a new
.md
or.mdx
file namedYYYY-MM-DD-your-announcement-name.mdx
under the./blog/
folder. See Docusaurus Blogs for more details