Skip to content

Commit 31a50fd

Browse files
author
Heiko Alexander Weber
committed
+ proper wiki structure
1 parent fe931e6 commit 31a50fd

12 files changed

Lines changed: 13 additions & 10 deletions

File tree

do.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ case $1 in
1010
ln -s ../scripts/git-hooks .git/hooks
1111
chmod -R +x ./scripts/*
1212
;;
13+
14+
docs)
15+
cd ./docs/wiki && mdbook serve
16+
;;
1317

1418
update-version)
1519
sed 's/version = "0.0.0"/version = "'$2'"/g' Cargo.toml > Cargo.toml.tmp
File renamed without changes.

docs/adrs/src/SUMMARY.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

docs/wiki/src/SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Summary
2+
3+
- [Architecture Decision Records]()
4+
- [ADR 1: Usage of ADRs](./adrs/1.md)
5+
- [ADR 2: Usage of key words](./adrs/2.md)
6+
- [ADR 3: Versioning](./adrs/3.md)
7+
- [ADR 4: Experimental flag](./adrs/4.md)
8+
- [ADR 5: Usage of feature flags](./adrs/5.md)
9+
- [ADR 6: Usage of shell scripts instead of Makefiles](./adrs/6.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)