Skip to content

Commit

Permalink
WIP: structuring contents and about
Browse files Browse the repository at this point in the history
  • Loading branch information
fyliu committed Sep 10, 2024
1 parent aced59a commit ebdee8c
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ repos:
exclude: |
(?x)^(
.github/ISSUE_TEMPLATE/|
docs/index.md$|
docs/license.md$
docs/About.intro.md$|
docs/About.license.md$
)
additional_dependencies:
- mdformat-admon
Expand Down
3 changes: 1 addition & 2 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
nav:
- index.md
- About
- architecture
- ref
- howto
- contributing
- license.md
3 changes: 3 additions & 0 deletions docs/About/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nav:
- intro.md
- license.md
1 change: 1 addition & 0 deletions docs/About/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---8<-- "README.md"
File renamed without changes.
42 changes: 41 additions & 1 deletion docs/index.md
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
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ theme:
- content.code.select
- navigation.expand
- navigation.indexes
- navigation.sections
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking

plugins:
- search
Expand Down

0 comments on commit ebdee8c

Please sign in to comment.