diff options
Diffstat (limited to 'docs/configuration.md')
-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 a43d7f1..81de590 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -81,6 +81,11 @@ links: | |||
81 | - name: "link 2" | 81 | - name: "link 2" |
82 | icon: "fas fa-book" | 82 | icon: "fas fa-book" |
83 | url: "https://github.com/bastienwirtz/homer" | 83 | url: "https://github.com/bastienwirtz/homer" |
84 | # 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 | ||
85 | # see url field and assets/page.yml used in this example: | ||
86 | - name: "Second Page" | ||
87 | icon: "fas fa-file-alt" | ||
88 | url: "/page2" | ||
84 | 89 | ||
85 | # Services | 90 | # Services |
86 | # First level array represents a group. | 91 | # First level array represents a group. |