Welcome to our documentation guide. Here are some useful tips you need to know!
- Our docs.talawa.io contains our Talawa documentation.
- This repository contains the markdown files for the site.
- The site and this repo use Docusaurus to render documentation markdown files into static HTML.
The process in easy:
- Follow the instructions in the
INSTALLATION.mdfile to launch the repo's Docusaurus website on your machine. - Edit the appropriate markdown files in the
docs/directory - If adding a file, then you may need to edit the
sidebars.jswhich is used to generate the left navigation menus. In most cases placing a new file in a directory is sufficient. - Edited files are viewable in the test Docusaurus website.
- 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.