README
Last updated at Mar 15, 2024
Adding your Doc
Create a new markdown .md file inside the src/docs directory.
Your new doc DOCTITLE.md will be available at https://docs.buri.dev/DOCTITLE or https://docs.buri.dev/DIRECTORYNAME/DOCTITLE if found inside a directory.
src/docs/intro.md
Don’t forget to update the Outline in src/docs/intro.md with your new doc to help others navigate to your new doc.
Avoid deleting the file src/docs/intro.md since it serves as the default content for the home page. It also includes the Outline which ideally references all other docs.