Skip to content
Open
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
4 changes: 4 additions & 0 deletions doxyconfig-Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ HTML_HEADER = doxyconfig-header.html
HTML_EXTRA_FILES += doxyconfig-readthedocs-search.js
HTML_EXTRA_STYLESHEET += doxyconfig.css

# @lizardbyte/shared-web
HTML_EXTRA_FILES += ../node_modules/@lizardbyte/shared-web/dist/crowdin.js
HTML_EXTRA_STYLESHEET += ../node_modules/@lizardbyte/shared-web/dist/crowdin-doxygen-css.css

# custom aliases
ALIASES = ""
ALIASES += "examples=^^**Examples**^^@code{.cpp}"
Expand Down
6 changes: 6 additions & 0 deletions doxyconfig-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<script type="text/javascript" src="$relpath^assets/fontawesome/js/all.min.js"></script>
<!--FONTAWESOME END-->

<!--LIZARDBYTE/SHARED-WEB START-->
<script type="text/javascript" src="$relpath^crowdin.js"></script>
<script type="text/javascript">
initCrowdIn('LizardByte-docs', null);
</script>

<!--DOXYGEN-AWESOME START-->
<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript" src="$relpath^doxygen-awesome-fragment-copy-button.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"@fortawesome/fontawesome-free": "6.7.2"
"@fortawesome/fontawesome-free": "6.7.2",
"@lizardbyte/shared-web": "2025.326.11214"
},
"devDependencies": {
"jquery": "^3.7.1"
Expand Down