访问收藏
从入口文件访问集合输出。
概览
🌐 Overview
在配置文件中定义集合后,集合条目会被编译成你的应用可以访问的 JavaScript 文件。
🌐 After defining collections in your config file, collection entries are compiled into JavaScript files that your app can access.
虽然编译将由 Fumadocs MDX 的打包器/运行时插件完成,但它也会生成 入口文件 来访问集合输出。
🌐 While the compilation will be done by Fumadocs MDX's bundler/runtime plugins, it also generates entry files to access the collection outputs.
入口文件
🌐 Entry Files
集合输出将会在输出目录下生成,你可以通过入口文件访问它们。
🌐 Collection outputs will be generated under the output directory, you can access them from entry files.
server.ts
browser.ts
dynamic.ts
请参阅下方的可用输出访问方式列表。
🌐 See below for a list of available ways to access outputs.
Last updated on
