Skip to content
Draft
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
9 changes: 4 additions & 5 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type * as Preset from '@docusaurus/preset-classic';
import type { Config } from '@docusaurus/types';
import { themes as prismThemes } from 'prism-react-renderer';

Expand Down Expand Up @@ -56,12 +55,12 @@ const config: Config = {
{ url: 'https://www.deskpro.com/', image: 'deskpro.png', alt: 'Deskpro' },
{ url: 'https://www.nokia.com/', image: 'nokia.png', alt: 'Nokia' },
{
url: 'https://github.com/react-page/react-page/tree/master/packages/plugins/createPluginMaterialUi',
url: 'https://react-page.github.io/',
image: 'react-page.png',
alt: 'React Page',
},
{
url: 'https://graphback.dev',
url: 'https://github.com/aerogear/graphback',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, we can remove this link as the Github repository is archived.

image: 'graphback.png',
alt: 'Graphback',
},
Expand All @@ -72,11 +71,11 @@ const config: Config = {
},
{ url: 'https://aerogear.org', image: 'aerogear.png', alt: 'Aerogear' },
{
url: 'https://cleverbeagle.com/together',
url: 'https://cleverbeagle.com/together', // TODO: Replace me - the link is outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clever Beagle has changed its name to CheatCode and can now be found at https://cheatcode.co. However, I couldn't find information about uniforms usage. We can replace some of those projects with our other projects that use uniforms to keep that list up to date.

image: 'cleverbeagle.png',
alt: 'Clever Beagle',
},
{ url: 'http://www.orionjs.org', image: 'orionjs.png', alt: 'Orion.js' },
{ url: 'https://www.orionjs.com/', image: 'orionjs.png', alt: 'Orion.js' },
{
url: 'https://boulder.care',
image: 'boulder.svg',
Expand Down