Skip to content

Commit

Permalink
Deployed 2e95b84 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
0 parents commit 5e449a2
Show file tree
Hide file tree
Showing 825 changed files with 58,244 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 5e449a2

Please sign in to comment.