1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/docs/docusaurus/contributing_to_docs.md
Topher Lubaway 7df8829353 Some kind words around docs contribution (#13133)
copied from Cloud
2022-05-24 15:21:48 -05:00

27 lines
975 B
Markdown

# Contributions to docs
![hide easter egg text for images in these thingies](../assets/docs/docs-contribution-keyboard.jpg)
## Did you just learn something?!
- maybe write a doc for it!
## Where to put stuff
- Try and utilize existing folder structure
- If it fits in an existing category: great!
- If it doesn't add it to `/docs/` top level
- If it makes sense to make a new category with other top level make a new directory
- **images** and other assets live in `/docs/assets/`
- New folders **need at least 2 markdown files** for docusarus to recognise the folder in the sidebar
## Testing your changes locally
[more in depth local change guide here](locally_testing_docusaurus.md)
- You can see what the docs website will look like locally try:
```bash
cd docusaurus
yarn build && yarn serve
# press control-c to exit the server
```
- if you change **anything at all**
- Your changes will not show up on the website until you re-run `yarn build && yarn serve`