diff --git a/.gitmodules b/.gitmodules index f98ea50..d6b885a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "docs/doxygen/doxygen-awesome-css"] - path = docs/doxygen/doxygen-awesome-css +[submodule "ci/doxygen-awesome-css"] + path = ci/doxygen-awesome-css url = git@github.com:jothepro/doxygen-awesome-css.git diff --git a/Doxyfile b/Doxyfile index 6e64523..7267d58 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1309,7 +1309,7 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = ./docs/doxygen/doxygen-awesome-css/doxygen-awesome.css +HTML_EXTRA_STYLESHEET = ./ci/doxygen-awesome-css/doxygen-awesome.css ./ci/doxygen-awesome-css/doxygen-awesome-sidebar-only.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/README.md b/README.md index 0463d35..84a4247 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ TODO: - [x] Merge PR and go public - [x] Change codeowners - [x] Documentation generation +- [ ] Write docs with diataxis fr - [ ] Add dire executable - [ ] Add conan and vcpkg packaging methods - [ ] Releases on GitHub diff --git a/docs/doxygen/doxygen-awesome-css b/ci/doxygen-awesome-css similarity index 100% rename from docs/doxygen/doxygen-awesome-css rename to ci/doxygen-awesome-css