mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
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:
parent
e6e2db7f24
commit
82ea883290
2 changed files with 10 additions and 1 deletions
BIN
website/src/data/showcase/ory.png
Normal file
BIN
website/src/data/showcase/ory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 609 KiB |
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue