draft: Bslv2 doc#85
Merged
hussainsultan merged 2 commits intobslv2from Oct 30, 2025
Merged
Conversation
Documentation Site: - Build complete React documentation site with Vite, TypeScript, and Tailwind - Add interactive BSL query examples with live results, SQL, and charts - Implement collapsible code blocks for setup code - Add syntax highlighting with Prism - Add dark mode support with theme toggle - Add left sidebar navigation with collapsible sections - Remove right sidebar (Table of Contents) - Add command palette for quick navigation - Add responsive design for mobile and desktop Documentation Content: - Getting Started guide - Building Semantic Tables (dimensions, measures, joins) - Compose Models for multi-table queries - YAML Configuration - Query Methods (group_by, aggregate, filter, mutate, nest, window functions) - as_table() documentation with problem/solution examples - Charting with Altair and Plotly - Advanced patterns: percentage of total, nested subtotals, bucketing, sessionized data, windowing - Dimensional Indexing - MCP Integration guide - Complete API Reference Features: - Pre-compute query results at build time for fast page loads - Execute Python code blocks and capture results, SQL, and charts - Support for regularoutput component to show string/error results - Markdown-based content with custom React components - GitHub Pages deployment configuration - CI workflow to test docs build Bug Fixes: - Fix as_table() bug: change 'dims' to 'dimensions' in expr.py - Fix linting errors in build_data.py and chart.py - Add proper exception handling and type hints 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Add custom BSL logo, favicon, and OG preview image - Update meta tags to use new og-image.svg hosted on GitHub Pages - Update canonical URL to point to boringdata.github.io - Remove lovable-tagger dependency and references - Clean up vite config by removing unused componentTagger plugin 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.