78 lines
1.4 KiB
YAML
78 lines
1.4 KiB
YAML
baseURL: 'https://wiki.lunivity.com/'
|
|
languageCode: 'en-us'
|
|
title: 'Lunivity Wiki'
|
|
|
|
module:
|
|
imports:
|
|
- path: "github.com/imfing/hextra"
|
|
|
|
params:
|
|
# Navbar
|
|
navbar:
|
|
displayTitle: false
|
|
displayLogo: true
|
|
logo:
|
|
path: img/logo.svg
|
|
# dark: img/logo-dark.svg
|
|
link: /
|
|
width: 32
|
|
height: 32
|
|
footer:
|
|
enable: true
|
|
displayCopyright: true
|
|
displayPoweredBy: true
|
|
# Edit URL
|
|
editURL:
|
|
enable: true
|
|
base: "https://gitpot.dev/lunivity/wiki/_edit/main/content/"
|
|
# Page
|
|
page:
|
|
width: wide
|
|
|
|
menu:
|
|
main:
|
|
- name: Home
|
|
pageRef: /
|
|
weight: 1
|
|
- name: Documentation
|
|
pageRef: /docs
|
|
weight: 2
|
|
- name: Services
|
|
pageRef: /services
|
|
weight: 3
|
|
- name: Guides
|
|
pageRef: /guides
|
|
weight: 4
|
|
- name: Search
|
|
weight: 5
|
|
params:
|
|
type: search
|
|
# - name: Gitpot
|
|
# weight: 5
|
|
# url: "https://gitpot.dev/lunivity"
|
|
# params:
|
|
# icon: git
|
|
sidebar:
|
|
- name: Links
|
|
params:
|
|
type: separator
|
|
weight: 991
|
|
- name: "Homepage ↗"
|
|
url: "https://lunivity.com/"
|
|
weight: 992
|
|
- name: "Authentik ↗"
|
|
url: "https://auth.lunivity.com/"
|
|
weight: 993
|
|
- name: "Legal ↗"
|
|
url: "https://lunivity.com/legal"
|
|
weight: 993
|
|
|
|
markup:
|
|
# allow raw html
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
# enable hextra syntax highlight
|
|
highlight:
|
|
noClasses: false
|