Skip to content

Commit bc23e3b

Browse files
authored
docs: hide some unfinished docs (#461)
1 parent 01bf466 commit bc23e3b

File tree

4 files changed

+2
-29
lines changed

4 files changed

+2
-29
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: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,3 @@ The following diagram illustrates the relationship between Rslib and other tools
4444
## 🧑‍💻 Community
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.
47-
48-
## ✨ Next Step
49-
50-
You may want:
51-
52-
import NextSteps from '@components/NextSteps';
53-
import Step from '@components/Step';
54-
55-
<NextSteps>
56-
<Step
57-
href="/guide/start/quick-start"
58-
title="Quick Start"
59-
description="Learn how to use Rslib"
60-
/>
61-
<Step
62-
href="/guide/start/features"
63-
title="All Features"
64-
description="Learn all features of Rslib"
65-
/>
66-
<Step
67-
href="/guide/basic/configure-rslib"
68-
title="Config"
69-
description="Learn how to configure Rslib"
70-
/>
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)