Skip to content

Commit

Permalink
Deployed f3d192f with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
0 parents commit 805275c
Show file tree
Hide file tree
Showing 825 changed files with 57,715 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
538 changes: 538 additions & 0 deletions 404.html

Large diffs are not rendered by default.

2,579 changes: 2,579 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.PHONY: help
help:
@echo "make cpp|all"

.PHONY: cpp
cpp:
@echo "Building C++ documentation..."
doxygen Doxyfile doc_cpp

.PHONY: mkdocs
mkdocs:
@echo "Building MkDocs documentation..."
cd .. && mkdocs build

.PHONY: all
all: cpp mkdocs
@echo "All documentation built."

.PHONY: deploy
deploy:
@echo "Deploying documentation..."
cd .. && mkdocs gh-deploy --force
Loading

0 comments on commit 805275c

Please sign in to comment.