wip tags file validation

This commit is contained in:
ozakione 2024-03-31 23:30:40 +02:00
parent cdb7c07bdc
commit 46c57d6cd5
12 changed files with 245 additions and 49 deletions

View file

@ -0,0 +1,16 @@
---
title: Clement;
description: Description from frontmatter
preview: https://github.com/ozakione.png
website: https://github.com/ozakione
source: source
tags:
- favorite
- opensource
---
# Hello
- some test
text

View file

@ -0,0 +1,6 @@
title: 'Dinosaur'
description: 'Docusaurus dinooooooo'
preview: https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Grosser_Panda.JPG/2560px-Grosser_Panda.JPG
website: 'https://agile-ts.org/'
source: 'https://github.com/agile-ts/documentation'
tags: ['opensource', 'design']

View file

@ -0,0 +1,6 @@
title: 'Ozaki'
description: 'Ozaki website'
preview: /img/aot.jpg
website: 'https://agile-ts.org/'
source: 'https://github.com/agile-ts/documentation'
tags: ['opensource', 'design']

View file

@ -0,0 +1,6 @@
title: 'Seb'
description: "Docusaurus maintainer's personal website"
preview: require('./showcase/test.png')
website: 'https://agile-ts.org/'
source: 'https://github.com/agile-ts/documentation'
tags: ['opensource', 'design']

View file

@ -0,0 +1,61 @@
tags:
- favorite:
label: 'Favorite'
description:
message: 'Our favorite Docusaurus sites that you must absolutely check out!'
id: 'showcase.tag.favorite.description'
color: '#e9669e'
- opensource:
label: 'Open-Source'
description:
message: 'Open-Source Docusaurus sites can be useful for inspiration!'
id: 'showcase.tag.opensource.description'
color: '#39ca30'
- product:
label: 'Product'
description:
message: 'Docusaurus sites associated to a commercial product!'
id: 'showcase.tag.product.description'
color: '#dfd545'
- design:
label: 'Design'
description:
message: 'Beautiful Docusaurus sites, polished and standing out from the initial template!'
id: 'showcase.tag.design.description'
color: '#a44fb7'
- i18n:
label: 'I18n'
description:
message: 'Translated Docusaurus sites using the internationalization support with more than 1 locale.'
id: 'showcase.tag.i18n.description'
color: '#127f82'
- versioning:
label: 'Versioning'
description:
message: 'Docusaurus sites using the versioning feature of the docs plugin to manage multiple versions.'
id: 'showcase.tag.versioning.description'
color: '#fe6829'
- large:
label: 'Large'
description:
message: 'Very large Docusaurus sites, including many more pages than the average!'
id: 'showcase.tag.large.description'
color: '#8c2f00'
- meta:
label: 'Meta'
description:
message: 'Docusaurus sites of Meta (formerly Facebook) projects'
id: 'showcase.tag.meta.description'
color: '#4267b2'
- personal:
label: 'Personal'
description:
message: 'Personal websites, blogs and digital gardens built with Docusaurus'
id: 'showcase.tag.personal.description'
color: '#14cfc3'
- rtl:
label: 'RTL Direction'
description:
message: 'Docusaurus sites using the right-to-left reading direction support.'
id: 'showcase.tag.rtl.description'
color: '#ffcfc3'