Move the nimbus books in a subfolder to allow for more books (#1263)
2
.gitignore
vendored
@ -32,9 +32,9 @@ build/
|
||||
*.sqlite3
|
||||
|
||||
/local_testnet_data*/
|
||||
/local_testnet*_data*/
|
||||
|
||||
# Prometheus db
|
||||
/data
|
||||
# Grafana dashboards
|
||||
/docker/*.json
|
||||
|
||||
|
4
Makefile
@ -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" && \
|
||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 163 KiB |