This repository stores all the Markdown articles for the official XAuth Ecosystem website's wiki.
The main website fetches the _wiki_structure.json file to build the sidebar navigation. When a user clicks a link, the website fetches the corresponding Markdown file from the articles/ directory in this repository and renders it dynamically.
This approach allows the documentation to be updated independently of the main website's deployment cycle. Changes pushed to the main branch of this repository will be reflected on the live site, though a delay of up to 5 minutes may occur due to CDN caching.
To contribute to the documentation, please follow these steps:
- Fork this repository
- Create a new branch (
git checkout -b docs/your-new-article) - Create a new
.mdfile inside thearticles/directory - Add a reference to your new article in the
_wiki_structure.jsonfile - Commit and push your changes
- Open a Pull Request
Your contributions are greatly appreciated!
The content of this documentation is licensed under the CC0 1.0 Universal. See the LICENSE file for details.