Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions src/components/SiteFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,38 @@ const SiteFooter = () => {
<h6>PostGraphile</h6>
<ul>
<li>
<Link to="/postgraphile/introduction/">Documentation</Link>
<a href="https://postgraphile.org/postgraphile/5/">
Documentation
</a>
</li>
<li>
<Link to="/postgraphile/">About</Link>
<a href="https://postgraphile.org">About</a>
</li>
<li>
<Link to="/postgraphile/community-plugins/">
<a href="https://postgraphile.org/postgraphile/5/community-plugins">
Community Plugins
</Link>
</a>
</li>
<li>
<a href="https://github.com/graphile/postgraphile/releases">
<i className="fab fa-github" /> Changelog
</a>
<a href="https://postgraphile.org/news">News</a>
</li>
</ul>
</div>
<div className="col-xs-12 col-md-2 nested-list-reset ">
<h6>Graphile Engine</h6>
<ul>
<li>
<Link to="/graphile-build/getting-started/">Documentation</Link>
<a href="https://build.graphile.org/graphile-build/5/">
Documentation
</a>
</li>
<li>
<Link to="/graphile-build/">About</Link>
<a href="https://build.graphile.org/">About</a>
</li>
<li>
<Link to="/graphile-build/plugins/">Plugins</Link>
<a href="https://build.graphile.org/graphile-build/5/plugins">
Plugins
</a>
</li>
</ul>
</div>
Expand All @@ -66,11 +70,6 @@ const SiteFooter = () => {
<i className="fab fa-mastodon" /> Mastodon
</a>
</li>
<li>
<a href="https://twitter.com/graphilehq">
<i className="fab fa-twitter" /> Twitter
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCPPQNCaD8ukbb5gp1KrYMqA">
<i className="fa fa-play" /> Youtube
Expand All @@ -82,25 +81,26 @@ const SiteFooter = () => {
</Link>
</li>
<li>
<a to="https://learn.graphile.org/">
<a href="https://learn.graphile.org/">
<i className="fas fa-graduation-cap" /> Learn
</a>
</li>
</ul>
</div>
<div className="col-xs-12 col-md-offset-1 col-md-5">
<h6>About</h6>
PostGraphile and Graphile Build are crowd-funded Open Source
Software, developed and maintained primarily by{" "}
PostGraphile, Gra<em>fast</em> and all of the Graphile suite of
tools are crowd-funded Open Source Software, developed and
maintained primarily by{" "}
<a href="https://twitter.com/benjie">@Benjie</a> with the help of
the community.
<br />
<br />
You can support the projects via{" "}
<Link to="/sponsor/">sponsorship</Link>, by{" "}
<Link to="/postgraphile/pricing/">going Pro</Link>, or by paying for{" "}
<Link to="/support/">Professional Services</Link>. Your support is
gratefully received 🙏
<a href="https://postgraphile.org/pricing">going Pro</a>, or by
paying for <Link to="/support/">Professional Services</Link>. Your
support is gratefully received 🙏
<br />
<br />
This site is copyright &copy; Benjie Gillam {currentYear}. Design
Expand Down
16 changes: 10 additions & 6 deletions src/components/SiteHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default class SiteHeader extends React.Component {
/>

{/* PostGraphile pages */}

{/*
<Route
path={POSTGRAPHILE_ROUTES}
render={() => (
Expand Down Expand Up @@ -211,6 +211,7 @@ export default class SiteHeader extends React.Component {
</li>
)}
/>
*/}
<Route
path={POSTGRAPHILE_ROUTES}
render={() => (
Expand Down Expand Up @@ -245,6 +246,7 @@ export default class SiteHeader extends React.Component {
</li>
)}
/>
{/*}
<Route
path={POSTGRAPHILE_ROUTES}
render={() => (
Expand All @@ -263,10 +265,10 @@ export default class SiteHeader extends React.Component {
</Link>
</li>
)}
/>
/>*/}

{/* Graphile-build pages */}

{/*
<Route
path="/graphile-build"
render={() => (
Expand Down Expand Up @@ -312,7 +314,8 @@ export default class SiteHeader extends React.Component {
</Link>
</li>
)}
/>
/>*/}

{/* News pages */}

<Route
Expand Down Expand Up @@ -352,7 +355,7 @@ export default class SiteHeader extends React.Component {
)}
/>
{/* FIN */}

{/*
<li className="navbar-item ml-auto navbar-item-right">
<span className="searchbox-container">
<input
Expand All @@ -363,7 +366,8 @@ export default class SiteHeader extends React.Component {
<span className="fas fa-search searchbox-search" />
</span>
</li>
<li className="navbar-item navbar-item-right">
*/}
<li className="navbar-item ml-auto navbar-item-right">
<Link
className={`nav-link ${
location.pathname.match(/^\/support(\/|$)/)
Expand Down
16 changes: 7 additions & 9 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ name={<span>Introducing Gra<em>fast</em>!</span>}
headline="The next-generation planning and execution engine for GraphQL"
>

<h4>Now production-ready with the release of version 1.0</h4>

Enables greater performance and efficiency via deeper integration into your existing Node.js or remote business logic, no matter the shape of your GraphQL schema.

**[Gra<em>fast</em>](https://grafast.org) and [PostGraphile V5](https://postgraphile.org) are in beta, funded by the Graphile community.**
**[Gra<em>fast</em>](https://grafast.org) is funded by the Graphile community.**

<div class='df flex-row justify-center' style={{height: '3rem'}}>
<div class='ph2 df flex-column justify-center'>
<a class='button--outline' href='/sponsor/'><span class='fas fa-heart' /> Support Grafast</a>{ ' '}
<a class='button--outline' href='https://grafast.org'><span class='fas fa-bolt' /> Get Started</a>{ ' '}
</div>
</div>
</MarketingProduct>
Expand Down Expand Up @@ -96,15 +98,12 @@ Migrate.
</Col>
</Flex>

### Extensible high-performance automatic GraphQL API for PostgreSQL
### Extensible high-performance GraphQL APIs backed primarily by PostgreSQL


<div class='df flex-row justify-center' style={{height: '3rem'}}>
<div class='ph2 df flex-column justify-center'>
<a class='button--outline' href='/postgraphile/introduction/'><span class='fas fa-book-open' /> V4 Documentation</a>{ ' '}
</div>
<div class='ph2 df flex-column justify-center'>
<a class='button--solid' href='https://postgraphile.org'>PostGraphile.org (V5)</a>{ ' '}
<a class='button--solid' href='https://postgraphile.org'><span class='fas fa-book-open' /> Documentation</a>{ ' '}
</div>
<div class='ph2 df h-100 flex-column justify-center'>
<GitHubButton
Expand Down Expand Up @@ -213,8 +212,7 @@ class='mw5 pt4'
big
name="Graphile Build"
headline="Build high-performance easily-extensible GraphQL schemas by combining plugins"
docs="/graphile-build/getting-started/"
more="/graphile-build/"
docs="https://build.graphile.org/graphile-build/4/getting-started"
>

Graphile Build is the database-independent heart of PostGraphile — it's an
Expand Down
Loading