This is an automated email from the ASF dual-hosted git repository.

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d6f914d  add fury serialization specification tab (#108)
d6f914d is described below

commit d6f914d6b2da8473949c4b42ff1f8a303f968117
Author: Shawn Yang <shawn.ck.y...@gmail.com>
AuthorDate: Wed Apr 3 08:08:34 2024 +0800

    add fury serialization specification tab (#108)
---
 docusaurus.config.ts | 6 ++++++
 sidebars.ts          | 1 +
 2 files changed, 7 insertions(+)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 72f9f42..a51d9e6 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -78,6 +78,12 @@ const config: Config = {
           position: 'right',
           label: 'Guide',
         },
+        {
+          type: 'docSidebar',
+          sidebarId: 'specificationSidebar',
+          position: 'right',
+          label: 'Specification',
+        },
         {to: '/blog', label: 'Blog', position: 'right'},
         {
           type: 'dropdown',
diff --git a/sidebars.ts b/sidebars.ts
index b4b97e3..d539b14 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -15,6 +15,7 @@ const sidebars: SidebarsConfig = {
   // tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
   startSidebar: [{type: 'autogenerated', dirName: 'start'}],
   introductionSidebar: [{type: 'autogenerated', dirName: 'introduction'}],
+  specificationSidebar: [{type: 'autogenerated', dirName: 'specification'}],
   guideSidebar: [{type: 'autogenerated', dirName: 'guide'}],
 
   // But you can create a sidebar manually


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to