We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982cf41 commit f71774cCopy full SHA for f71774c
2 files changed
.github/Doxyfile
@@ -17,8 +17,8 @@ ALIASES += "shortcode=@shortcode"
17
18
# HTML Output
19
HTML_OUTPUT = .
20
-#HTML_HEADER = header.html
21
-#HTML_FOOTER = footer.html
+HTML_HEADER = header.html
+HTML_FOOTER = footer.html
22
HTML_STYLESHEET = assets/pf-style.css
23
GENERATE_TREEVIEW = YES
24
USE_MDFILE_AS_MAINPAGE = README.md
.github/workflows/docs.yml
@@ -19,8 +19,9 @@ jobs:
- name: Copy Config Files
run: |
cp .github/Doxyfile ./Doxyfile
- cp -r .github/docs_config/* public/
mkdir -p public/assets
+ cp .github/docs_config/header.html public/header.html
+ cp .github/docs_config/footer.html public/footer.html
25
cp -r .github/docs_config/assets/* public/assets/
26
27
- name: Verify Files
0 commit comments