Skip to content

Commit c008a1d

Browse files
committed
updated docs
1 parent 562a02b commit c008a1d

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.eslintignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_modules
44

55
storybook-static
66

7-
coverage
7+
coverage
8+
9+
build

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_modules
44

55
storybook-static
66

7-
coverage
7+
coverage
8+
9+
documentation/build

.prettierignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88

99
/coverage
1010

11-
*.md
11+
*.md
12+
13+
documentation/build

documentation/src/components/CJS/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const CJS = (props) => {
216216
<MenuIcon />
217217
</IconButton>
218218
<Typography variant="h6" noWrap>
219-
Installation
219+
CJS
220220
</Typography>
221221
</Toolbar>
222222
</AppBar>

documentation/src/components/ESM/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const ESM = (props) => {
216216
<MenuIcon />
217217
</IconButton>
218218
<Typography variant="h6" noWrap>
219-
Installation
219+
ESM
220220
</Typography>
221221
</Toolbar>
222222
</AppBar>

documentation/src/components/UMD/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const UMD = (props) => {
216216
<MenuIcon />
217217
</IconButton>
218218
<Typography variant="h6" noWrap>
219-
Installation
219+
UMD
220220
</Typography>
221221
</Toolbar>
222222
</AppBar>

0 commit comments

Comments
 (0)