docs: update mkdocs.yml nav

This commit is contained in:
perennial
2024-12-03 18:23:39 +11:00
parent 434170d176
commit cbb6c5e255
+4 -3
View File
@@ -8,22 +8,23 @@ nav:
- "Public image proxies": "public-image-proxies.md"
- "Known quirks": "known-quirks.md"
- "Hosting":
- "hosting/index.md" # Leave without title
- "hosting/index.md"
- "Environment variables": "hosting/environment-variables.md"
- "Hosting PixivFE": "hosting/hosting-pixivfe.md"
- "Hosting an image proxy server for Pixiv": "hosting/image-proxy-server.md"
- "Obtaining the PIXIVFE_TOKEN cookie": "hosting/obtaining-pixivfe-token.md"
- "Development":
- "dev/index.md" # Leave without title
- "dev/index.md"
- "Coding tips": "dev/coding-tips.md"
- "Design flaws": "dev/design-flaws.md"
- "Feature tracker": "dev/feature-tracker.md"
- "Guidelines": "dev/guidelines.md"
- "Helpful resources": "dev/helpful-resources.md"
- "Roadmap": "dev/roadmap.md"
- "Scope": "dev/scope.md"
- "Testing": "dev/testing.md"
- "Audit package primer": "dev/audit_package_primer.md"
- "Features":
- "Exponential backoff": "dev/features/exponential_backoff.md"
- "Caching": "dev/features/caching.md"
- "Tracing flamegraph": "dev/features/tracing-flamegraph.md"
- "Internationalization": "dev/features/i18n.md"