Module knowledge

Module knowledge 

Source
Expand description

Knowledge Base model for domain-partitioned knowledge articles

Implements the Knowledge Base (KB) feature for storing and organizing documentation, guides, standards, and other knowledge resources.

§File Format

Knowledge articles are stored as .kb.yaml files following the naming convention: {workspace}_{domain}_kb-{number}.kb.yaml

§Example

id: 660e8400-e29b-41d4-a716-446655440000
number: "KB-0001"
title: "Data Classification Guide"
article_type: guide
status: published
domain: sales
summary: |
  This guide explains data classification.
content: |
  ## Overview
  Data classification is essential...
author: data-governance@company.com

Structs§

KnowledgeArticle
Knowledge Base Article
KnowledgeIndex
Knowledge base index (knowledge.yaml)
KnowledgeIndexEntry
Knowledge article index entry for the knowledge.yaml file
RelatedArticle
Reference to a related article

Enums§

ArticleRelationship
Relationship type between articles
KnowledgeStatus
Knowledge article status
KnowledgeType
Knowledge article type
ReviewFrequency
Review frequency for knowledge articles
SkillLevel
Skill level required for the article