Commit Graph

636 Commits

Author SHA1 Message Date
Pedro Nauck
a86a3e164d fix(docz-utils): get value from heading recursive 2018-09-28 11:53:41 -03:00
Pedro Nauck
ea3274ef87 fix(docz-theme-default): inlineCode font size using em 2018-09-28 11:45:48 -03:00
Pedro Nauck
32f92aaccc Merge branch 'dev' of github.com:pedronauck/docz into dev
* 'dev' of github.com:pedronauck/docz:
  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)
  docs: fix downloads badge (#346)
2018-09-28 11:22:21 -03:00
Pedro Nauck
8eb95f653c chore: some improvements 2018-09-28 11:13:32 -03:00
Pedro Nauck
582fe3decd docs: add new contributor @mpivaa 2018-09-27 22:47:17 -03:00
Pedro Nauck
1b19340743 feat(docz-core): add svgr built-in 2018-09-27 22:24:31 -03:00
Pedro Nauck
f8ff2ac767 fix(docz-theme-default): add syntax highlight test for typescript 2018-09-27 22:20:46 -03:00
Pedro Nauck
8252ebff0b feat(docz-theme-default): add link to root route on logo 2018-09-27 20:45:58 -03:00
Pedro Nauck
b157060e45 fix(docz-core): data server rewriting files and refac utils (#370)
* chore: update dependencies

* chore: prettier fix

* fix(docz-core): data server rewriting files

* feat(rehype-docz): add __componentPath on PropsTable

* feat(docz-utils): add first version of package

* chore(docz-utils): refac to include some more utils

* chore(docz-core): remove unnescessary code

* chore: tslint error
2018-09-27 20:30:17 -03:00
Marcelo Piva
27d04c0268 fix(docz-theme-default): use local vendors (#356)
* fix(docz-theme-default): use local vendors so internet connection is not
required

* chore: use styles from npm insted of hardcoded
2018-09-27 09:55:36 -03:00
amedora
44dd6cb97d feat(docz-core): add --config flag (#367)
* chore(docz-core): add new config arg "config"

* chore(load-cfg): add loadFrom to load configuration from specified file

* feat(docz-core): load configuration from file if specified
2018-09-27 09:55:09 -03:00
Pedro Nauck
66e6248ddf fix(docz-core): data server rewriting files 2018-09-20 19:12:58 -03:00
Kent C. Dodds
005d064bb2 docs: fix downloads badge (#346)
I'm guessing it was a copy/paste error. I was pretty shocked to see 311M downloads of docz already!
2018-09-20 18:39:06 -03:00
Pedro Nauck
9c6cb80312 chore: prettier fix 2018-09-19 15:13:26 -03:00
Pedro Nauck
2bef343290 Merge branch 'dev' of github.com:pedronauck/docz into dev
* 'dev' of github.com:pedronauck/docz:
  feat: add code sandbox integration (#338)
2018-09-19 09:22:17 -03:00
Pedro Nauck
fe7f83c386 chore: update dependencies 2018-09-19 09:13:10 -03:00
Pedro Nauck
f0cc1cc2f8 feat: add code sandbox integration (#338)
* feat(docz): add support for exporting to CodeSandbox

This allows you to export the code examples directly to CodeSandbox from the docs

* chore: some improvements on code
2018-09-18 21:50:42 -03:00
Pedro Nauck
267922536d Merge branch 'dev' of github.com:pedronauck/docz into dev
* 'dev' of github.com:pedronauck/docz:
  docs: remove members from core team (#325)
2018-09-18 21:49:45 -03:00
Nicholas Eduardo
7ceaddb827 docs: remove members from core team (#325) 2018-09-18 19:42:01 -03:00
Pedro Nauck
905010e90f fix(docz): restore scroll on history change 2018-09-15 00:48:13 -03:00
Pedro Nauck
94b4467113 feat: create menu based on doczrc property 2018-09-15 00:40:42 -03:00
Marcelo Piva
0efb905198 feat: ordering menu on doczrc (#322)
* feat(docz): ordering-menu-through-doczrc

* chore: change unknown pos to infinity

* chore: change config interface so it will not break when we need to add
more options
2018-09-11 21:22:28 -03:00
Pedro Nauck
fa4a649159 v0.11.2 v0.11.2 2018-09-11 02:35:32 -03:00
Pedro Nauck
25807120c7 feat: add native config for doczrc 2018-09-11 02:33:31 -03:00
Pedro Nauck
7d7f557647 fix: heading hash link with hash router config 2018-09-11 02:06:41 -03:00
Pedro Nauck
ef6de9d9a8 fix(docz): prevent crash when use imported props 2018-09-11 01:15:39 -03:00
Pedro Nauck
a28ab79082 fix(docz-theme-default): scrolling and overflows performance 2018-09-11 00:22:06 -03:00
Pedro Nauck
07ae76955a fix(docz-core): prevent entries block when parse mdx crash 2018-09-11 00:20:47 -03:00
Pedro Nauck
18c744d1f0 fix(docz-core): add watcher outside of update method scope 2018-09-10 22:59:54 -03:00
Marcelo Piva
ea88841ea0 fix(docz-core): remove https option and fix message (#321) 2018-09-10 20:53:19 -03:00
Pedro Nauck
6ba0931d70 docs: fix readme link 2018-09-07 02:22:22 -03:00
Pedro Nauck
d96d31992c v0.11.1 v0.11.1 2018-09-07 02:20:28 -03:00
Pedro Nauck
038b704968 Merge branch 'dev'
* dev:
  feat(docz-core): add config as parameter for onPrebuild and onPostBuild
  fix(docz-core): chokidar performance improvements
  chore: move docz-plugin-svgr into a new repo
  chore: move react native examples and plugin to a new repo
  chore: move css examples to a new repository
  chore: move docz-plugin-css to another repo
  chore: remove docz-plugin-babel6 files
  chore: update dependencies
  fix(docz-core): open js and ts loader scope of files
  fix(docz-core): literal value of headings for menus
  fix: update no documents found text (#289)
2018-09-07 02:18:49 -03:00
Pedro Nauck
49e270cf8e Merge branch 'dev' of github.com:pedronauck/docz into dev
* 'dev' of github.com:pedronauck/docz:
  fix: update no documents found text (#289)
2018-09-07 02:15:29 -03:00
Pedro Nauck
98692bbd6b feat(docz-core): add config as parameter for onPrebuild and onPostBuild 2018-09-07 02:08:24 -03:00
Pedro Nauck
0c344d845c fix(docz-core): chokidar performance improvements 2018-09-07 02:04:32 -03:00
Pedro Nauck
cc97ab6f39 chore: move docz-plugin-svgr into a new repo 2018-09-07 01:28:58 -03:00
Denis Borovikov
e60f0c6f7b docs: fix roadmap link (#305) 2018-09-07 01:25:08 -03:00
Pedro Nauck
75394d6935 chore: move react native examples and plugin to a new repo 2018-09-07 00:32:33 -03:00
Pedro Nauck
9cb256b2a6 chore: move css examples to a new repository 2018-09-07 00:19:16 -03:00
Pedro Nauck
e60614b3d4 chore: move docz-plugin-css to another repo 2018-09-07 00:05:36 -03:00
Pedro Nauck
232f0f381e chore: remove docz-plugin-babel6 files 2018-09-07 00:02:06 -03:00
Pedro Nauck
36c5f01074 chore: update dependencies 2018-09-06 23:59:41 -03:00
Pedro Nauck
03c01b7350 fix(docz-core): open js and ts loader scope of files 2018-09-06 22:46:00 -03:00
Pedro Nauck
85e4083db7 fix(docz-core): literal value of headings for menus 2018-09-06 22:39:58 -03:00
Wei-Wei Wu
4cbae280dc docs: update CONTRIBUTING.md (#299) 2018-09-06 14:17:15 -03:00
Stephen Fraser
2ce5846a2e chore: fix invalid configurations (#303)
* chore: fix configuration in css-sass example

* chore: fix configuration in css-stylus example
2018-09-06 14:16:45 -03:00
Martin Camacho
cb782f908d fix: update no documents found text (#289) 2018-09-04 20:57:07 -03:00
Pedro Nauck
5fad743001 fix(docz-core): basename configuration 2018-09-04 00:20:03 -03:00
Pedro Nauck
a293aa44d5 fix(docz): add react router inside the docz bundle 2018-09-04 00:20:03 -03:00