网络之家
import { FileTree } from ‘@astrojs/starlight/components’;
放置的计算机
Reference pages are ideal for outlining how things work in terse and clear terms. Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you’re documenting.
Further reading
- Read about reference in the Diátaxis framework
// 这是一个 JavaScript 代码示例function helloWorld() { console.log('Hello, world!');}
{% filetree %}
- astro.config.mjs
- package.json
- src
- components
- Header.astro
- Title.astro
- pages/ {% /filetree %}
- components