You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
92e10ee ci(docs): add script to prevent docs-only commits from triggering deployment
fcecf14 docs: update tutorial and guide navigation to include aggregate splitting and adjust numbering for projections, backends, and testing feat(docs): add new guide and tutorial for aggregate splitting to explain splitting aggregates sharing the same UUID fix(docs): update backend tutorial links in MongoDB, NATS, and PostgreSQL docs to new tutorial numbering docs: add detailed tutorial for projections covering read models, schedules, and multi-aggregate projections docs: add tutorial for production backends with MongoDB, PostgreSQL, and NATS integration examples docs: add tutorial for testing aggregates, projections, and command handlers with examples and best practices docs: update code examples to separate event and command codec registries for clarity and correctness docs: update command bus initialization to use command codec registry instead of event registry docs: add aggregate splitting explanation and examples in guide and best practices to improve domain modeling docs: update product aggregate to remove pricing concerns and delegate to new pricing aggregate in tutorial docs: add pricing aggregate with events, commands, and handlers to tutorial for splitting aggregate concerns docs: update main.go wiring examples to register pricing events and commands and handle pricing commands docs: add projections for product catalog, shop stats, order summaries, and customer order history with continuous and periodic schedules docs: add examples for wiring projections and handling errors in main.go for full application setup
328d792 docs: add comprehensive architecture and best practices guides for goes framework
9775f43 feat(docs): implement custom dark-themed VitePress homepage with feature cards and JetBrains Mono font feat(docs): add Google Fonts preconnect and JetBrains Mono stylesheet for improved typography style(docs): remove old homepage markdown and replace with HomePage Vue component for better maintainability style(docs): add custom dark theme CSS with electric cyan accent and JetBrains Mono headings for consistent branding
fd7bdad docs: refactor sidebar config to use array format and add collapsible tutorial section docs: enhance homepage features with icons and add new feature descriptions docs: add custom CSS style for homepage hero name gradient effect