Skip to content

Commit

Permalink
Import existing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Nov 14, 2024
1 parent 0624c55 commit f59837a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/auth.md → docs/developer/auth.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Authentication

--8<-- "./authentication/README.md"
3 changes: 3 additions & 0 deletions docs/developer/code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code/Architecture

--8<-- "./src/README.md"
3 changes: 3 additions & 0 deletions docs/developer/migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Database Schema Migrations

--8<-- "./alembic/README.md"
3 changes: 3 additions & 0 deletions docs/developer/scripts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Scripts

--8<-- "scripts/README.md"
10 changes: 10 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ theme:
features:
- content.code.copy

nav:
- Using the API: Using.md
- Hosting the API: Hosting.md
- 'Developer Resources': README.md
- 'Unorganized Docs':
- 'Code Advice': developer/code.md
- 'Keycloak': developer/auth.md
- 'DB Schema Migration': developer/migration.md
- 'Scripts': developer/scripts.md

markdown_extensions:
- pymdownx.snippets:
check_paths: true
Expand Down

0 comments on commit f59837a

Please sign in to comment.