From 39fce5ace7301848bdd580939fedaab035ca8902 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 11 Nov 2024 23:46:22 -0500 Subject: [PATCH] Add guides category to documentation and rename nginx migration guide --- documentation/docs/Guides/_category_.json | 8 ++++++++ documentation/docs/{Usage => Guides}/nginx_migration.md | 2 +- documentation/docusaurus.config.ts | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 documentation/docs/Guides/_category_.json rename documentation/docs/{Usage => Guides}/nginx_migration.md (98%) diff --git a/documentation/docs/Guides/_category_.json b/documentation/docs/Guides/_category_.json new file mode 100644 index 0000000..29c6469 --- /dev/null +++ b/documentation/docs/Guides/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Guides 📚", + "position": 4, + "link": { + "type": "generated-index", + "description": "Guides for AdventureLog." + } +} diff --git a/documentation/docs/Usage/nginx_migration.md b/documentation/docs/Guides/nginx_migration.md similarity index 98% rename from documentation/docs/Usage/nginx_migration.md rename to documentation/docs/Guides/nginx_migration.md index 4448ac6..2a5032c 100644 --- a/documentation/docs/Usage/nginx_migration.md +++ b/documentation/docs/Guides/nginx_migration.md @@ -2,7 +2,7 @@ sidebar_position: 2 --- -# AdventureLog v0.7.1 Migration Guide +# AdventureLog v0.7.1 Migration In order to make installation easier, the AdventureLog v0.7.1 release has **removed the need for a seperate nginx container** and cofig to serve the media files. Instead, the media files are now served by an instance of nginx running in the same container as the Django application. diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index c11b206..da27580 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -79,7 +79,7 @@ const config: Config = { }, { to: "https://www.buymeacoffee.com/seanmorley15", - label: "Support AdventureLog 💖", + label: "Sponsor 💖", position: "right", }, // { to: "/blog", label: "Blog", position: "left" },