Skip to content

Commit

Permalink
chore: move documentation directory to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBusse29 committed Jul 12, 2023
1 parent e77bc44 commit 3dac57c
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 79 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"node": "^18.12.0"
},
"workspaces": [
"./documentation/",
"./packages/*",
"./proprietary/*"
],
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from "@storybook/addon-docs";
import markdown from "../LICENSE.md?raw";
import markdown from "../../LICENSE.md?raw";

<Meta title="Example/Open Source License" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Markdown, Meta } from "@storybook/addon-docs";
import markdown from "../NOTICE.md?raw";
import markdown from "../../NOTICE.md?raw";

<Meta title="Example/Toestemming voor gebruik" />

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/storybook/config/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env node */
module.exports = {
stories: ['../../../documentation/**/*stories.@(js|jsx|mdx|ts|tsx)', '../src/**/*stories.@(js|jsx|mdx|ts|tsx)'],
stories: ['../../documentation/**/*stories.@(js|jsx|mdx|ts|tsx)', '../src/**/*stories.@(js|jsx|mdx|ts|tsx)'],
addons: [
'@etchteam/storybook-addon-status/register',
'@storybook/addon-a11y/register',
Expand Down
3 changes: 1 addition & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"scripts": {
"build": "storybook build --output-dir dist/ --config-dir config/",
"clean": "rimraf dist/",
"storybook": "storybook dev --config-dir config/ --port 6006",
"preview": "vite preview"
"storybook": "storybook dev --config-dir config/ --port 6006"
},
"devDependencies": {
"@babel/core": "7.21.3",
Expand Down
Loading

0 comments on commit 3dac57c

Please sign in to comment.