wiki/content/docs/_index.md
2024-01-09 16:56:41 +01:00

1.2 KiB

Documentation


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
  # Edit URL
  editURL:
    enable: true
    base: "https://gitpot.dev/lunivity/wiki/_edit/main/"

menu:
  main:
    - name: Home
      pageRef: /
      weight: 1
    - name: Documentations
      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