forked from hackforla/peopledepot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
nav: | ||
- index.md | ||
- About | ||
- architecture | ||
- ref | ||
- howto | ||
- contributing | ||
- license.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nav: | ||
- intro.md | ||
- license.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
---8<-- "README.md" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
--8<-- "README.md" | ||
# Contents | ||
|
||
1. About | ||
- [Introduction](intro.md) | ||
- [License](license.md) | ||
1. Topics | ||
- Authentication | ||
- User Permissions | ||
- Projects | ||
- Program Areas | ||
- Events | ||
- Affiliates | ||
1. Tutorials | ||
- Create a simple React client app | ||
1. Guides | ||
- How to set up X | ||
1. Reference | ||
- REST API | ||
- Code Docs | ||
1. Contributing | ||
- Developer | ||
- Joining the Team | ||
- Development Environment | ||
- Working with Issues | ||
- Working with Git | ||
- Pull Requests | ||
- Developer Guides | ||
- Add new model and API endpoints | ||
- Create initial data scripts | ||
- Run backend in venv | ||
- Maintainer Guides | ||
- Update build dependencies | ||
- Merge pull requests | ||
- Tools | ||
- Scripts | ||
- MkDocs | ||
- Docker | ||
- Pre-commit | ||
- uv | ||
- Project Management | ||
- Documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters