Skip to content

Commit 18b5695

Browse files
authored
chore: add plugin docs exposes in website (#4184)
1 parent 3dde7df commit 18b5695

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/website-new/module-federation.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ const exposes = {
5252
[`./bridge-load-component-${LANGUAGE}`]: `./docs/${LANGUAGE}/practice/bridge/react-bridge/load-component.mdx`,
5353
[`./bridge-vue-${LANGUAGE}`]: `./docs/${LANGUAGE}/practice/bridge/vue-bridge.mdx`,
5454

55+
// plugin
56+
[`./plugin-introduce-${LANGUAGE}`]: `./docs/${LANGUAGE}/plugin/dev/index.mdx`,
57+
[`./plugin-retry-${LANGUAGE}`]: `./docs/${LANGUAGE}/plugin/plugins/retry-plugin.mdx`,
58+
5559
// blog
5660
[`./error-load-remote-${LANGUAGE}`]: `./docs/${LANGUAGE}/blog/error-load-remote.mdx`,
5761
};

0 commit comments

Comments
 (0)