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" },