AuraRepo Wiki
Welcome to the homepage for the AuraRepo Wiki.
AuraRepo includes WIP support for wikis. They use a special `ar-wiki` orphaned branch to keep track of its history separate from the main project history. To create a wiki for your project, simply create the `ar-wiki` orphaned branch using the following git command:
git switch --orphan ar-wiki
Be sure to remove any unstaged files, stash them, or add them to a new .gitignore file. Create the `index.gmi` file, commit, and push to your repository. Once pushed, AuraRepo will list the link to your project wiki on the repo's homepage.
AuraRepo will eventually include features in the Gemini interface to allow users to modify the wiki pages via Titan. Upon upload of modifications via Titan, AuraRepo will then create a git commit to the repository's `ar-wiki` branch, handling any merges that need to be made, if necessary.