Skip to content

Commit d3eca57

Browse files
authored
Adding Table of Contents
1 parent ec80461 commit d3eca57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616

1717
Unlike manually writing SwiftSyntax AST nodes, SyntaxKit uses result builders to make code generation readable and maintainable. Perfect for macro authors who need to generate complex Swift structures, or developers building tools that automatically create boilerplate code from external schemas, APIs, or configurations.
1818

19+
## Table of Contents
20+
21+
- [When to Use SyntaxKit](#when-to-use-syntaxkit)
22+
- [Installation](#installation)
23+
- [Quick Start](#quick-start-5-minutes)
24+
- [Why SyntaxKit Excels](#why-syntaxkit-excels)
25+
- [Features](#features)
26+
- [Documentation](#documentation)
27+
- [Contributing](#contributing)
28+
- [Requirements](#requirements)
29+
- [License](#license)
30+
1931
## When to Use SyntaxKit
2032

2133
```mermaid

0 commit comments

Comments
 (0)