Skip to main content

Configure a project

/lore:init fills only the essentials. Everything else is set — and re-set — with /lore:config, which you can run anytime. Every question is optional and skippable, and the command is idempotent.

/lore:config

What it edits​

SettingWhat it does
Project site URLThe live product website. Optionally added to your trusted sources.
Product descriptionA short description of the product. Lore rewrites the home page (docs/intro.md) into a real introduction from it, and sets the site tagline.
Trusted sourcesThe approved, authoritative sources for documentation — Help Center, blog, live product, etc.
Document-writing templateUse the bundled default, or point to a custom template file.
Brand colorA hex color; regenerates the primary color shades in the Docusaurus styling.
Product nameRe-applied everywhere — titles, configuration, headings.
Documentation languageRe-applies styling (RTL or LTR) and updates the viewer's localization.
Docusaurus on/offTurn the viewer on (runs add-docusaurus) or off (removes the viewer, keeps the docs).

Trusted sources matter​

The trusted sources you configure become authoritative: skills prefer them over external knowledge and will not deliver documentation that contradicts them. Defining them well is the single biggest lever on documentation accuracy — see Definition of Done.

When to use it​

  • Right after /lore:init, to flesh out the project.
  • Whenever the product's sources, roles, brand, or language change.
  • To switch a docs-only project to a browsable site, or back.