Skip to content

Commit 4546969

Browse files
committed
docs: hide some unfinished docs
1 parent 01bf466 commit 4546969

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

website/docs/en/guide/advanced/_meta.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"third-party-deps",
33
"output-compatibility",
44
"dts",
5-
"css",
6-
"assets",
75
"module-federation",
86
"storybook"
97
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["index", "quick-start", "features", "glossary", "npm-packages"]
1+
["index", "quick-start", "glossary", "npm-packages"]

website/docs/en/guide/start/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following diagram illustrates the relationship between Rslib and other tools
4545

4646
Come and chat with us on [Discord](https://discord.gg/XsaKEEk4mW)! The Rspack / Rsbuild / Rslib team and users are active there, and we're always looking for contributions.
4747

48-
## ✨ Next Step
48+
{/\* ## ✨ Next Step
4949

5050
You may want:
5151

@@ -68,4 +68,4 @@ import Step from '@components/Step';
6868
title="Config"
6969
description="Learn how to configure Rslib"
7070
/>
71-
</NextSteps>
71+
</NextSteps> */}

website/theme/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Layout = () => {
2323
: '🚧 Rslib 中文文档正在施工中,可以先查阅英文文档'
2424
}
2525
localStorageKey="rslib-announcement-closed"
26-
display={page.pageType === 'home'}
26+
display={false}
2727
/>
2828
</NoSSR>
2929
}

0 commit comments

Comments
 (0)