Skip to content

Commit

Permalink
Added igniteui-docfx-template NPM package and deleted the local ignit…
Browse files Browse the repository at this point in the history
…e ui template.
  • Loading branch information
INFRAGISTICS\tiliev committed May 23, 2018
1 parent 9fbf8a4 commit 5e947d8
Show file tree
Hide file tree
Showing 106 changed files with 5 additions and 18,526 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,3 @@ typings/
# docfx build
en/_site
jp/_site

# post processors
/templates/ignite-ui-template/post-processors/.vs/
/templates/ignite-ui-template/post-processors/packages/
/templates/ignite-ui-template/post-processors/PostProcessors/bin/
/templates/ignite-ui-template/post-processors/PostProcessors/obj/
/templates/ignite-ui-template/plugins/*
!/templates/ignite-ui-template/plugins/PostProcessors.dll
2 changes: 1 addition & 1 deletion en/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["../templates/ignite-ui-template"],
"template": ["../node_modules/igniteui-docfx-template"],
"postProcessors": ["SetEnvironmentVariables"],
"noLangKeyword": false,
"keepFileLink": false,
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const autoprefixer = require('gulp-autoprefixer');
const argv = require('yargs').argv;
const fs = require('fs');
const env = require('dotenv').config();
const environmentVariablesPreConfig = require('./templates/ignite-ui-template/post-processors/PostProcessors/EnvironmentVariables/preconfig.json');
const environmentVariablesPreConfig = require('./node_modules/igniteui-docfx-template/post-processors/PostProcessors/EnvironmentVariables/preconfig.json');

const LANG = argv.lang === undefined ? "en" : argv.lang;
const DOCFX_BASE = {
Expand All @@ -17,7 +17,7 @@ const DOCFX_BASE = {
};
const DOCFX_PATH =`${DOCFX_BASE[LANG]}`;
const DOCFX_CONF = `${DOCFX_PATH}/docfx.json`;
const DOCFX_TEMPLATE = path.join(__dirname, `./templates/ignite-ui-template`);
const DOCFX_TEMPLATE = path.join(__dirname, `./node_modules/igniteui-docfx-template`);
const DOCFX_SITE = `${DOCFX_PATH}/_site`;
const DOCFX_ARTICLES = `${DOCFX_PATH}/components`;

Expand Down
2 changes: 1 addition & 1 deletion jp/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["../templates/ignite-ui-template"],
"template": ["../node_modules/igniteui-docfx-template"],
"postProcessors": ["SetEnvironmentVariables"],
"noLangKeyword": false,
"keepFileLink": false,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"gulp-autoprefixer": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.3",
"igniteui-docfx-template": "^1.0.0",
"yargs": "^10.0.3"
}
}
254 changes: 0 additions & 254 deletions templates/ignite-ui-template/ManagedReference.common.js

This file was deleted.

15 changes: 0 additions & 15 deletions templates/ignite-ui-template/ManagedReference.extension.js

This file was deleted.

40 changes: 0 additions & 40 deletions templates/ignite-ui-template/ManagedReference.html.primary.js

This file was deleted.

13 changes: 0 additions & 13 deletions templates/ignite-ui-template/ManagedReference.html.primary.tmpl

This file was deleted.

Loading

0 comments on commit 5e947d8

Please sign in to comment.