From e8af07c5baa48330c76e1025ac9b018c302d40a2 Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:32:30 -0300 Subject: [PATCH] docs: improve documentation --- README.md | 2 +- website/docs/index.mdx | 2 +- website/docusaurus.config.ts | 2 +- .../i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05071421..f4ca3985 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Enjoying **Poku**? Give him a star to show your support 🌟 > **Poku** is growing and version 3 is on its way! You can already try it by installing the Release Candidate with `poku@rc`. > > - To check out what's coming, follow the [**Issue #801**](https://github.com/wellwelwel/poku/issues/801). -> - For `v2` documentation, see the [**legacy version documentation**](https://poku.io/docs/2.x.x) and [**README**](https://github.com/wellwelwel/poku/tree/2.x.x?tab=readme-ov-file#readme).
+> - For `v2` documentation, see the [**previous version documentation**](https://poku.io/docs/2.x.x) and [**README**](https://github.com/wellwelwel/poku/tree/2.x.x?tab=readme-ov-file#readme).
--- diff --git a/website/docs/index.mdx b/website/docs/index.mdx index 883b0dbb..944ac5bb 100644 --- a/website/docs/index.mdx +++ b/website/docs/index.mdx @@ -40,7 +40,7 @@ Enjoying **Poku**? [Give him a star to show your support](https://github.com/wel **Poku** is growing and version 3 is on its way! You can already try it by installing the Release Candidate with `poku@rc`. - To check out what's coming, follow the [**Issue #801**](https://github.com/wellwelwel/poku/issues/801). -- For `v2` documentation, see the [**legacy version documentation**](/docs/2.x.x).
+- For `v2` documentation, see the [**previous version documentation**](/docs/2.x.x).
::: diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 14585a4e..7eb11d3b 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -39,7 +39,7 @@ const config: Config = { versions: { current: { label: 'v3.x.x (Release Candidate)', - badge: false, + // badge: false, }, '2.x.x': { label: 'v2.x.x', diff --git a/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx b/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx index 16877f9f..2414cfd9 100644 --- a/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx +++ b/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx @@ -40,7 +40,7 @@ Curtindo **Poku**? [Dê a ele uma estrela para mostrar seu apoio](https://github O **Poku** está crescendo e a versão 3 está a caminho! Você já pode experimentá-la instalando o Release Candidate com `poku@rc`. - Para conferir o que está por vir, siga o [**Issue #801**](https://github.com/wellwelwel/poku/issues/801). -- Para obter a documentação da `v2`, consulte a [**documentação da versão legada**](/docs/2.x.x).
+- Para obter a documentação da `v2`, consulte a [**documentação da versão anterior**](/docs/2.x.x).
:::