Skip to content

Commit

Permalink
docs: rename API Reference to Technical Reference for better accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
glassBead-tc committed Feb 20, 2025
1 parent 59ff4ed commit ba92a7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to Srcbook's documentation. This documentation uses `.src.md` files, whi
- [Table of Contents](table-of-contents.src.md)
- [Getting Started Guide](getting-started.src.md)
- [Features Overview](features.src.md)
- [API Reference](api-reference.src.md)
- [Technical Reference](technical-reference.src.md)

## About .src.md Files

Expand All @@ -21,7 +21,7 @@ Our documentation is organized into several key sections:
- [Core Documentation](table-of-contents.src.md)
- Getting started guides
- Feature documentation
- API reference
- Technical reference
- [Advanced Topics](advanced/index.src.md)
- TypeScript features and configuration
- Debugging and performance
Expand Down
10 changes: 5 additions & 5 deletions docs/table-of-contents.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
- Real-world scenarios
- Best practices

5. [API Reference](./api-reference.src.md)
- Core API
- TypeScript API
- Configuration API
- Plugin API
5. [Technical Reference](./technical-reference.src.md)
- Core functionality
- TypeScript integration
- Configuration options
- Plugin system

6. [Contributing](./contributing.src.md)
- Development setup
Expand Down
File renamed without changes.

0 comments on commit ba92a7b

Please sign in to comment.