add more scaffolding
This commit is contained in:
parent
4c2b0ec8b3
commit
20aded1d70
7 changed files with 24 additions and 3 deletions
3
docs/configuration.md
Normal file
3
docs/configuration.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Configuration
|
||||
|
||||
Coming soon
|
3
docs/development.md
Normal file
3
docs/development.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Development
|
||||
|
||||
Coming soon
|
3
docs/import-export.md
Normal file
3
docs/import-export.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Import and Export
|
||||
|
||||
Coming soon
|
|
@ -1,9 +1,11 @@
|
|||
# IPAM
|
||||
|
||||
IPAM is a cli based [IP Address Management](https://en.wikipedia.org/wiki/IP_address_management) built with [Go](https://go.dev/) using [Cobra](https://cobra.dev/) and [Viper](https://github.com/spf13/viper) with optional [PowerDNS](https://www.powerdns.com/auth.html) API integration.
|
||||
IPAM is a cli based [IP Address Management](https://en.wikipedia.org/wiki/IP_address_management) tool built with [Go](https://go.dev/) using [Cobra](https://cobra.dev/) and [Viper](https://github.com/spf13/viper) with optional [PowerDNS](https://www.powerdns.com/auth.html) API integration.
|
||||
|
||||
|
||||
<img src="assets/get-it-on-codeberg.svg" alt="Download IPAM on Codeberg" title="Download IPAM on Codeberg" style="height: 5em;" />
|
||||
<a href="https://codeberg.org/lauralani/ipam/releases" target="_blank">
|
||||
<img src="assets/get-it-on-codeberg.svg" alt="Download IPAM on Codeberg" title="Download IPAM on Codeberg" style="height: 5em;" />
|
||||
</a>
|
||||
|
||||
## Features
|
||||
|
||||
|
|
3
docs/installation.md
Normal file
3
docs/installation.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Installation
|
||||
|
||||
Coming soon
|
3
docs/usage.md
Normal file
3
docs/usage.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Usage
|
||||
|
||||
Coming soon
|
|
@ -2,7 +2,11 @@ site_name: "IPAM: A cli based IP Address Management tool"
|
|||
site_url: https://ipam.lauka.net/
|
||||
nav:
|
||||
- Home: index.md
|
||||
- About: about.md
|
||||
- Installation: installation.md
|
||||
- Configuration: configuration.md
|
||||
- Usage: usage.md
|
||||
- Import and Export: import-export.md
|
||||
- Development: development.md
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
|
|
Loading…
Reference in a new issue