Skip to content

docs: add architecture overview and operator documentation template#31

Merged
whg517 merged 3 commits into
zncdatadev:mainfrom
whg517:docs/architecture-and-template
May 2, 2026
Merged

docs: add architecture overview and operator documentation template#31
whg517 merged 3 commits into
zncdatadev:mainfrom
whg517:docs/architecture-and-template

Conversation

@whg517
Copy link
Copy Markdown
Member

@whg517 whg517 commented May 2, 2026

Summary

  • Add platform architecture overview document with Mermaid diagrams
  • Add standardized Operator documentation template (Helm-based)
  • Update sidebar navigation

Changes

  • docs/architecture.md (new) — Platform architecture, operator-go framework,
    built-in operators, component dependencies, design principles, data flow example
  • docs/operators/_template.md (new) — Standardized template for Operator docs
    (Overview, Prerequisites, Quick Start, Configuration, Advanced, Troubleshooting)
  • sidebars.ts — Added architecture link in Quick Start section

Testing

  • npm run build passes for both en and zh-Hans locales
  • No lines exceeding 200 characters
  • No OLM references (uses Helm-based installation)

- Add docs/architecture.md with platform architecture, operator-go framework,
  built-in operators, component dependencies, design principles, and data flow
- Add docs/operators/_template.md with standardized Operator doc template
  (Helm-based installation, no OLM references)
- Update sidebars.ts to include architecture in Quick Start section
@whg517 whg517 force-pushed the docs/architecture-and-template branch from a1c7e2f to 52a71b9 Compare May 2, 2026 12:11
whg517 added 2 commits May 2, 2026 20:18
Translate all remaining English sections including placeholder hints,
blockquotes, and link labels
@whg517 whg517 requested a review from Copilot May 2, 2026 12:29
@whg517 whg517 merged commit 4332e27 into zncdatadev:main May 2, 2026
5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds foundational documentation to help users and contributors understand Kubedoop’s platform architecture and standardize Operator documentation, plus exposes the new architecture page in the docs navigation.

Changes:

  • Added a new Architecture overview page with Mermaid diagrams and a Trino→Hive→HDFS data flow example.
  • Added standardized Operator documentation templates for both English and zh-Hans locales.
  • Updated sidebars.ts to link the new Architecture page from the “Quick Start” section.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.

File Description
sidebars.ts Adds architecture to the “Quick Start” sidebar category so the new page is discoverable.
docs/architecture.md New architecture overview describing platform layers, operator-go concepts, built-in Operators, dependencies, and a data-flow sequence.
docs/operators/_template.md New English Operator doc template (Helm-based installation flow, standard sections, internal cross-links).
i18n/zh/docusaurus-plugin-content-docs/current/operators/_template.md New zh-Hans version of the Operator doc template mirroring the English structure and links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Kubernetes {version}+
- kubectl {version}+
- {Other dependencies — e.g., if this component depends on HDFS, list HDFS Operator here}
- Helm v3+ installed — see [Quick Start](../quick-start/installation.md)
Delete the {Component} cluster:

```bash
kubectl delete {clusterkind} {cluster-name} -n {operator-name}
- **Cause**: {Why this happens}
- **Resolution**: {Steps to fix}

> For common issues across all Operators, see [Troubleshooting](../troubleshooting).
- Kubernetes {version}+
- kubectl {version}+
- {其他依赖 — 例如:如果该组件依赖 HDFS,在此列出 HDFS Operator}
- Helm v3+ 已安装 — 参见 [快速开始](../quick-start/installation.md)
检查集群状态:

```bash
kubectl get {clusterkind} -n {operator-name}
删除 {Component} 集群:

```bash
kubectl delete {clusterkind} {cluster-name} -n {operator-name}
- **原因**:{为什么会发生}
- **解决方案**:{修复步骤}

> 所有 Operator 的通用问题请参阅 [故障排查](../troubleshooting)。
Comment thread docs/architecture.md
Comment on lines +8 to +9
through a unified Operator framework. The platform uses Helm charts
for Operator installation and lifecycle management, running entirely on top of Kubernetes.
Check the cluster status:

```bash
kubectl get {clusterkind} -n {operator-name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants