mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 04:57:50 +02:00
docs(v2): update showcase instruction regarding tags + fix site tags (#4338)
This commit is contained in:
parent
364d4dbf01
commit
734eca98bf
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
* Instructions:
|
||||
* - Add your site in the json array below, in alphabetical order of title
|
||||
* - Add a local image preview (decent screenshot of your Docusaurus site)
|
||||
* - Use `tags: []`: it is our responsibility to assign site tags
|
||||
*
|
||||
* The image must be added to the GitHub repository, and use `require("image")`
|
||||
*
|
||||
|
@ -426,7 +427,7 @@ const users = [
|
|||
preview: require('./showcase/ocpeasy.png'),
|
||||
website: 'https://www.ocpeasy.org',
|
||||
source: 'https://github.com/ocpeasy/website',
|
||||
tags: ['design'],
|
||||
tags: [],
|
||||
},
|
||||
{
|
||||
title: 'Oxidizer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue