add more scaffolding

This commit is contained in:
Adora Laura Kalb 2023-04-18 15:41:40 +02:00
parent 4c2b0ec8b3
commit 20aded1d70
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
7 changed files with 24 additions and 3 deletions

3
docs/configuration.md Normal file
View file

@ -0,0 +1,3 @@
# Configuration
Coming soon

3
docs/development.md Normal file
View file

@ -0,0 +1,3 @@
# Development
Coming soon

3
docs/import-export.md Normal file
View file

@ -0,0 +1,3 @@
# Import and Export
Coming soon

View file

@ -1,9 +1,11 @@
# IPAM # 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 ## Features

3
docs/installation.md Normal file
View file

@ -0,0 +1,3 @@
# Installation
Coming soon

3
docs/usage.md Normal file
View file

@ -0,0 +1,3 @@
# Usage
Coming soon

View file

@ -2,7 +2,11 @@ site_name: "IPAM: A cli based IP Address Management tool"
site_url: https://ipam.lauka.net/ site_url: https://ipam.lauka.net/
nav: nav:
- Home: index.md - 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: theme:
name: material name: material
palette: palette: