Skip to content

Commit

Permalink
update all files
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhihua committed Dec 22, 2016
1 parent 58480f8 commit efe8c98
Show file tree
Hide file tree
Showing 38 changed files with 240 additions and 293 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"presets": [
"es2015",
"env",
"react"
],
"plugins": [
"syntax-object-rest-spread",
"transform-object-rest-spread"
]
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ root = true
charset = utf-8

# 4 space indentation
[*.{md,js,jsx,scss}]
[*.{md,js,jsx,scss,hbs}]
indent_style = space
indent_size = 2

Expand Down
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"root": true,

"extends": "eslint:recommended",

"parser": "babel-eslint",
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
npm-debug.log
build
generated
.antwar
.avoscloud/

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
branches:
only:
- master
- develop
language: node_js
node_js:
- "6"
Expand Down
14 changes: 7 additions & 7 deletions antwar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
),

'get-started': section(
'起步',
'Get-Started',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./content/get-started',
Expand All @@ -50,7 +50,7 @@ module.exports = {
),

concepts: section(
'概念',
'Concepts',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./content/concepts',
Expand All @@ -61,7 +61,7 @@ module.exports = {
),

guides: section(
'指南',
'Guides',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./content/guides',
Expand All @@ -72,7 +72,7 @@ module.exports = {
),

configuration: section(
'配置',
'Configuration',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./content/configuration',
Expand All @@ -94,7 +94,7 @@ module.exports = {
),

pluginsapi: section(
'插件 API',
'Plugins API',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./content/pluginsapi',
Expand All @@ -105,7 +105,7 @@ module.exports = {
),

loaders: section(
'加载器',
'Loaders',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./generated/loaders',
Expand All @@ -116,7 +116,7 @@ module.exports = {
),

plugins: section(
'插件',
'Plugins',
function() {
return require.context(
'json-loader!yaml-frontmatter-loader!./generated/plugins',
Expand Down
30 changes: 1 addition & 29 deletions assets/icon-square-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 1 addition & 28 deletions assets/icon-square-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 1 addition & 27 deletions assets/logo-on-dark-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit efe8c98

Please sign in to comment.