Documentation
The documentation on this site is created and edited by a variety of contributors. If you would like to contribute to the documentation, follow the steps below.
-
Learn about using Markdown basic syntax.
-
Create or edit any
.md(or.mdx) files insrc/content/docs/directory. All files within are mapped to a filename based URL structure.Eg. the content at
src/content/docs/start/contribute.mdxis available at/start/contributeas you can see in the current URL.Any documentation nested within directories will be automatically included in the sidebar navigation. For advanced use-cases you can configure
sidebarinastro.config.js. -
Additional reading for more advanced content.