9 | );
10 |
--------------------------------------------------------------------------------
/lerna.json:
--------------------------------------------------------------------------------
1 | {
2 | "packages": [
3 | "packages/*"
4 | ],
5 | "version": "1.0.0",
6 | "npmClient": "yarn",
7 | "command": {
8 | "publish": {
9 | "registry": "https://registry.npmjs.org",
10 | "ignoreChanges": [
11 | "docs"
12 | ]
13 | }
14 | },
15 | "useWorkspaces": true
16 | }
17 |
--------------------------------------------------------------------------------
/.vscode/main.yml:
--------------------------------------------------------------------------------
1 | name: Update docs
2 |
3 | on:
4 | push:
5 | branches: [ master ]
6 |
7 | jobs:
8 | build:
9 | runs-on: ubuntu-latest
10 | steps:
11 | - name: Build packages & docs
12 | run: yarn clean && yarn build
13 | - name: Deploy
14 | uses: peaceiris/actions-gh-pages@v3
15 | with:
16 | github_token: ${{ secrets.GITHUB_TOKEN }}
17 | publish_dir: ./docs/.docz
18 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | # EditorConfig is awesome: http://EditorConfig.org
2 |
3 | # top-most EditorConfig file
4 | root = true
5 |
6 | [*]
7 | # Unix-style newlines with a newline ending every file
8 | charset = utf-8
9 | indent_size = 2
10 | indent_style = space
11 | end_of_line = lf
12 | insert_final_newline = true
13 | trim_trailing_whitespace = true
14 |
15 | [*.json]
16 | indent_size = 2
17 |
18 | [*.js]
19 | trim_trailing_whitespace = true
20 |
--------------------------------------------------------------------------------
/docs/theme/gatsby-theme-docz/wrapper.jsx:
--------------------------------------------------------------------------------
1 | import * as React from 'react';
2 | import { Helmet } from 'react-helmet-async';
3 |
4 | // The doc prop contains some metadata about the page being rendered that you can use.
5 | const Wrapper = ({ children, _ }) => (
6 | <>
7 | Supplementary content #1
33 |Supplementary content #2
39 |Supplementary content #3
45 |Supplementary content #1
33 |Supplementary content #2
39 |Supplementary content #3
45 |Supplementary content #1
37 |Supplementary content #2
45 |Supplementary content #3
53 |Description box you are viewing:
63 |Whole {'
Supplementary content #1
37 |Supplementary content #2
45 |Supplementary content #3
53 |Description box you are viewing:
63 |Whole {'