Move book closer to root
This commit is contained in:
parent
fa36708fec
commit
29d44dd861
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@ __pycache__
|
|||||||
/scone.egg-info
|
/scone.egg-info
|
||||||
/dist
|
/dist
|
||||||
/venv
|
/venv
|
||||||
|
/.venv
|
||||||
|
/book
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
authors = ["Olivier"]
|
authors = ["Olivier"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "docs"
|
||||||
title = "Scone Documentation"
|
title = "Scone Documentation"
|
||||||
description = "Documentation for Scone (Server CONfiguration Engine)"
|
description = "Documentation for Scone (Server CONfiguration Engine)"
|
||||||
|
|
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
book
|
|
Loading…
Reference in New Issue
Block a user