Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(731) migrate newskit demo to docs site #870

Merged
merged 25 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
root: ./
paths:
- node_modules/*
- .storybook/private-fonts
- fonts/private-fonts
- src/version-number.json
- src/icons/*
- slack/notify:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ build
dist
stats.html
storybook-static
.storybook/private-fonts
coverage
/e2e/dist/index.js
.vscode
Expand All @@ -23,6 +22,8 @@ vrt/diff
site/.next
site/posts.js
site/public/static/fonts
fonts/private-fonts
.storybook/private-fonts
/public
.*code
.terraform
Expand Down
283 changes: 0 additions & 283 deletions .storybook/fetch-external-fonts.js

This file was deleted.

2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
reactDocgen: false, // added to negate https://github.com/styleguidist/react-docgen-typescript/issues/356
},

staticDirs: ['../fonts', '../static', 'private-fonts'],
staticDirs: ['../fonts', '../static'],
// we need the stories.json file to be generated so that we can check that all
// Storybook urls in the doc site build are valid
features: {
Expand Down
Loading