Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit e500aa1

Browse files
committed
docs: add README to all packages. fixes #188
1 parent 436ada1 commit e500aa1

10 files changed

Lines changed: 52 additions & 0 deletions

File tree

core/docz-core/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## docz-core
2+
3+
All CLI commands are built here and imported from `docz` package using `./bin` script.
4+
5+
Code in this package does not run on the browser, it runs on node.
6+
7+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

core/docz-rollup/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## docz-rollup
2+
3+
This is an internal docz package containing a [rollup](https://github.com/rollup/rollup) config used by docz to build its packages.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

core/docz-utils/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## docz-utils
2+
3+
This is an internal docz package containing utility functions used by multiple docz packages.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

core/rehype-docz/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## rehype-docz
2+
3+
This is an internal docz package containing the [rehype](https://github.com/rehypejs/rehype) plugin used by docz.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

core/remark-docz/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## remark-docz
2+
3+
This is an internal docz package containing the [remark](https://github.com/remarkjs/remark) plugin used by docz.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## babel-plugin-export-metadata
2+
3+
This is an internal docz babel plugin used to add file metadata for function declarations.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## eslint-config-docz-js
2+
3+
This is an internal docz eslint config used in docz JS modules.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## eslint-config-docz-ts
2+
3+
This is an internal docz eslint config used in docz TS modules.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

other-packages/load-cfg/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## load-cfg
2+
3+
This is an internal docz package used to load the docz config from a project into memory.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## react-docgen-actual-name-handler
2+
3+
This is an internal docz [react-docgen](https://github.com/reactjs/react-docgen) [handler](https://github.com/reactjs/react-docgen#handlers) used to set `actualName` on React components.
4+
5+
Unless you're looking to contribute to docz, you probably don't care about this package and are looking for [the docz package documentation](https://github.com/doczjs/docz).

0 commit comments

Comments
 (0)