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
51
51
HTML_EXTRA_FILES += doxyconfig-readthedocs-search.js
52
52
HTML_EXTRA_STYLESHEET += doxyconfig.css
53
53
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
+
54
58
# custom aliases
55
59
ALIASES = ""
56
60
ALIASES += "examples=^^**Examples**^^@code{.cpp}"
Original file line number Diff line number Diff line change 29
29
< script type ="text/javascript " src ="$relpath^assets/fontawesome/js/all.min.js "> </ script >
30
30
<!--FONTAWESOME END-->
31
31
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
+
32
38
<!--DOXYGEN-AWESOME START-->
33
39
< script type ="text/javascript " src ="$relpath^doxygen-awesome-darkmode-toggle.js "> </ script >
34
40
< script type ="text/javascript " src ="$relpath^doxygen-awesome-fragment-copy-button.js "> </ script >
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@fortawesome/fontawesome-free" : " 6.7.2"
3
+ "@fortawesome/fontawesome-free" : " 6.7.2" ,
4
+ "@lizardbyte/shared-web" : " 2025.326.11214"
4
5
},
5
6
"devDependencies" : {
6
7
"jquery" : " ^3.7.1"
You can’t perform that action at this time.
0 commit comments