-
/docusaurus.config.js
- A config file containing the site configuration.
-
/src/
- Non-documentation files like pages, custom React components, or
Docaurus native components.
-
/src/components
- Custom react components used for the website or included in the documentation, such as the Try It Out!
-
/src/pages
- Any files within this directory will be converted into a website page. Currently, we don't use this directory.
-
/src/theme
- Docusausus native components such as the sidebar, content page, and content page footer designs.
-
/static/
- Static directory. Any contents inside here will be copied into the root of the final build
directory.
/static/img
- Website images such as Beyond Identity logos and other assets.
-
/package.json
- A Docusaurus website is a React app. You can install and use any npm packages you like in them.
-
/redirects.json
- List of old URLs that are automatically redirected to a new URL, preventing broken links and preserving SEO value.