From 59c381baba544868879103dbe1e38e1f521319db Mon Sep 17 00:00:00 2001 From: scott lee Date: Mon, 3 Jun 2024 10:45:55 +0900 Subject: [PATCH 1/2] Add archive notification using announcement bar --- README.md | 12 ++++++++---- docusaurus.config.js | 7 +++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9130eab359..bf5e5448fd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -# Klaytn Docs (Archived) +# Klaytn Docs -> [!IMPORTANT] -> **This repository has been archived and is no longer accepting contributions.** -> We appreciate all the contributions made by the community so far. For future development and contributions, please refer to [the new kaia docs repository](https://github.com/kaiachain/kaia-docs) which is expected to open to public after July 1st, 2024 (exact date to be confirmed). Please stay tuned for further announcements and updates. +[![NO LONGER MAINTAINED](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +> [!IMPORTANT] +> Since the launch of Kaia Blockchain, this repository has been parked in favour of the new open-source projects in [Kaia's Github](https://github.com/kaiachain). Contributors have now moved there continuing with massive open-source contributions to our blockchain ecosystem. A big thank you to everyone who has contributed to this repository. +> +> For future development and contributions, please refer to the new [kaia docs repository](https://github.com/kaiachain/kaia-docs) which is expected to open to public after July 1st, 2024 (exact date to be confirmed). +> +> More information about Klaytn's chain merge with Finschia blockchain, please refer to the launching of Kaia blockchain [kaia.io](https://kaia.io). Welcome to the Klaytn documentation repository! This repo contains the source files for the official Klaytn documentation available at https://docs.klaytn.foundation. diff --git a/docusaurus.config.js b/docusaurus.config.js index 9341d9750b..89ad0f2cf2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -213,6 +213,13 @@ const config = { apiKey: '3ae6c772dbecf845225e7ef3f4ac18be', indexName: 'klaytn', }, + announcementBar: { + id: 'docs_archive', + content: '📢 This documentation site is archived and no longer maintained due to the transition from Klaytn to Kaia blockchain. Visit the new Kaia docs site for the latest information. 📁🔒', + backgroundColor: '#e1573b', + textColor: '#FFFFFF', + isCloseable: false, + }, navbar: { title: 'Klaytn Docs', logo: { From 8aed69605d0283000ef5569dcc8ae3b10cdfc273 Mon Sep 17 00:00:00 2001 From: scott lee Date: Tue, 4 Jun 2024 08:05:23 +0900 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5e5448fd..24471af123 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > [!IMPORTANT] > Since the launch of Kaia Blockchain, this repository has been parked in favour of the new open-source projects in [Kaia's Github](https://github.com/kaiachain). Contributors have now moved there continuing with massive open-source contributions to our blockchain ecosystem. A big thank you to everyone who has contributed to this repository. > -> For future development and contributions, please refer to the new [kaia docs repository](https://github.com/kaiachain/kaia-docs) which is expected to open to public after July 1st, 2024 (exact date to be confirmed). +> For future development and contributions, please refer to the new [kaia docs repository](https://github.com/kaiachain/kaia-docs) which is expected to open to public during June 2024 (exact date to be confirmed). > > More information about Klaytn's chain merge with Finschia blockchain, please refer to the launching of Kaia blockchain [kaia.io](https://kaia.io).