...
This commit is contained in:
32
examples/doctreenew/sites/demo1/header.hjson
Normal file
32
examples/doctreenew/sites/demo1/header.hjson
Normal file
@@ -0,0 +1,32 @@
|
||||
# Site Branding
|
||||
logo:
|
||||
src: /img/logo.svg
|
||||
alt: Site Logo
|
||||
|
||||
# Site Title
|
||||
title: ThreeFold Hero
|
||||
|
||||
# Navigation Menu
|
||||
menu: [
|
||||
{
|
||||
label: Home
|
||||
link: /
|
||||
}
|
||||
{
|
||||
label: Docs
|
||||
link: /docs/
|
||||
}
|
||||
{
|
||||
label: About
|
||||
link: /about/
|
||||
}
|
||||
]
|
||||
|
||||
# Login Button
|
||||
login:
|
||||
visible: true
|
||||
label: Login
|
||||
link: /login/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user