Birdor Docs UI & JSON Tool Guide Update — 2025-11-19
Leeting Yan
This development log documents several UI component additions for the Birdor Docs system, along with the first full documentation page for the JSON Formatter & Viewer tool.
These updates improve documentation consistency, readability, and reusable structure.
DocsSection Component Added
Type: docs
Scope: docs-ui
Importance: minor
Summary
Introduced DocsSection to standardize headings and spacing across Birdor documentation.
Details
- Supports h2 / h3 / h4 with consistent spacing.
- Unified typography scale and hierarchical structure.
- Reduced duplicated markup in multiple docs pages.
Links
DocsCard & DocsTable Components
Type: docs
Scope: docs-ui
Importance: minor
Summary
Reusable content card and documentation-grade table components added.
Details
- DocsCard supports title, description, and action links.
- DocsTable supports compact mode and full-width documentation tables.
- Ensured consistent gray-scale theme across all documentation pages.
Links
JSON Formatter Tool Guide Created
Type: docs
Scope: docs-json-formatter
Importance: minor
Summary
Added the full documentation page for the JSON Formatter & Viewer tool.
Details
- Added usage examples and internal behavior notes.
- Added error-handling and performance details.
- Included Base64 and URL-safe decoding behavior explanations.