docs(v2): update showcase instruction regarding tags + fix site tags (#4338)

This commit is contained in:
Sébastien Lorber 2021-03-03 17:06:44 +01:00 committed by GitHub
parent 364d4dbf01
commit 734eca98bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',