Skip to content

docs: first draft of documentation site#11

Merged
codewizdave merged 7 commits into
mainfrom
docs/first-draft
Jun 2, 2026
Merged

docs: first draft of documentation site#11
codewizdave merged 7 commits into
mainfrom
docs/first-draft

Conversation

@martyy-code

Copy link
Copy Markdown
Contributor

Summary

  • Add initial documentation structure with 13 MDX pages covering core concepts
  • Pages cover: getting started, installation, error factory, error instance, fields/schema, exception chaining, causes function, single/multiple inheritance, type checking, message templates, API reference, and recipes
  • Structure managed via meta.json with navigation sections using separators

Documentation Pages

Page Description
index Getting started with quick examples
installation Installation instructions
error-factory Creating error types
error-instance Error instance properties
fields-schema Typed fields and validation
from-method Exception chaining
causes-function Cause chain traversal
single-inheritance Parent-child hierarchies
multiple-inheritance Multiple parent support
type-checking Type guards with is()
message-templates Dynamic message placeholders
api-reference Complete API documentation
recipes Practical usage patterns

Test plan

  • Run pnpm --filter web build to verify build passes
  • Run pnpm dev and check docs at /docs
  • Verify navigation structure matches meta.json
  • Review each page for accuracy

🤖 Generated with Claude Code

martyy-code and others added 2 commits June 2, 2026 11:12
Create initial documentation structure with 13 MDX pages covering:
- Getting started and installation
- Error factory and instance concepts
- Exception chaining with from() and causes()
- Single and multiple inheritance
- Type checking with is()
- Message templates
- API reference
- Practical recipes

Structure managed via meta.json with navigation sections.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
errors-web Ready Ready Preview, Comment Jun 2, 2026 9:50am

Specify build command, output directory, and install command
to work with Vercel using repo root as root directory.

🤖 Generated with [Claude Code](https://claude.ai/claude-code)
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Use title="filename" format for code block headers

🤖 Generated with [Claude Code](https://claude.ai/claude-code)
@codewizdave codewizdave merged commit 545aa42 into main Jun 2, 2026
6 checks passed
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