Move the nimbus books in a subfolder to allow for more books (#1263)

This commit is contained in:
Mamy Ratsimbazafy 2020-07-01 10:37:04 +02:00 committed by GitHub
parent fe20c36ba5
commit 0b3a468883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -32,9 +32,9 @@ build/
*.sqlite3
/local_testnet_data*/
/local_testnet*_data*/
# Prometheus db
/data
# Grafana dashboards
/docker/*.json

View File

@ -184,13 +184,13 @@ libnfuzz.a: | build deps
[[ -e "$@" ]] && mv "$@" build/ # workaround for https://github.com/nim-lang/Nim/issues/12745
book:
cd docs && \
cd docs/the_nimbus_book && \
mdbook build
publish-book: | book
git worktree add tmp-book gh-pages && \
rm -rf tmp-book/* && \
cp -a docs/book/* tmp-book/ && \
cp -a docs/the_nimbus_book/book/* tmp-book/ && \
cd tmp-book && \
git add . && { \
git commit -m "make publish-book" && \

View File

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB