Ajout page Tags pour recherche articles par sujet

- Créer page Tags unifiée affichant tous les tags des articles blog et docs
- Mettre à jour tags dans toutes les pages pour être plus pertinents et recherchables
This commit is contained in:
Tellsanguis 2025-12-03 11:57:18 +01:00
parent 87a2508769
commit 20fcabaf46
23 changed files with 683 additions and 10 deletions

View file

@ -23,6 +23,7 @@ const config: Config = {
plugins: [
'docusaurus-plugin-image-zoom',
'./plugins/docusaurus-plugin-unified-tags',
],
title: 'TellServ Tech Blog',
@ -125,6 +126,7 @@ const config: Config = {
label: 'Documentation',
},
{to: '/blog', label: 'Blog', position: 'left'},
{to: '/tags', label: 'Tags', position: 'left'},
{
type: 'localeDropdown',
position: 'right',