diff options
author | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-08-08 11:18:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-08 11:18:46 +0200 |
commit | a74fa3830232f761bb66c7509e088f7468d5b619 (patch) | |
tree | 3d74723467a10a194b481a2d7cf6c1b84bf921c1 /README.md | |
parent | bebb6953cb1e5b61be000b3f2d76a27256bff3d9 (diff) | |
parent | 35926e1e6e4669e881b8f69003f97752172eb922 (diff) | |
download | homer-a74fa3830232f761bb66c7509e088f7468d5b619.tar.gz homer-a74fa3830232f761bb66c7509e088f7468d5b619.tar.zst homer-a74fa3830232f761bb66c7509e088f7468d5b619.zip |
Merge branch 'main' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -43,8 +43,8 @@ | |||
43 | - [Features](#features) | 43 | - [Features](#features) |
44 | - [Getting started](#getting-started) | 44 | - [Getting started](#getting-started) |
45 | - [Configuration](docs/configuration.md) | 45 | - [Configuration](docs/configuration.md) |
46 | - [Custom services](docs/customservices.md) | ||
46 | - [Tips & tricks](docs/tips-and-tricks.md) | 47 | - [Tips & tricks](docs/tips-and-tricks.md) |
47 | - [Roadmap](#roadmap) | ||
48 | - [Development](docs/development.md) | 48 | - [Development](docs/development.md) |
49 | 49 | ||
50 | 50 | ||
@@ -134,9 +134,3 @@ npm run build | |||
134 | ``` | 134 | ``` |
135 | 135 | ||
136 | Then your dashboard is ready to use in the `/dist` directory. | 136 | Then your dashboard is ready to use in the `/dist` directory. |
137 | |||
138 | |||
139 | ## Roadmap | ||
140 | |||
141 | - [ ] Add new themes. | ||
142 | - [ ] Add support for custom service card (add custom feature to some service / app link) | ||