File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11outputPath : ./docs/api
2- yamlPath : ./api
2+ yamlPath : ./api
3+ useIconify : true
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ const config = {
1515 favicon : 'img/favicon.ico' ,
1616 organizationName : 'ServiceStack' , // Usually your GitHub org/user name.
1717 projectName : 'reference-docs' , // Usually your repo name.
18-
18+ scripts : [
19+ "https://code.iconify.design/iconify-icon/1.0.0/iconify-icon.min.js"
20+ ] ,
1921 presets : [
2022 [
2123 'classic' ,
Original file line number Diff line number Diff line change 3737 " last 1 firefox version" ,
3838 " last 1 safari version"
3939 ]
40+ },
41+ "devDependencies" : {
42+ "@iconify/react" : " ^4.0.0"
4043 }
4144}
Original file line number Diff line number Diff line change 21182118 dependencies :
21192119 " @hapi/hoek" " ^9.0.0"
21202120
2121+ " @iconify/react@^4.0.0 " :
2122+ version "4.0.0"
2123+ resolved "https://registry.yarnpkg.com/@iconify/react/-/react-4.0.0.tgz#0e2238fec072bfca0f2b9b6ff9e60c721c4abf32"
2124+ integrity sha512-YE+z5PCegYyuJtLR6KBbJNlssmuVgRyFyRxcgxSPVkN3Gsm7npSzrUh+gWlBxrNb5g4Q6Nnb1gczPBNcwtUpng==
2125+ dependencies :
2126+ " @iconify/types" " ^2.0.0"
2127+
2128+ " @iconify/types@^2.0.0 " :
2129+ version "2.0.0"
2130+ resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
2131+ integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
2132+
21212133" @jridgewell/gen-mapping@^0.1.0 " :
21222134 version "0.1.1"
21232135 resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
You can’t perform that action at this time.
0 commit comments