Welcome to Srcbook's documentation. This documentation uses .src.md
files, which are a special format that combines Markdown with executable TypeScript code cells.
The .src.md
extension is integral to Srcbook's functionality:
- It indicates that the file contains executable TypeScript code cells
- It enables Srcbook's literate programming features
- It allows for interactive documentation with live code examples
Our documentation is organized into several key sections:
- Core Documentation
- Getting started guides
- Feature documentation
- Technical reference
- Advanced Topics
- TypeScript features and configuration
- Debugging and performance
- System architecture
- Testing Guides
- Test harness documentation
- Testing strategies
- Web App Generator
- Architecture and design
- AI integration
- Project structure
To view this documentation in its interactive form:
- Clone the Srcbook repository
- Follow the setup instructions in the main README
- Open the
.src.md
files in your development environment
For a static view of the documentation, you can browse the files directly on GitHub or visit our GitHub Pages site.
Interested in contributing? Check out our contributing guidelines to get started.