From 4bdc8380f98e7fb8b83b17a9dd41dde1680edbdb Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 3 Jan 2024 00:16:05 +0800 Subject: [PATCH] docs: add demo link --- website/docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index c596616..51fdcf1 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -78,6 +78,11 @@ const config = { // }, { to: '/changelog', label: 'Changelog', position: 'left' }, { to: '/api', label: 'API', position: 'left' }, + { + href: 'https://demo.tianji.msgbyte.com/', + label: 'Demo', + position: 'right', + }, { href: 'https://discord.gg/8Vv47wAEej', label: 'Discord',