diff --git a/docs/index.md b/docs/index.md index 64d1976..a58096a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,7 +40,8 @@ It also has a community-curated list of all available Placeholder expansions and Common problems you may face while using PlaceholderAPI, and how to solve them. - - [:octicons-chevron-right-16: Go to Page](common-issues.md) + - [:octicons-chevron-right-16: Common Issues](issues/index.md) + - [:octicons-chevron-right-16: eCloud connection blocked](issues/ecloud-block.md) - ### :material-chat-question: FAQ diff --git a/mkdocs.yml b/mkdocs.yml index cff30c3..fd85c63 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,7 +78,10 @@ nav: - users/index.md - users/commands.md - users/using-placeholders.md - - users/placeholder-list.md + - Placeholder List: + - users/placeholder-list/index.md + - users/placeholder-list/minecraft.md + - users/placeholder-list/hytale.md - users/plugins-using-placeholderapi.md - Dev Guides: - developers/index.md