Skip to content

Commit ccc2800

Browse files
initcronclaude
andcommitted
fix: update docs URL to docs.xops.bot custom domain
Update docusaurus url to https://docs.xops.bot with root baseUrl. Update all documentation links in README and website content. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fcd8459 commit ccc2800

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ docs-site/ Docusaurus documentation (29 pages)
161161

162162
## Documentation
163163

164-
Full documentation at **[agenticops.github.io/xopsbot](https://agenticops.github.io/xopsbot/)**
165-
166-
- [5-Minute Quickstart](https://agenticops.github.io/xopsbot/user-guide/quickstart)
167-
- [Core Concepts](https://agenticops.github.io/xopsbot/user-guide/concepts)
168-
- [Example Workflows](https://agenticops.github.io/xopsbot/user-guide/workflows)
169-
- [Safety Configuration](https://agenticops.github.io/xopsbot/user-guide/safety-configuration)
170-
- [CLI Reference](https://agenticops.github.io/xopsbot/user-guide/cli-reference)
171-
- [Troubleshooting](https://agenticops.github.io/xopsbot/user-guide/troubleshooting)
164+
Full documentation at **[docs.xops.bot](https://docs.xops.bot/)**
165+
166+
- [5-Minute Quickstart](https://docs.xops.bot/user-guide/quickstart)
167+
- [Core Concepts](https://docs.xops.bot/user-guide/concepts)
168+
- [Example Workflows](https://docs.xops.bot/user-guide/workflows)
169+
- [Safety Configuration](https://docs.xops.bot/user-guide/safety-configuration)
170+
- [CLI Reference](https://docs.xops.bot/user-guide/cli-reference)
171+
- [Troubleshooting](https://docs.xops.bot/user-guide/troubleshooting)
172172

173173
## How It Works
174174

docs-site/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config: Config = {
1111
v4: true,
1212
},
1313

14-
url: 'https://agenticops.github.io',
15-
baseUrl: '/xopsbot/',
14+
url: 'https://docs.xops.bot',
15+
baseUrl: '/',
1616
trailingSlash: false,
1717

1818
organizationName: 'agenticdevops',

docs/xopsbot-website.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Five specialized AI agents for Kubernetes, incident response, root cause analysi
4141
### Secondary CTA
4242

4343
**Link:** Read the Docs
44-
**URL:** https://agenticops.github.io/xopsbot/
44+
**URL:** https://docs.xops.bot/
4545

4646
### Terminal Mockup
4747

@@ -578,7 +578,7 @@ xops.bot is open source software built on OpenClaw. Fork it, extend it, contribu
578578
### Links
579579

580580
- **GitHub:** https://github.com/agenticdevops/xopsbot
581-
- **Documentation:** https://agenticops.github.io/xopsbot/
581+
- **Documentation:** https://docs.xops.bot/
582582
- **OpenClaw:** https://github.com/openclaw
583583

584584
### Badges
@@ -600,7 +600,7 @@ Stars | Forks | License: MIT | Built on OpenClaw
600600

601601
### Column 2: Resources
602602

603-
- Documentation (https://agenticops.github.io/xopsbot/)
603+
- Documentation (https://docs.xops.bot/)
604604
- Quick Start (#quickstart)
605605
- CLI Reference (docs link)
606606
- Troubleshooting (docs link)

0 commit comments

Comments
 (0)