This commit is contained in:
Erik N 2024-07-29 22:04:55 +02:00
parent 84ae4bc101
commit 55254c92e0
6 changed files with 40 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/book
/target /target
.DS_Store .DS_Store

View File

@ -6,6 +6,18 @@
Software Defined Networking Software Defined Networking
## Documentation
Serve docs locally from root of local clone of this repo:
```zsh
cargo install mdbook@0.4.40
```
```zsh
mdbook watch --open
```
## git repo URLs ## git repo URLs
- Main repo: https://git.nstr.no/nstr-sw/sdn - Main repo: https://git.nstr.no/nstr-sw/sdn

6
book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["Nstr Software AS"]
language = "en"
multilingual = false
src = "docs"
title = "SDN"

5
docs/SUMMARY.md Normal file
View File

@ -0,0 +1,5 @@
# Summary
[Introduction](intro.md)
- [Commands](commands.md)

13
docs/commands.md Normal file
View File

@ -0,0 +1,13 @@
# Commands
The following commands are available:
- [`sdn`](#sdn)
## sdn
The main binary is called `sdn`.
```zsh
cargo run --bin sdn --
```

3
docs/intro.md Normal file
View File

@ -0,0 +1,3 @@
# Introduction
Software Defined Networking