Skip to content

Commit

Permalink
docs: move native API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Futrime committed Feb 1, 2024
1 parent ef28f8b commit d416ed3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true

- run: |
mkdir -p site/api/native
mkdir -p site/api
- uses: mattnotmitt/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d416ed3

Please sign in to comment.