1
0
Fork 0
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:
Sean Morley 2024-11-11 23:46:22 -05:00
parent 0a7704aade
commit 39fce5ace7
3 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
"label": "Guides 📚",
"position": 4,
"link": {
"type": "generated-index",
"description": "Guides for AdventureLog."
}
}

View file

@ -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.