Skip to content

Commit eb326f1

Browse files
Update all docs links to point to rezitui.dev (#140)
Replace rtlzeromemory.github.io/Rezi references with rezitui.dev across the repo: - README.md: add Website link to header nav, update all doc links - 6 package.json homepage fields → https://rezitui.dev - 4 package READMEs → rezitui.dev/docs - mkdocs.yml site_url → rezitui.dev - docs/dev/docs.md → rezitui.dev Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 975cf95 commit eb326f1

13 files changed

Lines changed: 24 additions & 23 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://github.com/RtlZeroMemory/Rezi/actions/workflows/ci.yml">
1313
<img src="https://github.com/RtlZeroMemory/Rezi/actions/workflows/ci.yml/badge.svg" alt="CI">
1414
</a>
15-
<a href="https://rtlzeromemory.github.io/Rezi/">
15+
<a href="https://rezitui.dev/docs">
1616
<img src="https://github.com/RtlZeroMemory/Rezi/actions/workflows/docs.yml/badge.svg" alt="docs">
1717
</a>
1818
<a href="LICENSE">
@@ -21,10 +21,11 @@
2121
</p>
2222

2323
<p align="center">
24-
<a href="https://rtlzeromemory.github.io/Rezi/">Docs</a> ·
25-
<a href="https://rtlzeromemory.github.io/Rezi/getting-started/quickstart/">Quickstart</a> ·
26-
<a href="https://rtlzeromemory.github.io/Rezi/widgets/">Widgets</a> ·
27-
<a href="https://rtlzeromemory.github.io/Rezi/api/">API</a> ·
24+
<a href="https://rezitui.dev">Website</a> ·
25+
<a href="https://rezitui.dev/docs">Docs</a> ·
26+
<a href="https://rezitui.dev/docs/getting-started/quickstart/">Quickstart</a> ·
27+
<a href="https://rezitui.dev/docs/widgets/">Widgets</a> ·
28+
<a href="https://rezitui.dev/docs/api/">API</a> ·
2829
<a href="BENCHMARKS.md">Benchmarks</a>
2930
</p>
3031

@@ -347,12 +348,12 @@ build from a repository checkout with `npm run build:native`.
347348

348349
| Resource | Link |
349350
|---|---|
350-
| Docs home | [rtlzeromemory.github.io/Rezi](https://rtlzeromemory.github.io/Rezi/) |
351-
| Getting started | [Install](https://rtlzeromemory.github.io/Rezi/getting-started/install/) · [Quickstart](https://rtlzeromemory.github.io/Rezi/getting-started/quickstart/) · [JSX](https://rtlzeromemory.github.io/Rezi/getting-started/jsx/) |
352-
| Guides | [Concepts](https://rtlzeromemory.github.io/Rezi/guide/concepts/) · [Layout](https://rtlzeromemory.github.io/Rezi/guide/layout/) · [Input & Focus](https://rtlzeromemory.github.io/Rezi/guide/input-and-focus/) · [Styling](https://rtlzeromemory.github.io/Rezi/guide/styling/) |
353-
| Widget catalog | [56 widgets](https://rtlzeromemory.github.io/Rezi/widgets/) |
354-
| API reference | [TypeDoc](https://rtlzeromemory.github.io/Rezi/api/) |
355-
| Architecture | [Overview](https://rtlzeromemory.github.io/Rezi/architecture/) · [Protocol](https://rtlzeromemory.github.io/Rezi/protocol/) |
351+
| Website & Docs | [rezitui.dev](https://rezitui.dev) |
352+
| Getting started | [Install](https://rezitui.dev/docs/getting-started/install/) · [Quickstart](https://rezitui.dev/docs/getting-started/quickstart/) · [JSX](https://rezitui.dev/docs/getting-started/jsx/) |
353+
| Guides | [Concepts](https://rezitui.dev/docs/guide/concepts/) · [Layout](https://rezitui.dev/docs/guide/layout/) · [Input & Focus](https://rezitui.dev/docs/guide/input-and-focus/) · [Styling](https://rezitui.dev/docs/guide/styling/) |
354+
| Widget catalog | [56 widgets](https://rezitui.dev/docs/widgets/) |
355+
| API reference | [TypeDoc](https://rezitui.dev/docs/api/) |
356+
| Architecture | [Overview](https://rezitui.dev/docs/architecture/) · [Protocol](https://rezitui.dev/docs/protocol/) |
356357

357358
## Contributing
358359

docs/dev/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Deployment is triggered on every push to `main`, every pull request, and manual
153153
`workflow_dispatch`. The workflow does not use path filters.
154154

155155
The live site is available at:
156-
[https://rtlzeromemory.github.io/Rezi/](https://rtlzeromemory.github.io/Rezi/)
156+
[rezitui.dev](https://rezitui.dev)
157157

158158
## See Also
159159

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Rezi
22
site_description: A high-performance, code-first terminal UI framework for Node.js built on the Zireael engine.
3-
site_url: https://rtlzeromemory.github.io/Rezi/
3+
site_url: https://rezitui.dev/
44
repo_url: https://github.com/RtlZeroMemory/Rezi
55
repo_name: RtlZeroMemory/Rezi
66
edit_uri: edit/main/docs/

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Runtime-agnostic TypeScript core for Rezi:
88

99
Most applications should use the Node backend package (`@rezi-ui/node`), which depends on this package.
1010

11-
Docs: `https://rtlzeromemory.github.io/Rezi/`
11+
Docs: `https://rezitui.dev/docs`
1212

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0-alpha.17",
44
"description": "Runtime-agnostic TypeScript core for Rezi (widgets, layout, routing, drawlists, event parsing).",
55
"license": "Apache-2.0",
6-
"homepage": "https://rtlzeromemory.github.io/Rezi/",
6+
"homepage": "https://rezitui.dev",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/RtlZeroMemory/Rezi.git",

packages/create-rezi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Scaffolded templates now follow the same baseline structure:
6161
- `src/__tests__/`
6262

6363
For template descriptions and highlights, see:
64-
https://rtlzeromemory.github.io/Rezi/getting-started/create-rezi/
64+
https://rezitui.dev/docs/getting-started/create-rezi/

packages/create-rezi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0-alpha.17",
44
"description": "Scaffold a Rezi terminal UI app.",
55
"license": "Apache-2.0",
6-
"homepage": "https://rtlzeromemory.github.io/Rezi/",
6+
"homepage": "https://rezitui.dev",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/RtlZeroMemory/Rezi.git",

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0-alpha.17",
44
"description": "JSX runtime for Rezi TUI framework.",
55
"license": "Apache-2.0",
6-
"homepage": "https://rtlzeromemory.github.io/Rezi/",
6+
"homepage": "https://rezitui.dev",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/RtlZeroMemory/Rezi.git",

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0-alpha.17",
44
"description": "Native addon for Rezi (napi-rs + Zireael engine).",
55
"license": "Apache-2.0",
6-
"homepage": "https://rtlzeromemory.github.io/Rezi/",
6+
"homepage": "https://rezitui.dev",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/RtlZeroMemory/Rezi.git",

packages/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ npm i @rezi-ui/node
2828
bun add @rezi-ui/node
2929
```
3030

31-
Docs: `https://rtlzeromemory.github.io/Rezi/`
31+
Docs: `https://rezitui.dev/docs`

0 commit comments

Comments
 (0)