diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb87465..bed29e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Mobile PWA App (beta) | Ability to add a Crafty icon to your mobile's home screen ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/576)) ### Refactor - Frontend Ajax Refactor | Start using API to send Remote Comms to Server ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/565)) +- MKDocs Release | Replace wiki names with docs ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/583)) ### Bug fixes - Fix pipelines failing to build from gitlab pre-defined variable deprecation ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/582)) - Fix incompatible buildx provenance meta, causing digest issues on GL/DH container registries ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/582)) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index a7bbf16a..58d49c53 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -257,7 +257,7 @@ const sendWssError = () => wsOpen || warn( 'WebSockets are required for Crafty to work. This websocket connection has been closed. Are you using a reverse proxy?', - 'https://wiki.craftycontrol.com/en/4/docs/Reverse%20Proxy%20Examples', + 'https://docs.craftycontrol.com/pages/getting-started/proxies/', 'wssError' ) diff --git a/app/frontend/templates/main_menu.html b/app/frontend/templates/main_menu.html index 09c2dc79..5bbcfbad 100644 --- a/app/frontend/templates/main_menu.html +++ b/app/frontend/templates/main_menu.html @@ -100,7 +100,7 @@ diff --git a/app/frontend/templates/panel/wiki.html b/app/frontend/templates/panel/wiki.html index d6123cb6..3550cba4 100644 --- a/app/frontend/templates/panel/wiki.html +++ b/app/frontend/templates/panel/wiki.html @@ -13,14 +13,14 @@
- +
diff --git a/app/translations/en_EN.json b/app/translations/en_EN.json index 55eef00b..a2d710ca 100644 --- a/app/translations/en_EN.json +++ b/app/translations/en_EN.json @@ -580,7 +580,8 @@ "documentation": "Documentation", "navigation": "Navigation", "newServer": "Create New Server", - "servers": "Servers" + "servers": "Servers", + "inApp": "In App Docs" }, "userConfig": { "apiKey": "API Keys",