diff --git a/doxyconfig-Doxyfile b/doxyconfig-Doxyfile index dcf8f76..eac8013 100644 --- a/doxyconfig-Doxyfile +++ b/doxyconfig-Doxyfile @@ -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}" diff --git a/doxyconfig-header.html b/doxyconfig-header.html index 1aec66e..a61f7b6 100644 --- a/doxyconfig-header.html +++ b/doxyconfig-header.html @@ -29,6 +29,12 @@ + + + + diff --git a/package.json b/package.json index dc77ffa..457915e 100644 --- a/package.json +++ b/package.json @@ -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"