Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* [API](/api-repo)
* [Monogame Game Template](/template-repo)
* [Flatpakify](/flatpakify-repo)
* [Documentation](/../)
* Contributing Guide
* [How to Contribute](/Contributing/contributing.md)
* [Code Style](/Contributing/style-guides.md)
2 changes: 1 addition & 1 deletion docs/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ While not necessarily part of the vital operation of Devcade, we do provide temp
[Flatpakify](/flatpakify-repo) is a tool developed to help users package their games into Flatpaks. This is required in order for games to be uploaded and run on Devcade but can be an unfamiliar process to many. This tool helps to simplify that process by doing most of it for you, given the right input. It is originally designed to work with C# projects but with some workarounds it can be used on other projects as well.

### Documentation
Thats what you are reading here. You probably know why its here, but in addition to providing useful information that doesn't otherwise have a home, it also brings the READMEs of all of the other repos together into one convenient spot for viewing, [including its own](/../).
Thats what you are reading here. You probably know why its here, but in addition to providing useful information that doesn't otherwise have a home, it also brings the READMEs of all of the other repos together into one convenient spot for viewing, [including its own](#/).

## The standard flow of operation

Expand Down