Skip to content

Commit 3e972ac

Browse files
authored
Merge pull request #132 from glincker/chore/go-docs-subdomain
chore: move Go docs to go.theauth.dev subdomain
2 parents f37fe61 + 22b6eae commit 3e972ac

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ Full runnable example: [`examples/mcp-server/`](./examples/mcp-server)
243243

244244
| | |
245245
|---|---|
246-
| **[Getting Started](https://theauth.dev/go/getting-started/)** | Installation, quick start, choosing a storage backend |
247-
| **[Concepts](https://theauth.dev/go/concepts/)** | OAuth 2.1, MCP, PAR/JAR, JWT-Bearer, CIBA, DPoP |
248-
| **[Guides](https://theauth.dev/go/guides/)** | Add an OAuth provider, enable passkeys, OTel tracing, SIEM audit streaming |
249-
| **[Reference](https://theauth.dev/go/reference/)** | Config, Storage, Errors, Metrics, Spans |
250-
| **[Security](https://theauth.dev/go/security/)** | Threat model, SOC 2 mapping, GDPR data handling |
251-
| **[Migrations](https://theauth.dev/go/migrations/)** | Version upgrade guides |
246+
| **[Getting Started](https://go.theauth.dev/getting-started/)** | Installation, quick start, choosing a storage backend |
247+
| **[Concepts](https://go.theauth.dev/concepts/)** | OAuth 2.1, MCP, PAR/JAR, JWT-Bearer, CIBA, DPoP |
248+
| **[Guides](https://go.theauth.dev/guides/)** | Add an OAuth provider, enable passkeys, OTel tracing, SIEM audit streaming |
249+
| **[Reference](https://go.theauth.dev/reference/)** | Config, Storage, Errors, Metrics, Spans |
250+
| **[Security](https://go.theauth.dev/security/)** | Threat model, SOC 2 mapping, GDPR data handling |
251+
| **[Migrations](https://go.theauth.dev/migrations/)** | Version upgrade guides |
252252
| **[Releases and verification](https://github.com/glincker/theauth-go/releases)** | `cosign verify-blob` command for SBOM and signed artifacts |
253253

254254
In-repo references:

docs-site/docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go.theauth.dev

docs-site/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "theauth-go",
88
"description": "OAuth 2.1 authorization server and auth library for Go: sessions, magic links, WebAuthn/passkeys, TOTP, SAML, SCIM, RBAC, and MCP resource-server authorization. Postgres, MySQL, and in-memory storage.",
99
"codeRepository": "https://github.com/glincker/theauth-go",
10-
"url": "https://theauth.dev/go/",
10+
"url": "https://go.theauth.dev/",
1111
"programmingLanguage": "Go",
1212
"license": "https://github.com/glincker/theauth-go/blob/main/LICENSE",
1313
"runtimePlatform": "Go 1.25+",

docs-site/docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ theauth-go is not a SaaS or hosted IdP. It is a Go library you mount into your o
1717
## Docs
1818

1919
- [README](https://github.com/glincker/theauth-go/blob/main/README.md): quick start, feature comparison table, examples index.
20-
- [Full documentation](https://theauth.dev/go/): getting started, concepts, guides, API reference.
20+
- [Full documentation](https://go.theauth.dev/): getting started, concepts, guides, API reference.
2121
- [AGENTS.md](https://github.com/glincker/theauth-go/blob/main/docs/AGENTS.md): version-by-version shipped feature history, written for AI coding assistants.
2222
- [STABILITY.md](https://github.com/glincker/theauth-go/blob/main/docs/STABILITY.md): SemVer contract and API surface guarantees.
2323
- [CHANGELOG](https://github.com/glincker/theauth-go/blob/main/CHANGELOG.md): release notes.

docs-site/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: theauth-go
22
site_description: Go auth library covering OAuth 2.1, MCP authorization, agent identities, WebAuthn, SAML, SCIM, and more.
3-
site_url: https://theauth.dev/go/
3+
site_url: https://go.theauth.dev/
44
repo_url: https://github.com/glincker/theauth-go
55
repo_name: glincker/theauth-go
66
edit_uri: edit/main/docs-site/docs/

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ theauth-go is not a SaaS or hosted IdP. It is a Go library you mount into your o
1717
## Docs
1818

1919
- [README](https://github.com/glincker/theauth-go/blob/main/README.md): quick start, feature comparison table, examples index.
20-
- [Full documentation](https://theauth.dev/go/): getting started, concepts, guides, API reference.
20+
- [Full documentation](https://go.theauth.dev/): getting started, concepts, guides, API reference.
2121
- [AGENTS.md](https://github.com/glincker/theauth-go/blob/main/docs/AGENTS.md): version-by-version shipped feature history, written for AI coding assistants.
2222
- [STABILITY.md](https://github.com/glincker/theauth-go/blob/main/docs/STABILITY.md): SemVer contract and API surface guarantees.
2323
- [CHANGELOG](https://github.com/glincker/theauth-go/blob/main/CHANGELOG.md): release notes.

0 commit comments

Comments
 (0)