sticks-stuff / developer-portal

A place for developers interested in smash.gg's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start.gg Developer Portal

A place for developers interested in start.gg's API

How do I contribute documentation?

Great question!

  1. Fork/checkout this repo.
  2. Add your .md file in the correct place in the /docs directory
  3. Add the path to your doc file in website/sidebars.json
  4. Open a pull request with these changes and wait for approval :)

Super Quick Tips re: Docs

Here are some quick tips for your docs!

  1. Make sure to use H2's as these are used for page nav
  2. If you are linking to an external page (ie not on developer.start.gg/*) please have these open in a new tab using <a href="https://external-site.example" target="_blank">Hyperlink text</a>
  3. If you are linking to a page within developer.start.gg, please link it as [hyperlink text](/page) instead of [hyperlink text](https://developer.start.gg/page)
  4. Try to keep your characters per line to around 80. This helps prevent merge conflicts and is generally better for version control.

For those of you using Visual Studio Code, there are two recommended extensions:

About

A place for developers interested in smash.gg's API

License:MIT License


Languages

Language:JavaScript 40.1%Language:SCSS 39.4%Language:Mustache 13.1%Language:CSS 7.0%Language:Dockerfile 0.4%