docs: add ory documentation to showcase (#5648)

* feat: add ory docs showcase

* feat: add ory docs showcase screenshot

* fix: typo

* fix: remove large

Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
Vincent 2021-10-06 18:05:10 +02:00 committed by GitHub
parent e6e2db7f24
commit 82ea883290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

View file

@ -19,7 +19,7 @@ import {difference, sortBy} from '../utils/jsUtils';
* Instructions:
* - Add your site in the json array below
* - Add a local image preview (decent screenshot of your Docusaurus site)
* - Use relevant tags to qualify your site (read the tag descriptions bellow)
* - Use relevant tags to qualify your site (read the tag descriptions below)
* - The image MUST be added to the GitHub repository, and use `require("image")`
* - Open a PR and check for reported CI errors
*
@ -800,6 +800,15 @@ const Users: User[] = [
source: 'https://github.com/ocpeasy/website',
tags: ['opensource'],
},
{
title: 'Ory Documentation',
description:
'Ory is an open source ecosystem and a cloud offering authentication, authorization, access control, and delegation (OAuth2 & OpenID Connect) services and APIs.',
preview: require('./showcase/ory.png'),
website: 'https://www.ory.sh/docs',
source: 'https://github.com/ory/docs/',
tags: ['opensource'],
},
{
title: 'Orbit.js',
description: 'The Universal Data Layer',