zudo-doc
GitHub リポジトリ

検索したい単語を入力

いつでも検索バーを開ける

これは旧バージョンのドキュメントです。最新バージョンを見る

Configuration

このページはまだ翻訳されていません。原文のまま表示しています。

Configuring zudo-doc v1.0

Site Settings

zudo-doc v1.0 is configured through astro.config.mjs, using the zudoDoc() integration.

export default defineConfig({
  integrations: [
    zudoDoc({
      siteName: "My Docs",
      docsDir: "src/content/docs",
    }),
  ],
});

Color Schemes

Choose from the bundled 16-color terminal palette by setting colorScheme in the integration options.

AI Assistant

Ask a question about the documentation.

Preview theme

Loading theme previews…