23 lines
470 B
YAML
23 lines
470 B
YAML
|
site_name: IPAM Documentation
|
||
|
site_url: https://ipam.lauka.net/
|
||
|
nav:
|
||
|
- Home: index.md
|
||
|
- About: about.md
|
||
|
theme:
|
||
|
name: material
|
||
|
palette:
|
||
|
primary: purple
|
||
|
accent: blue
|
||
|
scheme: slate
|
||
|
features:
|
||
|
- navigation.instant
|
||
|
- navigation.tracking
|
||
|
- navigation.tabs
|
||
|
- navigation.tabs.sticky
|
||
|
- toc.follow
|
||
|
- toc.integrate
|
||
|
icon:
|
||
|
repo: fontawesome/brands/git-alt
|
||
|
repo_url: https://codeberg.org/lauralani/ipam
|
||
|
repo_name: lauralani/ipam
|