Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.67 KB

File metadata and controls

38 lines (27 loc) · 1.67 KB

Documentation Index

This docs/ directory is the canonical source of truth for detailed indexer-core documentation.

Recommended Documentation Model

To keep documentation maintainable:

  • keep README.md short and focused on overview, installation, and quick start
  • keep the detailed technical documentation in this directory
  • update these markdown files in the same changeset as the code they describe
  • use Confluence as a discovery and onboarding entry point that links back here

That keeps versioned technical documentation close to the code and avoids maintaining two divergent long-form doc sets.

Guides

Suggested Confluence Shape

If you keep a Confluence page for this library, it should ideally contain only:

  • a short overview of what indexer-core is for
  • a quick-start snippet
  • links to the canonical repo docs in this directory
  • any team-specific operational notes that do not belong in the library repo

Avoid copying the full technical guides into Confluence manually. That duplication will drift.