diff --git a/app/components/index.mdx b/app/components/index.mdx index 4436817..e3300c0 100644 --- a/app/components/index.mdx +++ b/app/components/index.mdx @@ -5,4 +5,4 @@ route: / # UI Components -Please navigate on the left menu side to know more about the app's components +Use the sidebar menu to browse the styleguide diff --git a/doczrc.js b/doczrc.js index 32b28b7..58253d9 100644 --- a/doczrc.js +++ b/doczrc.js @@ -2,7 +2,7 @@ import { css } from 'docz-plugin-css'; export default { - title: 'ZCash', - description: 'ZCash UI Documentation', + title: 'Zcash Foundation', + description: 'Zcash Foundation User Interface Styleguide', plugins: [css()], }; diff --git a/package.json b/package.json index 6485ef6..a97cc0b 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,8 @@ "eslint-plugin-react": "^7.7.0", "file-loader": "^2.0.0", "flow-bin": "^0.87.0", + "flow-coverage-report": "^0.6.0", + "flow-typed": "^2.5.1", "glow": "^1.2.2", "html-webpack-plugin": "^3.1.0", "jest": "^23.6.0", @@ -84,8 +86,6 @@ "@babel/register": "^7.0.0", "autoprefixer": "^9.3.1", "connected-react-router": "^5.0.1", - "flow-coverage-report": "^0.6.0", - "flow-typed": "^2.5.1", "history": "^4.7.2", "react": "^16.6.0", "react-dom": "^16.6.0",