Documentation and bundled LLM content for kb-yaml-to-lens
Project description
kb-dashboard-docs
Documentation and bundled LLM content for kb-yaml-to-lens dashboard compiler.
Overview
This package provides:
- MkDocs documentation site - User-facing documentation for the kb-yaml-to-lens project
- Bundled LLM content - Pre-processed documentation for LLM context windows
Installation
pip install kb-dashboard-docs
Or for the full CLI experience:
pip install kb-dashboard-cli
API Usage
from kb_dashboard_docs import get_full_docs, list_guides, get_guide
# Get complete documentation for LLM context
full_docs = get_full_docs()
# List available workflow guides
guides = list_guides()
# ['breaking-changes', 'color-assignments', 'dashboard-decompiling-guide', ...]
# Get a specific guide
otel_guide = get_guide('otel-dashboard-guide')
CLI Usage
When using kb-dashboard-cli:
# Output full documentation (for piping to LLMs)
kb-dashboard docs llms-full
# Copy to clipboard (macOS)
kb-dashboard docs llms-full | pbcopy
# List available guides
kb-dashboard docs list-guides
# Get a specific guide
kb-dashboard docs guide otel-dashboard-guide
Available Guides
- breaking-changes - Release-to-release migration checklist and compatibility notes
- otel-dashboard-guide - Creating dashboards from OpenTelemetry Collector data
- esql-language-reference - ES|QL query language reference for dashboards
- dashboard-decompiling-guide - Converting Kibana JSON dashboards to YAML
- dashboard-style-guide - Layout, sizing, and design patterns
- color-assignments - Advanced chart color assignment strategies
- esql-views - Advanced ES|QL view patterns for chart panels
- legend-configuration - Advanced legend configuration for supported charts
Development
See DEVELOPING.md for development setup.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kb_dashboard_docs-0.4.0.tar.gz
(69.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kb_dashboard_docs-0.4.0.tar.gz.
File metadata
- Download URL: kb_dashboard_docs-0.4.0.tar.gz
- Upload date:
- Size: 69.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
372e3fb7f033eb8de9c61cee954da51d3e599218c5bec3e37fb3115b2dc39bc2
|
|
| MD5 |
70a0f3b5c46455f9fe2f39091b2055e1
|
|
| BLAKE2b-256 |
3e23698ea51a33c2afd998aa17a4271ce8930c89ed0130c3874de66a5aaeef2c
|
File details
Details for the file kb_dashboard_docs-0.4.0-py3-none-any.whl.
File metadata
- Download URL: kb_dashboard_docs-0.4.0-py3-none-any.whl
- Upload date:
- Size: 77.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
161392b23edffd1b3b076f1bf87aa833e0d9a2beed683c2d91e868a4b99a21f4
|
|
| MD5 |
ccb9c4310eaa533a615c41fa0bd54b53
|
|
| BLAKE2b-256 |
88a579c9d21412e96a431e9c3971c1dc183ef5d67c191463c48eb732ff62fce0
|