Skip to content

Commit

Permalink
Update links for home-panel-docs.timmo.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 16, 2020
1 parent cd565e1 commit 7fc3fd1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/config/config.default.json
Expand Up @@ -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."
}
]
}
2 changes: 1 addition & 1 deletion backend/config/default.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/index.md
Expand Up @@ -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
4 changes: 2 additions & 2 deletions documentation/docs/troubleshooting.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion documentation/mkdocs.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Configuration/Config.tsx
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Configuration/EditCard/Frame.tsx
Expand Up @@ -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")}
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Configuration/EditCard/Image.tsx
Expand Up @@ -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")}
/>
Expand Down

0 comments on commit 7fc3fd1

Please sign in to comment.