Skip to content

Commit

Permalink
Merge pull request #206 from IgniteUI/dTsvetkov/add-appbuilder-theme-…
Browse files Browse the repository at this point in the history
…vnext

Include appbuilder theme
  • Loading branch information
zdrawku authored Apr 4, 2024
2 parents f1fbcce + 8313d62 commit 7612c83
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
3 changes: 3 additions & 0 deletions en/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
],
"dest": "_site",
"globalMetadataFiles": ["global.json", "../node_modules/igniteui-docfx-template/template/bundling.global.json"],
"globalMetadata": {
"_appFaviconPath": "https://staging.appbuilder.dev/wp-content/themes/slingshot/icons/favicon.ico"
},
"fileMetadataFiles": [],
"template": ["../node_modules/igniteui-docfx-template/template"],
"noLangKeyword": false,
Expand Down
12 changes: 6 additions & 6 deletions en/global.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"_navBarTitle": "AppBuilder",
"_navBarTitleHref": "https://www.infragistics.com/products/appbuilder",
"_navBarTitleHref": "https://appbuilder.dev/",
"_repoUrl": "https://github.com/IgniteUI/app-builder-docfx/tree/master/en/",
"_productThemeName": "appbuilder",
"_currentBaseUrl": "https://www.infragistics.com/products/appbuilder/help/",
"_docfxTheme": "appbuilder",
"_currentBaseUrl": "https://appbuilder.dev/help/",
"_hasKRLang": false,
"_ENBaseUrl": "https://www.infragistics.com/products/appbuilder/help/",
"_JABaseUrl": "https://jp.infragistics.com/products/appbuilder/help/",
"_KRBaseUrl": "https://www.infragistics.co.kr/products/appbuilder/help/",
"_ENBaseUrl": "https://appbuilder.dev/help/",
"_JABaseUrl": "https://appbuilder.dev/help/",
"_KRBaseUrl": "https://appbuilder.dev/help/",
"_gitHubBtnLbl": "View page on ",
"_themeUsage": false,
"_demosBaseUrlVar": "{environment:demosBaseUrl}",
"_platform": "appbuilder",
"_initialPage": "getting-started",
"_toc-dir": "sidebar-toc",
Expand Down
3 changes: 3 additions & 0 deletions jp/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
],
"dest": "_site",
"globalMetadataFiles": ["global.json", "../node_modules/igniteui-docfx-template/template/bundling.global.json"],
"globalMetadata": {
"_appFaviconPath": "https://staging.appbuilder.dev/wp-content/themes/slingshot/icons/favicon.ico"
},
"fileMetadataFiles": [],
"template": ["../node_modules/igniteui-docfx-template/template"],
"noLangKeyword": false,
Expand Down
12 changes: 6 additions & 6 deletions jp/global.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"_navBarTitle": "AppBuilder",
"_navBarTitleHref": "https://jp.infragistics.com/products/appbuilder",
"_navBarTitleHref": "https://appbuilder.dev/",
"_repoUrl": "https://github.com/IgniteUI/app-builder-docfx/tree/master/jp/",
"_productThemeName": "appbuilder",
"_currentBaseUrl": "https://jp.infragistics.com/products/appbuilder/help/",
"_docfxTheme": "appbuilder",
"_currentBaseUrl": "https://appbuilder.dev/help/",
"_hasKRLang": false,
"_ENBaseUrl": "https://www.infragistics.com/products/appbuilder/help/",
"_JABaseUrl": "https://jp.infragistics.com/products/appbuilder/help/",
"_KRBaseUrl": "https://www.infragistics.co.kr/products/appbuilder/help/",
"_ENBaseUrl": "https://appbuilder.dev/help/",
"_JABaseUrl": "https://appbuilder.dev/help/",
"_KRBaseUrl": "https://appbuilder.dev/help/",
"_gitHubBtnLbl": "ページを開く:",
"_themeUsage": false,
"_demosBaseUrlVar": "{environment:demosBaseUrl}",
"_platform": "appbuilder",
"_initialPage": "getting-started",
"_toc-dir": "sidebar-toc",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Infragistics",
"license": "ISC",
"dependencies": {
"igniteui-docfx-template": "3.5.1",
"igniteui-docfx-template": "3.7.0",
"natives": "^1.1.6",
"require-or-import": "0.1.1",
"yargs": "^10.0.3"
Expand Down

0 comments on commit 7612c83

Please sign in to comment.