From 7fc3fd1c291b576490c0528682b1d693237b4c4c Mon Sep 17 00:00:00 2001 From: Timmo Date: Fri, 16 Oct 2020 18:42:39 +0100 Subject: [PATCH] Update links for home-panel-docs.timmo.dev --- .github/settings.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- backend/config/config.default.json | 2 +- backend/config/default.json | 2 +- documentation/docs/index.md | 2 +- documentation/docs/troubleshooting.md | 4 ++-- documentation/mkdocs.yml | 2 +- frontend/src/Components/Configuration/Config.tsx | 2 +- frontend/src/Components/Configuration/EditCard/Frame.tsx | 2 +- frontend/src/Components/Configuration/EditCard/Image.tsx | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 9414f4f2c..8757c1398 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,7 @@ --- repository: description: "A touch-compatible web frontend for controlling the home." - homepage: https://timmo.dev/home-panel/ + homepage: https://home-panel-docs.timmo.dev/ topics: home-panel, home-automation, typescript, javascript, reactjs, websocket, hass, webapp, material-design private: false has_issues: true diff --git a/Dockerfile b/Dockerfile index 1e4f2da50..2f5d4b580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ LABEL \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="Home Panel" \ org.label-schema.schema-version="1.0" \ - org.label-schema.url="https://timmo.dev/home-panel" \ + org.label-schema.url="https://home-panel-docs.timmo.dev" \ org.label-schema.usage="https://github.com/timmo001/home-panel/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/timmo001/home-panel" \ diff --git a/README.md b/README.md index e4a45c3e3..6343177e4 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Setup and configuration for the app is available [here][setup-docs] [releases]: https://github.com/timmo001/home-panel/releases [screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png [screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png -[setup-docs]: https://timmo.dev/home-panel/setup/ +[setup-docs]: https://home-panel-docs.timmo.dev/setup/ [showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png [sponsor-badge]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/sponsor.png [sponsor]: https://github.com/sponsors/timmo001?o=esc diff --git a/backend/config/config.default.json b/backend/config/config.default.json index 4e5441382..3f2c353a2 100644 --- a/backend/config/config.default.json +++ b/backend/config/config.default.json @@ -41,7 +41,7 @@ "type": "markdown", "width": 3, "title": "Welcome!", - "content": "Hi there! Thanks for using Home Panel.\n\nMake sure to read the [docs](https://timmo.dev/home-panel) to get the most out of the app." + "content": "Hi there! Thanks for using Home Panel.\n\nMake sure to read the [docs](https://home-panel-docs.timmo.dev) to get the most out of the app." } ] } diff --git a/backend/config/default.json b/backend/config/default.json index a71468edb..4fb9139a0 100644 --- a/backend/config/default.json +++ b/backend/config/default.json @@ -16,7 +16,7 @@ "header": { "typ": "access" }, - "audience": "https://timmo.dev/home-panel", + "audience": "https://home-panel-docs.timmo.dev", "issuer": "feathers", "algorithm": "HS256", "expiresIn": "1d" diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 3eac21398..a9d692fb0 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -72,6 +72,6 @@ A web frontend for controlling the home. Integrates with [releases]: https://github.com/timmo001/home-panel/releases [screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png [screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png -[setup-docs]: https://timmo.dev/home-panel/setup/ +[setup-docs]: https://home-panel-docs.timmo.dev/setup/ [showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png [version-shield]: https://images.microbadger.com/badges/version/timmo001/home-panel.svg diff --git a/documentation/docs/troubleshooting.md b/documentation/docs/troubleshooting.md index ea3eb3000..423f8ff5b 100644 --- a/documentation/docs/troubleshooting.md +++ b/documentation/docs/troubleshooting.md @@ -33,7 +33,7 @@ You can also post an issue on the GitHub repositories if you have uncovered a bug. [forum thread]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597 -[setup]: https://timmo.dev/home-panel/setup/ -[login]: https://timmo.dev/home-panel/login/ +[setup]: https://home-panel-docs.timmo.dev/setup/ +[login]: https://home-panel-docs.timmo.dev/login/ [GitHub repository]: https://github.com/timmo001/home-panel/issues [here]: https://github.com/timmo001/addon-home-panel/issues diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index edcaba24c..e1a3c74f7 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Home Panel Docs site_description: A touch-compatible web-app for controlling the home site_author: Timmo -site_url: https://timmo.dev/home-panel/ +site_url: https://home-panel-docs.timmo.dev/ # Repository repo_name: timmo001/home-panel diff --git a/frontend/src/Components/Configuration/Config.tsx b/frontend/src/Components/Configuration/Config.tsx index d2bfe98b2..543243ca2 100644 --- a/frontend/src/Components/Configuration/Config.tsx +++ b/frontend/src/Components/Configuration/Config.tsx @@ -452,7 +452,7 @@ export const sections: ConfigSection[] = [ { name: "link_color", title: "Link", - description: "[Link](https://timmo.dev/home-panel/configui/) color.", + description: "[Link](https://home-panel-docs.timmo.dev/configui/) color.", icon: "mdi-link", type: "color_only", default: "#00ccff", diff --git a/frontend/src/Components/Configuration/EditCard/Frame.tsx b/frontend/src/Components/Configuration/EditCard/Frame.tsx index 7e8a5494c..2c3c12181 100644 --- a/frontend/src/Components/Configuration/EditCard/Frame.tsx +++ b/frontend/src/Components/Configuration/EditCard/Frame.tsx @@ -48,7 +48,7 @@ function Frame(props: BaseProps): ReactElement { className={classes.textField} InputLabelProps={{ shrink: true }} label="URL" - placeholder="https://timmo.dev/home-panel" + placeholder="https://home-panel-docs.timmo.dev" value={props.card.url || ""} onChange={props.handleChange && props.handleChange("url")} /> diff --git a/frontend/src/Components/Configuration/EditCard/Image.tsx b/frontend/src/Components/Configuration/EditCard/Image.tsx index a6f98155b..8e589811b 100644 --- a/frontend/src/Components/Configuration/EditCard/Image.tsx +++ b/frontend/src/Components/Configuration/EditCard/Image.tsx @@ -48,7 +48,7 @@ function Image(props: BaseProps): ReactElement { className={classes.textField} InputLabelProps={{ shrink: true }} label="URL" - placeholder="https://timmo.dev/home-panel" + placeholder="https://home-panel-docs.timmo.dev" value={props.card.url || ""} onChange={props.handleChange && props.handleChange("url")} />