diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2021-12-30 22:39:34 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2021-12-30 22:39:34 +0100 |
commit | ead24680a5361a1fd22f44c4dcfd928a0dab132a (patch) | |
tree | 920215e4871aab687620d73b23ef45e4209db288 | |
parent | 6595f2d68fea340e18f2de3f939c53766cf22ee8 (diff) | |
download | NorthstarWiki-ead24680a5361a1fd22f44c4dcfd928a0dab132a.tar.gz NorthstarWiki-ead24680a5361a1fd22f44c4dcfd928a0dab132a.zip |
Add gitbook configuration file
-rw-r--r-- | .gitbook.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitbook.yaml b/.gitbook.yaml new file mode 100644 index 0000000..f980222 --- /dev/null +++ b/.gitbook.yaml @@ -0,0 +1,8 @@ +root: ./ + +structure: + readme: README.md + summary: SUMMARY.md + +redirects: + previous/page: new-folder/page.md |