Skip to content

Commit 35b6891

Browse files
docs: rename to remix-docs.pages.dev
1 parent 7838e96 commit 35b6891

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4646
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
47-
command: pages deploy dist --project-name=remix-mcp-docs
47+
command: pages deploy dist --project-name=remix-docs
4848
workingDirectory: docs

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
A Rust MCP server that enables AI assistants to control Ableton Live via OSC.
44

55
[![CI](https://github.com/christopherwxyz/remix-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/christopherwxyz/remix-mcp/actions/workflows/ci.yml)
6-
[![Docs](https://img.shields.io/badge/docs-remix--mcp-blue)](https://remix-mcp-docs.pages.dev)
6+
[![Docs](https://img.shields.io/badge/docs-remix--mcp-blue)](https://remix-docs.pages.dev)
77

8-
📖 **[Documentation](https://remix-mcp-docs.pages.dev)**
8+
📖 **[Documentation](https://remix-docs.pages.dev)**
99

1010
## Features
1111

@@ -79,7 +79,7 @@ Ask Claude things like:
7979
- "Add an arpeggiator to the selected track"
8080
- "Search the browser for bass sounds"
8181

82-
See the [documentation](https://remix-mcp-docs.pages.dev/examples) for more examples.
82+
See the [documentation](https://remix-docs.pages.dev/examples) for more examples.
8383

8484
## Tools
8585

@@ -128,7 +128,7 @@ Samplers need samples loaded. Use `load_default_instrument` to load Drift (a syn
128128

129129
## Development
130130

131-
See the [contributing guide](https://remix-mcp-docs.pages.dev/contributing) for development guidelines.
131+
See the [contributing guide](https://remix-docs.pages.dev/contributing) for development guidelines.
132132

133133
## License
134134

0 commit comments

Comments
 (0)