Skip to content

Commit d3eadd5

Browse files
authored
1 parent ece86e7 commit d3eadd5

File tree

15 files changed

+330
-303
lines changed

15 files changed

+330
-303
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ yarn-error.log*
3636

3737
.idea/
3838

39-
*storybook.log
39+
*storybook.log
40+
41+
# docs
42+
/docs

docs/TOC.mdx

Lines changed: 0 additions & 105 deletions
This file was deleted.

docs/core-components.mdx

Whitespace-only changes.

docs/features.mdx

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/introduction.mdx

Lines changed: 0 additions & 120 deletions
This file was deleted.

docs/localization.mdx

Whitespace-only changes.

docs/modules.mdx

Whitespace-only changes.

docs/themes.mdx

Whitespace-only changes.

docs/ui-components.mdx

Whitespace-only changes.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"storybook": "storybook dev -p 6006",
5454
"start:storybook": "yarn storybook",
5555
"start:apps:testing": "yarn workspace @uikit-app/testing dev",
56+
"build:docs": "node ./scripts/build_docs.mjs",
5657
"build:storybook": "storybook build",
5758
"build:apps:testing": "yarn workspace @uikit-app/testing build"
5859
},
@@ -137,6 +138,7 @@
137138
"stylelint": "^13.0.0",
138139
"stylelint-config-sass-guidelines": "^7.0.0",
139140
"ts-pattern": "^4.2.2",
141+
"typedoc": "^0.25.13",
140142
"typescript": "^5.4.5",
141143
"vite": "^5.1.5",
142144
"vite-plugin-svgr": "^4.2.0"

0 commit comments

Comments
 (0)