Skip to content

Commit

Permalink
feat: add api link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabelle authored and geromegrignon committed Oct 29, 2021
1 parent 65f7cf7 commit 78c4efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Or you can [view upcoming implementations (WIPs)](https://github.com/gothinkster
- ["Introducing RealWorld 🙌"](https://medium.com/@ericsimons/introducing-realworld-6016654d36b5) by Eric Simons
- Every tutorial is built against the same [API spec](specs/backend-specs/introduction) to ensure modularity of every frontend & backend
- Every frontend utilizes the same hand crafted [Bootstrap 4 theme](https://github.com/gothinkster/conduit-bootstrap-template) for identical UI/UX
- There is a hosted version of the backend API available for public usage, no API keys are required
- There is a [hosted version](https://gothinkster.github.io/realworld/docs/specs/frontend-specs/api#demo-api) of the backend API available for public usage, no API keys are required
- Interested in creating a new RealWorld stack? View our [starter guide & spec](implementation-creation/introduction)

[![Brought to you by Thinkster](/img/end.png)](https://thinkster.io)
14 changes: 1 addition & 13 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
footer: {
style: 'dark',
links: [
/*
{
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},
*/
{
title: 'Community',
items: [
Expand All @@ -81,7 +69,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
href: 'https://codebase.show/projects/realworld'
},
{
label: 'Github Discussions',
label: 'GitHub Discussions',
href: 'https://github.com/gothinkster/realworld/discussions',
},
/*
Expand Down

0 comments on commit 78c4efa

Please sign in to comment.