diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index c9dfc0c562..b365070194 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -17,7 +17,7 @@ jobs: submodules: true - run: | - mkdir -p site/api/native + mkdir -p site/api - uses: mattnotmitt/doxygen-action@1.9.5 diff --git a/.gitmodules b/.gitmodules index a4fbcf184c..090915e637 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "docs/api/native/assets/doxygen-awesome-css"] - path = docs/api/native/assets/doxygen-awesome-css +[submodule "docs/api/assets/doxygen-awesome-css"] + path = docs/api/assets/doxygen-awesome-css url = https://github.com/jothepro/doxygen-awesome-css.git diff --git a/Doxyfile b/Doxyfile index 8041eb75cf..bc470bc9da 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ PROJECT_LOGO = docs/img/logo_small.svg # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = site/api/native +OUTPUT_DIRECTORY = site/api # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -1309,7 +1309,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = docs/api/native/assets/header.html +HTML_HEADER = docs/api/assets/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1349,7 +1349,7 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = docs/api/native/assets/doxygen-awesome-css/doxygen-awesome.css +HTML_EXTRA_STYLESHEET = docs/api/assets/doxygen-awesome-css/doxygen-awesome.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 @@ -1359,7 +1359,7 @@ HTML_EXTRA_STYLESHEET = docs/api/native/assets/doxygen-awesome-css/doxygen-awes # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = docs/api/native/assets/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js +HTML_EXTRA_FILES = docs/api/assets/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. diff --git a/docs/api/native/assets/doxygen-awesome-css b/docs/api/assets/doxygen-awesome-css similarity index 100% rename from docs/api/native/assets/doxygen-awesome-css rename to docs/api/assets/doxygen-awesome-css diff --git a/docs/api/native/assets/header.html b/docs/api/assets/header.html similarity index 100% rename from docs/api/native/assets/header.html rename to docs/api/assets/header.html diff --git a/mkdocs.yml b/mkdocs.yml index 17daeac765..654923c172 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,12 +31,12 @@ nav: - faq.md - - Native APIs: api/native + - Native APIs: https://levilamina.liteldev.com/api - discuss.md exclude_docs: | - api/native/ + api/assets/ theme: name: material