mirror of https://gitee.com/bigwinds/arangodb
Docs: footer class name changed by plugin, copy in build process
This commit is contained in:
parent
5bb55b33e5
commit
643d77ed21
|
@ -32,7 +32,7 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
.localized-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
.localized-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
|
@ -247,6 +247,7 @@ build-book:
|
|||
|
||||
cd ppbooks/$(NAME); if ! test -L SUMMARY.md; then ln -s ../../$(NAME)/SUMMARY.md . ; fi
|
||||
cd ppbooks/$(NAME); if ! test -f HEADER.html ; then cp ../../$(NAME)/HEADER.html . ; fi
|
||||
cd ppbooks/$(NAME); if ! test -f FOOTER.html ; then cp ../../$(NAME)/FOOTER.html . ; fi
|
||||
@if test -z "${RELEASE_DIRECTORY}"; then \
|
||||
if ! test -f ppbooks/$(NAME)/book.json ; then cp $(NAME)/book.json ppbooks/$(NAME) ; fi; \
|
||||
else \
|
||||
|
@ -292,6 +293,7 @@ build-book:
|
|||
fi
|
||||
cd ppbooks/$(NAME) && gitbook build ./ ./../../books/$(NAME)
|
||||
rm -f ./books/$(NAME)/HEADER.html
|
||||
rm -f ./books/$(NAME)/FOOTER.html
|
||||
python ../Scripts/deprecated.py
|
||||
|
||||
make book-check-markdown-leftovers
|
||||
|
|
|
@ -32,7 +32,7 @@ div.example_show_button {
|
|||
columns: 3;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
.localized-footer {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue