File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ HTML_HEADER = doxyconfig-header.html
5151HTML_EXTRA_FILES += doxyconfig-readthedocs-search.js
5252HTML_EXTRA_STYLESHEET += doxyconfig.css
5353
54+ # @lizardbyte/shared-web
55+ HTML_EXTRA_FILES += ../node_modules/@lizardbyte/shared-web/dist/crowdin.js
56+ HTML_EXTRA_STYLESHEET += ../node_modules/@lizardbyte/shared-web/dist/crowdin-doxygen-css.css
57+
5458# custom aliases
5559ALIASES = ""
5660ALIASES += "examples=^^**Examples**^^@code{.cpp}"
Original file line number Diff line number Diff line change 2929< script type ="text/javascript " src ="$relpath^assets/fontawesome/js/all.min.js "> </ script >
3030<!--FONTAWESOME END-->
3131
32+ <!--LIZARDBYTE/SHARED-WEB START-->
33+ < script type ="text/javascript " src ="$relpath^crowdin.js "> </ script >
34+ < script type ="text/javascript ">
35+ initCrowdIn ( 'LizardByte-docs' , null ) ;
36+ </ script >
37+
3238<!--DOXYGEN-AWESOME START-->
3339< script type ="text/javascript " src ="$relpath^doxygen-awesome-darkmode-toggle.js "> </ script >
3440< script type ="text/javascript " src ="$relpath^doxygen-awesome-fragment-copy-button.js "> </ script >
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@fortawesome/fontawesome-free" : " 6.7.2"
3+ "@fortawesome/fontawesome-free" : " 6.7.2" ,
4+ "@lizardbyte/shared-web" : " 2025.326.11214"
45 },
56 "devDependencies" : {
67 "jquery" : " ^3.7.1"
You can’t perform that action at this time.
0 commit comments