Skip to content

Commit 4a6e792

Browse files
zhangxin511Xin Zhang
andauthored
Fix next link for first item under each category (#25658)
## Description This fixes the wrong next link for the first page under each category: **Before** <img width="1371" height="324" alt="image" src="https://github.com/user-attachments/assets/48908e43-ea2f-46c7-8a53-55b7d4f7923a" /> **After** <img width="1396" height="400" alt="image" src="https://github.com/user-attachments/assets/17535110-2720-4810-937a-a2263a139c57" /> <img width="1412" height="200" alt="image" src="https://github.com/user-attachments/assets/8640026f-c0c9-4cc6-aac6-40b710b25e27" /> --------- Co-authored-by: Xin Zhang <[email protected]>
1 parent 365603a commit 4a6e792

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

docs/docs/build/bundlers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Fluid and Bundlers
3+
sidebar_position: 10
34
---
45

56
This article describes some known issues with bundlers and answers some commonly asked questions about the Fluid

docs/docs/build/experimental-features.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Experimental Features
3+
sidebar_position: 9
34
---
45

56
import { ApiLink } from "@site/src/components/shortLinks";

docs/docs/build/releases-and-apitags.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Fluid Releases and API Support Levels
3+
sidebar_position: 11
34
---
45

56
## Fluid Release Versions

docs/sidebars.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,31 @@ const sidebars: SidebarsConfig = {
1515
type: "category",
1616
label: "Getting Started",
1717
items: [{ type: "autogenerated", dirName: "start" }],
18-
link: { type: "doc", id: "start/quick-start" },
1918
},
2019
{
2120
type: "category",
2221
label: "Build With Fluid",
2322
items: [{ type: "autogenerated", dirName: "build" }],
24-
link: { type: "doc", id: "build/overview" },
2523
},
2624
{
2725
type: "category",
2826
label: "Testing",
2927
items: [{ type: "autogenerated", dirName: "testing" }],
30-
link: { type: "doc", id: "testing/tinylicious" },
3128
},
3229
{
3330
type: "category",
3431
label: "Deployment",
3532
items: [{ type: "autogenerated", dirName: "deployment" }],
36-
link: { type: "doc", id: "deployment/service-options" },
3733
},
3834
{
3935
type: "category",
4036
label: "Data Structures",
4137
items: [{ type: "autogenerated", dirName: "data-structures" }],
42-
link: { type: "doc", id: "data-structures/overview" },
4338
},
4439
{
4540
type: "category",
4641
label: "Concepts",
4742
items: [{ type: "autogenerated", dirName: "concepts" }],
48-
link: { type: "doc", id: "concepts/architecture" },
4943
},
5044
{ type: "doc", id: "faq" },
5145
{ type: "doc", id: "glossary" },

0 commit comments

Comments
 (0)