mirror of
https://github.com/jacobinwwey/obsidian-NotEMD.git
synced 2026-07-22 12:40:25 +00:00
- Add docs/releases/1.8.3.md and 1.8.3.zh-CN.md (bilingual release notes) - Add docs/index.zh-CN.md (bilingual pair for docs/index.md) - Fixes githubReleaseWorkflow.test.ts and docsBilingualSupport.test.ts CI failures |
||
|---|---|---|
| .. | ||
| .vitepress | ||
| brainstorms | ||
| i18n | ||
| maintainer | ||
| releases | ||
| superpowers | ||
| index.md | ||
| index.zh-CN.md | ||
| README.md | ||
| README.zh-CN.md | ||
Notemd Docs Hub
Language: English | 简体中文
This directory contains repository-level documentation for maintainers and contributors.
User And Maintainer Entry Points
Engineering Planning Docs
- Diagram Platform Phase 2 Requirements
- Diagram Rendering Platform Roadmap
- Language Support Multiphase Plan
- AGENTS And Provider Expansion Plan
- China Provider Expansion Round 2 Plan
Documentation Language Convention
- Plan docs under
docs/superpowers/plans/use explicit locale suffixes:name.en.mdandname.zh-CN.md. - Outside the plan directory, older source docs may still use
name.mdplus 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.