Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fix(docs): link colors changed to white (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored and redallen committed Nov 4, 2019
1 parent a02b5bc commit 710abe3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 54 deletions.
4 changes: 2 additions & 2 deletions gatsby-theme-patternfly-org/layouts/sideNavLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const SideNavLayout = ({ children, location, context, hideSideNav = false, parit
);

return (
<React.Fragment>
<div>
<Helmet>
<title>{title}</title>
</Helmet>
Expand All @@ -182,7 +182,7 @@ const SideNavLayout = ({ children, location, context, hideSideNav = false, parit
{children}
</Page>
<Footer />
</React.Fragment>
</div>
);
}

Expand Down
74 changes: 37 additions & 37 deletions patternfly-org-demo/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ module.exports = {
}
},
// Core docs
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'core', // This goes in URLs
path: `${path.resolve(__dirname)}/patternfly-next/src/patternfly`
}
},
// {
// resolve: 'gatsby-source-filesystem',
// options: {
// name: 'core', // This goes in URLs
// path: `${path.resolve(__dirname)}/patternfly-next/src/patternfly`
// }
// },
// Core release notes
{
resolve: 'gatsby-source-filesystem',
Expand All @@ -102,36 +102,36 @@ module.exports = {
}
},
// React docs
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'react', // This goes in URLs
path: `${path.resolve(__dirname)}/patternfly-react/packages/patternfly-4`,
/* Files we never care to pull data from
* Matched by https://github.com/paulmillr/chokidar */
ignore: [
'**/dist',
'**/helpers',
'**/scripts',
'**/styles',
'**/build',
'**/utils',
'**/test-helpers',
/.*react-styles.*/,
/.*react-docs.*/,
/.*react-integration.*/,
// eslint-disable-next-line no-useless-escape
'**/\..*', // dotfiles
'**/*.d.ts',
'**/*.test.*',
'**/index.*',
'**/tsconfig.*',
'**/tslint.*',
'**/README.*',
'**/CHANGELOG.*'
]
}
},
// {
// resolve: 'gatsby-source-filesystem',
// options: {
// name: 'react', // This goes in URLs
// path: `${path.resolve(__dirname)}/patternfly-react/packages/patternfly-4`,
// /* Files we never care to pull data from
// * Matched by https://github.com/paulmillr/chokidar */
// ignore: [
// '**/dist',
// '**/helpers',
// '**/scripts',
// '**/styles',
// '**/build',
// '**/utils',
// '**/test-helpers',
// /.*react-styles.*/,
// /.*react-docs.*/,
// /.*react-integration.*/,
// // eslint-disable-next-line no-useless-escape
// '**/\..*', // dotfiles
// '**/*.d.ts',
// '**/*.test.*',
// '**/index.*',
// '**/tsconfig.*',
// '**/tslint.*',
// '**/README.*',
// '**/CHANGELOG.*'
// ]
// }
// },
// React release notes
{
resolve: 'gatsby-source-filesystem',
Expand Down
2 changes: 1 addition & 1 deletion patternfly-org-demo/patternfly-next
2 changes: 1 addition & 1 deletion patternfly-org-demo/patternfly-react
Submodule patternfly-react updated 36 files
+11 −11 RELEASE-NOTES.md
+0 −24 packages/patternfly-4/react-catalog-view-extension/CHANGELOG.md
+4 −4 packages/patternfly-4/react-catalog-view-extension/package.json
+0 −24 packages/patternfly-4/react-charts/CHANGELOG.md
+4 −4 packages/patternfly-4/react-charts/package.json
+0 −24 packages/patternfly-4/react-core/CHANGELOG.md
+5 −5 packages/patternfly-4/react-core/package.json
+6 −3 packages/patternfly-4/react-core/src/demos/BulkSelectTable.md
+0 −40 packages/patternfly-4/react-docs/CHANGELOG.md
+13 −13 packages/patternfly-4/react-docs/package.json
+0 −40 packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md
+7 −7 packages/patternfly-4/react-inline-edit-extension/package.json
+0 −24 packages/patternfly-4/react-integration/demo-app-ts/CHANGELOG.md
+2 −2 packages/patternfly-4/react-integration/demo-app-ts/package.json
+0 −24 packages/patternfly-4/react-styled-system/CHANGELOG.md
+4 −4 packages/patternfly-4/react-styled-system/package.json
+0 −24 packages/patternfly-4/react-styles/CHANGELOG.md
+2 −2 packages/patternfly-4/react-styles/package.json
+0 −43 packages/patternfly-4/react-table/CHANGELOG.md
+6 −6 packages/patternfly-4/react-table/package.json
+3 −1 packages/patternfly-4/react-table/src/components/Table/SelectColumn.tsx
+3 −1 packages/patternfly-4/react-table/src/components/Table/SortColumn.tsx
+6 −2 packages/patternfly-4/react-table/src/components/Table/Table.tsx
+1,440 −0 packages/patternfly-4/react-table/src/components/Table/__snapshots__/Table.test.tsx.snap
+2 −2 packages/patternfly-4/react-table/src/components/Table/utils/decorators/selectable.tsx
+2 −2 packages/patternfly-4/react-table/src/components/Table/utils/decorators/sortable.tsx
+0 −24 packages/patternfly-4/react-tokens/CHANGELOG.md
+2 −2 packages/patternfly-4/react-tokens/package.json
+0 −24 packages/patternfly-4/react-topology/CHANGELOG.md
+6 −6 packages/patternfly-4/react-topology/package.json
+0 −43 packages/patternfly-4/react-virtualized-extension/CHANGELOG.md
+5 −5 packages/patternfly-4/react-virtualized-extension/package.json
+109 −0 ...rnfly-4/react-virtualized-extension/src/components/Virtualized/__snapshots__/VirtualizedTable.test.tsx.snap
+0 −24 packages/react-icons/CHANGELOG.md
+2 −2 packages/react-icons/package.json
+3 −3 yarn.lock
22 changes: 9 additions & 13 deletions patternfly-org-demo/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,26 +185,22 @@ const IndexPage = ({ location }) => (
and build more consistent user experiences.
</Text>
<div className="pf-u-pb-md">
<Text
component={TextVariants.a}
<Link
to="/get-started/developers"
className="pf-m-white pf4-c-link__text ws-mdx-a"
aria-label="Get started for developer"
>
<Link to="/get-started/developers">
>
Get started for developers <ArrowRightIcon />
</Link>
</Text>
</Link>
</div>
<div className="pf-u-pb-md">
<Text
component={TextVariants.a}
className="pf-m-white pf4-c-link__text ws-mdx-a"
aria-label="Get started for designers"
>
<Link to="/get-started/designers">
<Link
to="/get-started/designers"
className="pf-m-white pf4-c-link__text ws-mdx-a"
aria-label="Get started for designers"
>
Get started for designers <ArrowRightIcon />
</Link>
</Text>
</div>
</TextContent>
</GridItem>
Expand Down

0 comments on commit 710abe3

Please sign in to comment.