Welcome to our documentation guide. Here are some useful tips you need to know!
Our documentation can be found in ONLY TWO PLACES:
- Inline within the repository's code files: We have automated processes to extract this information and place it in our Talawa documentation site docs.talawa.io.
- In our
talawa-docsrepository: Our Talawa-Docs repository contains user edited markdown files that are automatically integrated into our Talawa documentation site docs.talawa.io using the Docusaurus package.
The process in easy:
- Install
talawa-docson your system - Launch docusaurus on your system according to the
talawa-docsdocumentation.- A local version of
docs.talawa.ioshould automatically launched in your browser at http://localhost:3000/
- A local version of
- Add/modify the markdown documents to the
docs/directory of thetalawa-docsrepository - If adding a file, then you will also need to edit the
sidebars.jswhich is used to generate the docs.talawa.io menus. - Always monitor the local website in your brower to make sure the changes are acceptable.
- You'll be able to see errors that you can use for troubleshooting in the CLI window you used to launch the local website.
PLEASE do not add markdown files in this repository. Add them to talawa-docs!