mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
Add guides category to documentation and rename nginx migration guide
This commit is contained in:
parent
0a7704aade
commit
39fce5ace7
3 changed files with 10 additions and 2 deletions
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
|
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.
|
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",
|
to: "https://www.buymeacoffee.com/seanmorley15",
|
||||||
label: "Support AdventureLog 💖",
|
label: "Sponsor 💖",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
// { to: "/blog", label: "Blog", position: "left" },
|
// { to: "/blog", label: "Blog", position: "left" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue