Skip to content

Commit

Permalink
disable implementations page and remove links until ready to release it
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed May 9, 2022
1 parent 1093295 commit 7cfd9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/fdc3-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ From its inception, the standards have been informed by real-world [business use

## Who is using FDC3?

The Financial Desktop Connectivity and Collaboration Consortium (FDC3) standards are created and used by [leading organizations across the financial industry](/users). For more detail on who's using FDC3, developer tools, training and examples, see the [implementations page](/implementations).
The Financial Desktop Connectivity and Collaboration Consortium (FDC3) standards are created and used by [leading organizations across the financial industry](/users).

## How is FDC3 governed?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Index extends React.Component {
return (
<div className="userShowcase productShowcaseSection paddingTop paddingBottom">
<h2>Who is Using FDC3?</h2>
<p>The Financial Desktop Connectivity and Collaboration Consortium (FDC3) standards are created and used by <a href="/users">leading organizations across the financial industry</a>. For more detail on who's using FDC3, developer tools, training and examples see the <a href="/implementations">implementations page</a>.</p>
<p>The Financial Desktop Connectivity and Collaboration Consortium (FDC3) standards are created and used by <a href="/users">leading organizations across the financial industry</a>.</p>
<Showcase users={pinnedUsers} />
{/* exclude button to users page for now, all users shown on main page */}
{/* <div className="more-users">
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const siteConfig = {
headerLinks: [
{doc: 'fdc3-intro', label: 'Getting Started'},
{doc: 'use-cases/overview', label: 'Use Cases'},
{page: 'implementations', label: 'Implementations'},
//{page: 'implementations', label: 'Implementations'},
{doc: 'fdc3-standard', label: 'The Standard'},
{page: 'get-involved', label: 'Get Involved'},
{href: 'https://www.edx.org/course/fdc3-interoperability-for-the-financial-desktop', label: 'Training', external: true}
Expand Down

0 comments on commit 7cfd9fb

Please sign in to comment.