Merge pull request #121 from mathuo/100-docs

100 docs
This commit is contained in:
mathuo 2022-05-26 21:59:51 +01:00 committed by GitHub
commit b2c2869574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 3140 additions and 7824 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
{
"packages": [
"packages/*",
"docs"
"packages/*"
],
"version": "1.4.2",
"npmClient": "yarn",

View File

@ -1,7 +1,7 @@
const fs = require('fs-extra');
const path = require('path');
const output = path.join(__dirname, '../../build');
const output = path.join(__dirname, '../../../build');
const docsDir = path.join(__dirname, '../build');

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

3195
yarn.lock

File diff suppressed because it is too large Load Diff