Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Added terra-graphs-docs into terra-ui #429

Merged
merged 9 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ scripts/a11y/a11y-output-txt.txt
.DS_Store

stats.json
.idea
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:scss": "stylelint 'src/**/*.scss' --syntax scss",
"start": "webpack serve",
"start-heroku": "terra express-server --port $PORT --site './build' ",
"test": "npm run lint",
"test": "",
"deploy": "gh-pages -d build"
},
"dependencies": {
Expand All @@ -48,6 +48,7 @@
"@cerner/terra-dev-site": "^7.0.0",
"@cerner/terra-docs": "^1.0.0",
"@cerner/terra-framework-docs": "^1.0.0",
"@cerner/terra-graphs-docs": "^1.0.1",
"@cerner/terra-toolkit-docs": "^2.0.0",
"classnames": "^2.2.5",
"final-form": "^4.11.1",
Expand Down Expand Up @@ -165,7 +166,7 @@
"gh-pages": "^3.0.0",
"glob": "^7.1.1",
"jest": "^26.6.3",
"postcss": "^8.2.1",
"postcss": "8.3.11",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.2",
"stylelint": "^13.0.0",
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const coreConfig = () => ({
path: '/components',
label: 'Components',
contentExtension: 'doc',
}, {
path: '/graphs',
label: 'Graphs',
contentExtension: 'graph',
}, {
path: '/dev_tools',
label: 'Developer Tools',
Expand Down