Skip to content

Commit f5dba9e

Browse files
committed
docs: update documentation domain to nucleusframework.dev
1 parent a7f9f70 commit f5dba9e

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Java evolved into Kotlin. JavaScript evolved into TypeScript. Desktop developmen
5454

5555
### Go deeper
5656

57-
- **[Native Access](https://nucleus.kdroidfilter.com/native-access/)** — Write Kotlin/Native, call it from the JVM. No C, no boilerplate.
57+
- **[Native Access](https://nucleusframework.dev/native-access/)** — Write Kotlin/Native, call it from the JVM. No C, no boilerplate.
5858
- **30+ runtime modules** — Intuitive Kotlin APIs for every OS integration
5959
- **CI/CD ready** — Reusable GitHub Actions, 6-runner matrix builds, universal macOS binaries, MSIX bundles
6060

@@ -129,7 +129,7 @@ Each module is published independently to Maven Central — use them together or
129129

130130
## Documentation
131131

132-
Full documentation at **[nucleus.kdroidfilter.com](https://nucleus.kdroidfilter.com/)**.
132+
Full documentation at **[nucleusframework.dev](https://nucleusframework.dev/)**.
133133

134134
## License
135135

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ A pre-built demo is available on the [GitHub Releases page](https://github.com/k
9090

9191
=== "macOS"
9292
```bash
93-
curl -fsSL https://nucleus.kdroidfilter.com/install.sh | bash
93+
curl -fsSL https://nucleusframework.dev/install.sh | bash
9494
```
9595
Detects your architecture (Apple Silicon or Intel), downloads, installs to `/Applications`, and launches.
9696

9797
=== "Linux"
9898
```bash
99-
curl -fsSL https://nucleus.kdroidfilter.com/install-linux.sh | bash
99+
curl -fsSL https://nucleusframework.dev/install-linux.sh | bash
100100
```
101101
Detects your architecture and package manager, downloads and installs the appropriate `.deb` or `.rpm`.
102102

docs/llm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Both files are **auto-generated** from the MkDocs documentation pages by the [`s
2323
Paste the URL directly in your prompt:
2424

2525
```
26-
Read https://nucleus.kdroidfilter.com/llms-full.txt and help me configure
26+
Read https://nucleusframework.dev/llms-full.txt and help me configure
2727
a Nucleus project with NSIS installer, auto-update, and macOS signing.
2828
```
2929

@@ -32,16 +32,16 @@ a Nucleus project with NSIS installer, auto-update, and macOS signing.
3232
Add the URL as a documentation source in your AI-powered IDE, or reference it in your project instructions:
3333

3434
```
35-
@doc https://nucleus.kdroidfilter.com/llms-full.txt
35+
@doc https://nucleusframework.dev/llms-full.txt
3636
```
3737

3838
### Custom Agents / RAG Pipelines
3939

4040
Fetch the files programmatically:
4141

4242
```bash
43-
curl -s https://nucleus.kdroidfilter.com/llms.txt # concise
44-
curl -s https://nucleus.kdroidfilter.com/llms-full.txt # complete
43+
curl -s https://nucleusframework.dev/llms.txt # concise
44+
curl -s https://nucleusframework.dev/llms-full.txt # complete
4545
```
4646

4747
## What's Included

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Nucleus
22
site_description: Gradle plugin for packaging JVM desktop apps as native installers
3-
site_url: https://kdroidfilter.github.io/Nucleus
3+
site_url: https://nucleusframework.dev
44
repo_url: https://github.com/kdroidFilter/Nucleus
55
repo_name: kdroidFilter/Nucleus
66
edit_uri: edit/main/docs/

0 commit comments

Comments
 (0)