26 lines
648 B
YAML
26 lines
648 B
YAML
site_name: "IPAM: A cli based IP Address Management tool"
|
|
site_url: https://ipam.lauka.net/
|
|
nav:
|
|
- Home: index.md
|
|
- Installation: installation.md
|
|
- Configuration: configuration.md
|
|
- Usage: usage.md
|
|
- Import and Export: import-export.md
|
|
- Development: development.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
|