jacobinwwey_obsidian-NotEMD/docs/README.md
aliyun1121003339 3c88c05b1e fix(diagrams): expose circuitikz render target
Move diagram pipeline target controls out of Developer mode so Circuit (Circuitikz) and Circuitikz + SVG preview are discoverable in normal settings. Document the current constrained circuitikz export boundary, multi-format SVG/PNG/PDF review flow, and localized MDX publishing policy across the docs site.
2026-07-10 15:55:59 +08:00

4.4 KiB

Notemd Docs Hub

Language: English | 简体中文

This directory contains repository-level documentation for maintainers and contributors.

Current Truth And Layout

User And Maintainer Entry Points

Slide Export Documentation

Engineering Planning Docs

Documentation Language Convention

  • Plan docs under docs/superpowers/plans/ use explicit locale suffixes: name.en.md and name.zh-CN.md.
  • Outside the plan directory, older source docs may still use name.md plus a companion language file until they are migrated.
  • Release notes are stored as two complete files, one English and one Simplified Chinese. GitHub release publishing composes those two files into one bilingual release body at publish time.
  • Do not add inline bilingual summary blocks to active docs. Keep each language in its own complete file.
  • Root-level one-off reports belong in docs/archive/root-history/, not in the repository root.