Welcome to our documentation guide. Here are some useful tips you need to know!
Our docs.talawa.io contains our Talawa documentation.
Our documentation can be found in ONLY 3 PLACES:
- Mardown files in the
/docsdirectory.: Manually created documents are placed in this directory tree. These files are rendered in docusaurus on the docs.talawa.io site after each PR.
The process in easy:
- Enter the
docs/directory - Follow the instructions in the
README.mdfile to launch Docusaurus. - Add/modify the markdown documents to the
docs/docs/docsdirectory. - If adding a file, then you may need to edit the
sidebars.jswhich is used to generate the left navigation 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.
- 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: This is used for Talawa Wide documentation. 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
talawa-docsrepository has anINSTALLATION.mdfile that explains how to configure and install it.
- The