Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:pedronauck/docz into dev
Browse files Browse the repository at this point in the history
* 'dev' of github.com:pedronauck/docz:
  feat(docz-theme-default): add blockquote component
  fix: base url and hash router making weird url
  chore(docz-theme-default): change inlineCode bg
  feat(docz-example-styled-components): add new example
  chore: remove docz-core from examples dependencies
  chore: add titles in some examples
  fix(docz-plugin-css): fix empty loaderOpts
  • Loading branch information
pedronauck committed Sep 2, 2018
2 parents 6d2dc2a + 86ada87 commit 258f24f
Show file tree
Hide file tree
Showing 21 changed files with 277 additions and 1,095 deletions.
1 change: 0 additions & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"babel-plugin-emotion": "^9.2.8"
}
}
1 change: 0 additions & 1 deletion examples/css-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
1 change: 0 additions & 1 deletion examples/css-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
1 change: 0 additions & 1 deletion examples/css-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
1 change: 0 additions & 1 deletion examples/css-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"docz": "^0.10.3",
"docz-core": "^0.10.3",
"docz-plugin-css": "^0.10.3"
}
}
Loading

0 comments on commit 258f24f

Please sign in to comment.