NotionNext Docs Navigation

May 17, 2026 · View on GitHub

中文

This docs directory helps contributors and new developers understand the project quickly and collaborate safely.

Repository and organization

The main repository is maintained by the GitHub organization notionnext-org (canonical: https://github.com/notionnext-org/NotionNext). You are welcome to request org membership when that fits your role. If you cloned before the transfer, run:

git remote set-url origin https://github.com/notionnext-org/NotionNext.git

See Contributing (and the Chinese contributing guide) for details.

Start Here (5 minutes)

TopicEnglish中文
Getting StartedGETTING_STARTED.en.mdGETTING_STARTED.md
ArchitectureARCHITECTURE.en.mdARCHITECTURE.md
Project StructurePROJECT_STRUCTURE.en.mdPROJECT_STRUCTURE.md
ConfigurationCONFIGURATION.en.mdCONFIGURATION.md
Contribution WorkflowCONTRIBUTION_WORKFLOW.en.mdCONTRIBUTION_WORKFLOW.md
Maintenance & change controlMAINTENANCE_PHILOSOPHY.en.mdMAINTENANCE_PHILOSOPHY.zh-CN.md
Theme Migration GuideTHEME_MIGRATION_GUIDE.mdTHEME_MIGRATION_GUIDE.zh-CN.md

Purpose

  • Reduce onboarding cost for contributors.
  • Keep collaboration rules consistent.
  • Prevent personal/local config leaks.
  • Keep PR reviews focused on real logic changes.

Theme Docs

Relationship with Root Docs

  • Root README.md: project overview and showcase
  • Root CONTRIBUTING.md: public contribution entry
  • Root DEVELOPMENT.md: commands and tooling
  • docs/: architecture, configuration, and workflow details