From f40db4b6b1b6b569e49ad415902d4b3ecc3b938e Mon Sep 17 00:00:00 2001 From: Arthur Taylor Date: Tue, 29 Apr 2025 08:45:21 +0200 Subject: [PATCH] Mark Wikit as deprecated in docs With Wikit no longer being actively maintained, its documentation (in https://wmde.github.io/wikit) should be updated to notify any readers that Wikit is deprecated and that it has been superseded by Codex. Bug: T382052 --- docs/src/00-doc/01_getting_started.stories.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/src/00-doc/01_getting_started.stories.mdx b/docs/src/00-doc/01_getting_started.stories.mdx index a1eb5ec78..9133e842a 100644 --- a/docs/src/00-doc/01_getting_started.stories.mdx +++ b/docs/src/00-doc/01_getting_started.stories.mdx @@ -2,9 +2,13 @@ import { Meta } from '@storybook/addon-docs/blocks'; -# WiKit +# WiKit (deprecated) -This documents the work on the WiKit product, our Wikidata / Wikibase Design System. +This documents the deprecated WiKit product, the former Wikidata / Wikibase Design System. + +## Deprecation Warning + +WiKit **has been deprecated** and will no longer be maintained. For a similar design system and components library for Wikimedia projects, please see [Codex](https://doc.wikimedia.org/codex/latest/). ## Table of Contents * [Using vue components](#using-vue-components)