Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ PROJECT_ICON = favicon.ico
OUTPUT_DIRECTORY = doc_out
STRIP_FROM_PATH = ../
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_PRIV_VIRTUAL = YES
EXTRACT_STATIC = YES
CASE_SENSE_NAMES = YES
INPUT = ../README.md ../firmware
INPUT = ../README.md \
../firmware
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
HTML_HEADER = template/custom_header.html
Expand Down
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ To build the documentation, invoke:
````
doxygen
````

## Deployment

Documentation will automatically publish to GitHub Pages when:

* A release is made.
* A manual workflow dispatch is initiated and publishing is enabled.
* Any push to any branch is made when `CONTINUOUS_DOCUMENTATION` is enabled (intended for use in forks for development purposes).