diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 3ff49fa..a472b41 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -92,6 +92,11 @@ links: | |||
92 | - name: "link 2" | 92 | - name: "link 2" |
93 | icon: "fas fa-book" | 93 | icon: "fas fa-book" |
94 | url: "https://github.com/bastienwirtz/homer" | 94 | url: "https://github.com/bastienwirtz/homer" |
95 | # this will link to a second homer page that will load config from page2.yml and keep default config values as in config.yml file | ||
96 | # see url field and assets/page.yml used in this example: | ||
97 | - name: "Second Page" | ||
98 | icon: "fas fa-file-alt" | ||
99 | url: "#page2" | ||
95 | 100 | ||
96 | # Services | 101 | # Services |
97 | # First level array represents a group. | 102 | # First level array represents a group. |