Merge branch 'dev' into jsdoc-integration

* dev: (33 commits)
  docs: add projects using docz
  v0.12.4
  fix(docz): merge menus and submenus
  v0.12.3
  fix(docz): remove Children.only
  v0.12.2
  chore(docz-utils): add named asset import as utils
  fix(docz-utils): get value from heading recursive
  fix(docz-theme-default): inlineCode font size using em
  chore: some improvements
  docs: add new contributor @mpivaa
  feat(docz-core): add svgr built-in
  fix(docz-theme-default): add syntax highlight test for typescript
  feat(docz-theme-default): add link to root route on logo
  fix(docz-core): data server rewriting files and refac utils (#370)
  fix(docz-theme-default): use local vendors (#356)
  feat(docz-core): add --config flag (#367)
  fix(docz-core): data server rewriting files
  docs: fix downloads badge (#346)
  chore: prettier fix
  ...
This commit is contained in:
Marcelo Piva
2018-09-28 18:37:39 -03:00
98 changed files with 3399 additions and 1929 deletions

View File

@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-basic
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)
**Note:** Version bump only for package docz-example-basic
<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-basic
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,20 +1,20 @@
{
"name": "docz-example-basic",
"version": "0.11.1",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"emotion": "^9.2.8",
"emotion": "^9.2.9",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8"
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1"
"babel-plugin-emotion": "^9.2.9",
"docz": "^0.12.4"
}
}

View File

@@ -1,7 +1,6 @@
---
name: Getting Started
route: /
order: 1
---
# Getting Started

View File

@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-flow
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)
**Note:** Version bump only for package docz-example-flow
<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-flow
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,23 +1,23 @@
{
"name": "docz-example-flow",
"version": "0.11.1",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"emotion": "^9.2.8",
"emotion": "^9.2.9",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8"
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-plugin-emotion": "^9.2.8",
"docz": "^0.11.1",
"flow-bin": "^0.80.0",
"babel-plugin-emotion": "^9.2.9",
"docz": "^0.12.4",
"flow-bin": "^0.81.0",
"flow-typed": "^2.5.1"
}
}

View File

@@ -1,7 +1,6 @@
---
name: Getting Started
route: /
order: 1
---
# Getting Started

View File

@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-styled-components
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)
**Note:** Version bump only for package docz-example-styled-components
<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-styled-components
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,6 +1,6 @@
{
"name": "docz-example-styled-components",
"version": "0.11.1",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
@@ -8,11 +8,11 @@
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"styled-components": "^3.4.5"
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^3.4.9"
},
"devDependencies": {
"docz": "^0.11.1"
"docz": "^0.12.4"
}
}

View File

@@ -1,7 +1,6 @@
---
name: Getting Started
route: /
order: 1
---
# Getting Started

View File

@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.12.4"></a>
## [0.12.4](https://github.com/pedronauck/docz/compare/v0.12.3...v0.12.4) (2018-09-28)
**Note:** Version bump only for package docz-example-typescript
<a name="0.12.3"></a>
## [0.12.3](https://github.com/pedronauck/docz/compare/v0.12.2...v0.12.3) (2018-09-28)
**Note:** Version bump only for package docz-example-typescript
<a name="0.11.2"></a>
## [0.11.2](https://github.com/pedronauck/docz/compare/v0.11.1...v0.11.2) (2018-09-11)
**Note:** Version bump only for package docz-example-typescript
<a name="0.11.1"></a>
## [0.11.1](https://github.com/pedronauck/docz/compare/v0.11.0...v0.11.1) (2018-09-07)

View File

@@ -1,20 +1,20 @@
{
"name": "docz-example-typescript",
"version": "0.11.1",
"version": "0.12.4",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"docz": "^0.11.1",
"docz-core": "^0.11.1",
"emotion": "^9.2.8",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-emotion": "^9.2.8"
"docz": "^0.12.4",
"docz-core": "^0.12.2",
"emotion": "^9.2.9",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.9"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.8"
"babel-plugin-emotion": "^9.2.9"
}
}

View File

@@ -1,7 +1,6 @@
---
name: Getting Started
route: /
order: 1
---
# Getting Started