II.
KnowledgeFabricImpl overview
Reference · liveknowledge-fabric-impl:git-markdown-wiki
Git Markdown Wiki — version-controlled markdown knowledge base overview
A git repository of markdown files organized by topic, with cross-references via relative links. The most fundamental knowledge fabric — version-controlled, reviewable, diff-able, and mergeable. Used by engineering teams for runbooks, ADRs, onboarding docs, and internal wikis. Knowledge is organized via directory hierarchy and frontmatter metadata. Retrieval is file-hierarchy traversal, full-text search, or link-following. The git history itself becomes a knowledge artifact — who changed what, when, and why.
Attributes
displayName
Git Markdown Wiki — version-controlled markdown knowledge base
description
A git repository of markdown files organized by topic, with cross-references
via relative links. The most fundamental knowledge fabric — version-controlled,
reviewable, diff-able, and mergeable. Used by engineering teams for runbooks,
ADRs, onboarding docs, and internal wikis. Knowledge is organized via directory
hierarchy and frontmatter metadata. Retrieval is file-hierarchy traversal,
full-text search, or link-following. The git history itself becomes a knowledge
artifact — who changed what, when, and why.
knowledgeFileFormats
- markdown
- yaml-frontmatter
retrievalStrategy
file-hierarchy
knowledgePersistence
git-versioned
knowledgeScopes
- project
- organization
autoExtractionSupport
false
notes
Git-native markdown wikis are the simplest knowledge fabric with the
strongest durability guarantees. Every change is versioned, attributed,
and reviewable via pull requests. Tools like MkDocs, Docusaurus, or
GitHub Wiki render them as browsable sites. The trade-off is manual
curation — there is no automatic extraction or semantic search without
additional tooling.
Outgoing edges
realizes1
- layer:12-knowledge-fabric·LayerKnowledge Fabric
Incoming edges
None.