Setup Preset Generator
Interactive helper to generate setup presets for create-zudo-doc.
Use this interactive tool to configure your zudo-doc project options and generate a setup preset. You can copy the output as JSON for the programmatic API, or as a CLI command for terminal usage.
Project Name
Default Language
Color Scheme Mode
Color Scheme
Features
Header right items
Markdown Options
Package Manager
Header right items
The "Header right items" section configures settings.headerRightItems — the right-side cluster of the site header (theme toggle, language switcher, version switcher, GitHub link, and the Design Token Panel / AI Chat triggers). Toggle each item on or off, and use the up/down buttons to change render order.
Two item kinds — link (custom external link) and html (raw HTML) — are intentionally not exposed in the UI. Add those by editing settings.ts directly after scaffolding. See Header Right Items for the full discriminated-union schema and examples.
Meta tags
The "Meta tags" section configures settings.metaTags — which meta tags are emitted in each page's <head>. The available options are:
SEO description meta — emit
<meta name="description">. On by default.Keywords — emit
<meta name="keywords">with a comma-separated list you provide. Off by default; enabling it reveals a text input.OGP image (og:image) — emit
og:image(andtwitter:image). Off by default; enabling it reveals a path input defaulting to/.img/ ogp. png og:site_name — emit
og:site_name. On by default.Twitter card — emit the
twitter:cardblock. Off by default; enabling it reveals a card-type selector (summary/summary_large_image) and optionaltwitter:site/twitter:creatorhandle inputs.
og:title is always emitted and is not listed here — it is a DocHead contract that cannot be disabled via this setting.
Newly available features
The Features section now includes a few additions worth calling out:
Image enlarge — click-to-zoom for content images. Enabled by default.
Tag governance — vocabulary-rule audit for tags. See Tag governance.
Body foot util area — slot at the bottom of the article body for util widgets like a tag list or feedback link. See Body foot util area.
Footer taglist — render the global tag cloud in the site footer. See Footer taglist.
Design Token Panel — renamed from "Color tweak panel". The setting key is
designTokenPanel.Avoid robots indexing — sets
noindex: true, which emits<meta name="robots" content="noindex, nofollow">on every page and makesrobots.txtreturnDisallow: /. See Avoid Robots Indexing.