diff --git a/doc/environment-variables.md b/doc/hosting/environment-variables.md similarity index 100% rename from doc/environment-variables.md rename to doc/hosting/environment-variables.md diff --git a/doc/hosting-image-proxy-server.md b/doc/hosting/hosting-image-proxy-server.md similarity index 100% rename from doc/hosting-image-proxy-server.md rename to doc/hosting/hosting-image-proxy-server.md diff --git a/doc/hosting-pixivfe.md b/doc/hosting/hosting-pixivfe.md similarity index 100% rename from doc/hosting-pixivfe.md rename to doc/hosting/hosting-pixivfe.md diff --git a/doc/hosting/index.md b/doc/hosting/index.md new file mode 100644 index 0000000..4f4c313 --- /dev/null +++ b/doc/hosting/index.md @@ -0,0 +1,5 @@ +# Hosting documentation + +This section contains documentation related to the hosting of PixivFE. + +Useful for those who want to setup their own PixivFE instance. diff --git a/doc/obtaining-pixivfe-token.md b/doc/hosting/obtaining-pixivfe-token.md similarity index 100% rename from doc/obtaining-pixivfe-token.md rename to doc/hosting/obtaining-pixivfe-token.md diff --git a/mkdocs.yml b/mkdocs.yml index 239470e..2cade64 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,24 +8,25 @@ nav: - "Public image proxies": "public-image-proxies.md" - "Known quirks": "known-quirks.md" - "Hosting": - - "Environment variables": "environment-variables.md" - - "Hosting PixivFE": "hosting-pixivfe.md" - - "Hosting an image proxy server for Pixiv": "hosting-image-proxy-server.md" - - "Obtaining the PIXIVFE_TOKEN cookie": "obtaining-pixivfe-token.md" + - "Index": "hosting/index.md" + - "Environment variables": "hosting/environment-variables.md" + - "Hosting PixivFE": "hosting/hosting-pixivfe.md" + - "Hosting an image proxy server for Pixiv": "hosting/hosting-image-proxy-server.md" + - "Obtaining the PIXIVFE_TOKEN cookie": "hosting/obtaining-pixivfe-token.md" - "Development": - - dev/index.md - - dev/framework-migration.md - - dev/coding-tips.md - - dev/design-flaws.md - - dev/feature-ideas.md - - dev/helpful-resources.md - - dev/roadmap.md - - dev/testing.md + - "Index": "dev/index.md" + - "Framework migration": "dev/framework-migration.md" + - "Coding tips": "dev/coding-tips.md" + - "Design flaws": "dev/design-flaws.md" + - "Feature ideas": "dev/feature-ideas.md" + - "Helpful resources": "dev/helpful-resources.md" + - "Roadmap": "dev/roadmap.md" + - "Testing": "dev/testing.md" - "Features": - - dev/features/caching.md - - dev/features/novels.md - - dev/features/tracing-flamegraph.md - - dev/features/user-customization.md + - "Caching": "dev/features/caching.md" + - "Novels": "dev/features/novels.md" + - "Tracing flamegraph": "dev/features/tracing-flamegraph.md" + - "User customization": "dev/features/user-customization.md" repo_name: VnPower/PixivFE repo_url: https://codeberg.org/VnPower/PixivFE edit_uri: _edit/v2/doc/