Skip to content

Commit 21bc227

Browse files
ajitpratap0Ajit Pratap Singhclaude
authored
docs: add website references across README, CLAUDE.md, llms.txt, package.json (#377)
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5708707 commit 21bc227

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,5 @@ Install with: `task hooks:install`
232232
- `docs/LINTING_RULES.md` - All 10 linting rules reference
233233
- `docs/SQL_COMPATIBILITY.md` - SQL dialect compatibility matrix
234234
- `docs/ARCHITECTURE.md` - Detailed system design
235+
- `https://ajitpratap0.github.io/GoSQLX/` - Official website with interactive playground
236+
- `https://ajitpratap0.github.io/GoSQLX/playground/` - WASM-powered SQL playground

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](http://makeapullrequest.com)
1313
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-GoSQLX%20Lint-blue?style=for-the-badge&logo=github)](https://github.com/marketplace/actions/gosqlx-lint-action)
1414
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/ajitpratap0.gosqlx?style=for-the-badge&logo=visual-studio-code&label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=ajitpratap0.gosqlx)
15+
[![Website](https://img.shields.io/badge/Website-GoSQLX-blue?style=for-the-badge&logo=google-chrome)](https://ajitpratap0.github.io/GoSQLX/)
1516

1617
[![Tests](https://img.shields.io/github/actions/workflow/status/ajitpratap0/GoSQLX/test.yml?branch=main&label=Tests&style=flat-square)](https://github.com/ajitpratap0/GoSQLX/actions)
1718
[![Go Report Card](https://goreportcard.com/badge/github.com/ajitpratap0/GoSQLX?style=flat-square)](https://goreportcard.com/report/github.com/ajitpratap0/GoSQLX)
@@ -26,6 +27,8 @@
2627

2728
### 🚀 **New to GoSQLX? [Get Started in 5 Minutes →](docs/GETTING_STARTED.md)**
2829

30+
### 🌐 **[Try the Interactive Playground →](https://ajitpratap0.github.io/GoSQLX/playground/)**
31+
2932
[📖 Installation](#-installation)[⚡ Quick Start](#-quick-start)[📚 Documentation](#-documentation)[💡 Examples](#-examples)[📊 Benchmarks](#-performance)
3033

3134
<a href="https://github.com/ajitpratap0/GoSQLX/blob/main/docs/GETTING_STARTED.md"><img src="https://img.shields.io/badge/🚀_Getting_Started-00ADD8?style=for-the-badge" alt="Getting Started"></a>

docs/API_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ Add documentation link.
11061106
```go
11071107
err := errors.NewSyntaxError("Missing WHERE clause", &loc).
11081108
WithHint("Consider adding a WHERE clause to filter results").
1109-
WithDocURL("https://gosqlx.dev/docs/where-clause")
1109+
WithDocURL("https://ajitpratap0.github.io/GoSQLX/docs/where-clause")
11101110
```
11111111

11121112
---

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ PostgreSQL, MySQL, SQL Server, Oracle, SQLite, and Snowflake dialects, and ships
88
CLI tool (`gosqlx`) for validation, formatting, linting, and security analysis. Apache-2.0 licensed.
99

1010
Current stable version: v1.11.0 (2026-03-13)
11+
Website: https://ajitpratap0.github.io/GoSQLX/
12+
Interactive Playground: https://ajitpratap0.github.io/GoSQLX/playground/
1113

1214
## Core API
1315

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/ajitpratap0/GoSQLX/issues"
1414
},
15-
"homepage": "https://github.com/ajitpratap0/GoSQLX#readme",
15+
"homepage": "https://ajitpratap0.github.io/GoSQLX/",
1616
"icon": "images/icon.png",
1717
"engines": {
1818
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)