Skip to content

Commit d28137d

Browse files
committed
Add comprehensive DocC documentation guides
1 parent 9143b18 commit d28137d

File tree

8 files changed

+1384
-13
lines changed

8 files changed

+1384
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ docs/
4444

4545
# Local Xcode config (development team, etc)
4646
Example/Local.xcconfig
47+
.vscode/

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Display grid-like data with sorting, searching, and smooth animations - all in j
4848

4949
> **New in v0.9.0**: Type-safe columns, animated diffing, self-sizing cells for 100k+ rows, and more.
5050
51+
## Documentation
52+
53+
**[View Full Documentation](https://pavankataria.github.io/SwiftDataTables/)** - Comprehensive guides from beginner to advanced, complete API reference, and real-world examples.
54+
5155
## Why SwiftDataTables?
5256

5357
- **Drop-in ready** - Add a full-featured data table in 5 lines of code

0 commit comments

Comments
 (0)