mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-02-24 18:49:57 -05:00
Add guides category to documentation and rename nginx migration guide
This commit is contained in:
8
documentation/docs/Guides/_category_.json
Normal file
8
documentation/docs/Guides/_category_.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Guides 📚",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Guides for AdventureLog."
|
||||
}
|
||||
}
|
||||
@@ -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.
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user