diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
commit | 92d899bd4809183f1cd1cec302d66fa32461aac5 (patch) | |
tree | 0ebdcd845d7ea88d61c1893821c1b2a12a280a9b /README.md | |
parent | c06c0cdf9bbdc98f71dadb5edcc015926ba878e4 (diff) | |
download | homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.gz homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.zst homer-92d899bd4809183f1cd1cec302d66fa32461aac5.zip |
regroup service documentation
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) | ||