diff options
author | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-28 16:13:50 +0200 |
---|---|---|
committer | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-28 16:13:50 +0200 |
commit | b2062fb60ad2845bcba8a517220ca3637e1a885b (patch) | |
tree | d0dce6450034f697618c117383a67af0ac03075d /README.md | |
parent | 4386cd094b4e7869a7fa5aad3a9df9cd1d282021 (diff) | |
parent | 35926e1e6e4669e881b8f69003f97752172eb922 (diff) | |
download | homer-b2062fb60ad2845bcba8a517220ca3637e1a885b.tar.gz homer-b2062fb60ad2845bcba8a517220ca3637e1a885b.tar.zst homer-b2062fb60ad2845bcba8a517220ca3637e1a885b.zip |
Merge remote-tracking branch 'upstream/main' into mealie-service
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) | ||