diff --git a/docs/configuration.md b/docs/configuration.md new file mode 100644 index 0000000..830975b --- /dev/null +++ b/docs/configuration.md @@ -0,0 +1,3 @@ +# Configuration + +Coming soon diff --git a/docs/development.md b/docs/development.md new file mode 100644 index 0000000..3f5444d --- /dev/null +++ b/docs/development.md @@ -0,0 +1,3 @@ +# Development + +Coming soon diff --git a/docs/import-export.md b/docs/import-export.md new file mode 100644 index 0000000..625132b --- /dev/null +++ b/docs/import-export.md @@ -0,0 +1,3 @@ +# Import and Export + +Coming soon diff --git a/docs/index.md b/docs/index.md index 5db17cd..244e78b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. -Download IPAM on Codeberg + + Download IPAM on Codeberg + ## Features diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..2e8ec6e --- /dev/null +++ b/docs/installation.md @@ -0,0 +1,3 @@ +# Installation + +Coming soon diff --git a/docs/usage.md b/docs/usage.md new file mode 100644 index 0000000..63e2847 --- /dev/null +++ b/docs/usage.md @@ -0,0 +1,3 @@ +# Usage + +Coming soon diff --git a/mkdocs.yml b/mkdocs.yml index fa1a0a3..a4bb282 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: