diff --git a/.github/workflows/azure-static-web-apps-gentle-smoke-019284103.yml b/.github/workflows/azure-static-web-apps-gentle-smoke-019284103.yml
index 642bdf9..d1a6653 100644
--- a/.github/workflows/azure-static-web-apps-gentle-smoke-019284103.yml
+++ b/.github/workflows/azure-static-web-apps-gentle-smoke-019284103.yml
@@ -31,7 +31,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
- app_build_command: "npm run build && npm run set-domain -- staging.docs.zhiva.ai"
+ app_build_command: "npm run build && npm run set-domain -- staging.docs.zhiva.org"
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "public" # Built app content directory - optional
diff --git a/README.md b/README.md
index 701fb82..879c468 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# zhiva.ai Docs
+# ZhivaAI Docs
### Versions:
-- [Production documentation](https://docs.zhiva.ai/latest)
-- [Staging documentation](https://docs-staging.zhiva.ai/latest)
+- [Production documentation](https://docs.zhiva.org/latest)
+- [Staging documentation](https://docs-staging.zhiva.org/latest)
## Working on your OpenAPI Definition
diff --git a/content/pages/v0.1/adding-new-server-to-app/managing-servers-in-viewer.md b/content/pages/v0.1/adding-new-server-to-app/managing-servers-in-viewer.md
index 1c12e50..dcc9627 100644
--- a/content/pages/v0.1/adding-new-server-to-app/managing-servers-in-viewer.md
+++ b/content/pages/v0.1/adding-new-server-to-app/managing-servers-in-viewer.md
@@ -47,7 +47,7 @@ As you can see, this server is not on the list and is not a valid server yet. Yo
- __Supports Fuzzy Matching__ - Does server supports _Fuzzy Matching_ when searching for Studies? ([Our Local Server](/latest/setting-up-local-pacs) does)
- __Can Store/Update Data?__ - Check if user has access to modify data on PACS (more about it in [Local PACS Security](/latest/local-pacs-security/) section)
-### zhiva.ai Local Server Setup
+### ZhivaAI Local Server Setup
We've created predefined server settings for [Our Local Server](/latest/setting-up-local-pacs). It is available under `Local Server` option. You might want to modify the `Server URL` to accommodate your local network settings. If you running the server on your local machine then leave `localhost` as hostname. If the server is somewhere in your network then change `localhost` to servers' IP address (sth. like `192.168.x.x`).
diff --git a/content/pages/v0.1/local-pacs/local-pacs.md b/content/pages/v0.1/local-pacs/local-pacs.md
index a82f766..c650909 100644
--- a/content/pages/v0.1/local-pacs/local-pacs.md
+++ b/content/pages/v0.1/local-pacs/local-pacs.md
@@ -35,7 +35,7 @@ git clone https://github.com/zhiva-ai/pacs-server.git
```
or download it directly from
-[zhiva.ai PACS server](https://github.com/zhiva-ai/pacs-server/archive/refs/heads/main.zip).
+[ZhivaAI PACS server](https://github.com/zhiva-ai/pacs-server/archive/refs/heads/main.zip).
## Generate local TSL certificate
diff --git a/content/pages/v0.1/model-api/model-api.md b/content/pages/v0.1/model-api/model-api.md
index 965feb1..06c4ced 100644
--- a/content/pages/v0.1/model-api/model-api.md
+++ b/content/pages/v0.1/model-api/model-api.md
@@ -30,7 +30,7 @@ You can either clone this repo
git clone https://github.com/zhiva-ai/Lung-Segmentation-API.git
```
or download it directly from
-[zhiva.ai Local Model API](https://github.com/zhiva-ai/Lung-Segmentation-API/archive/refs/heads/main.zip).
+[ZhivaAI Local Model API](https://github.com/zhiva-ai/Lung-Segmentation-API/archive/refs/heads/main.zip).
## Build the server
diff --git a/content/pages/v0.1/model-proxy/model-proxy.md b/content/pages/v0.1/model-proxy/model-proxy.md
index dc17801..31f8209 100644
--- a/content/pages/v0.1/model-proxy/model-proxy.md
+++ b/content/pages/v0.1/model-proxy/model-proxy.md
@@ -35,7 +35,7 @@ git clone https://github.com/zhiva-ai/model-proxy-example.git
```
or download it directly from
-[zhiva.ai PACS server](https://github.com/zhiva-ai/model-proxy-example/archive/refs/heads/main.zip).
+[ZhivaAI PACS server](https://github.com/zhiva-ai/model-proxy-example/archive/refs/heads/main.zip).
## Local PACS and Model API
diff --git a/content/pages/v0.3/adding-new-server-to-app/managing-servers-in-viewer.md b/content/pages/v0.3/adding-new-server-to-app/managing-servers-in-viewer.md
index 685780c..5752766 100644
--- a/content/pages/v0.3/adding-new-server-to-app/managing-servers-in-viewer.md
+++ b/content/pages/v0.3/adding-new-server-to-app/managing-servers-in-viewer.md
@@ -33,7 +33,7 @@ Both methods should automatically set up your PACS and redirect you to list of y
You can also use your custom token server to setup PACS configuration. Just generate link:
```javascript
-https://alpha.zhiva.ai/auth/oauth?token=YOUR_AUTH_TOKEN
+https://alpha.zhiva.org/auth/oauth?token=YOUR_AUTH_TOKEN
```
Where `YOUR_AUTH_TOKEN` is the same token as in [Token auth](/managing-servers-inside-the-dicom-viewer/#token-auth);
@@ -64,7 +64,7 @@ As you can see, this server is not on the list and is not a valid server yet. Yo
- __Supports Fuzzy Matching__ - Does server supports _Fuzzy Matching_ when searching for Studies? ([Our Local Server](/latest/setting-up-local-pacs) does)
- __Can Store/Update Data?__ - Check if user has access to modify data on PACS (more about it in [Local PACS Security](/latest/local-pacs-security/) section)
-### zhiva.ai Local Server Setup
+### ZhivaAI Local Server Setup
We've created predefined server settings for [Our Local Server](/latest/setting-up-local-pacs). It is available under `Local Server` option. You might want to modify the `Server URL` to accommodate your local network settings. If you running the server on your local machine then leave `localhost` as hostname. If the server is somewhere in your network then change `localhost` to servers' IP address (sth. like `192.168.x.x`).
diff --git a/content/pages/v0.3/local-pacs-with-token/local-pacs.md b/content/pages/v0.3/local-pacs-with-token/local-pacs.md
index 0a64326..ade399e 100644
--- a/content/pages/v0.3/local-pacs-with-token/local-pacs.md
+++ b/content/pages/v0.3/local-pacs-with-token/local-pacs.md
@@ -37,7 +37,7 @@ git clone https://github.com/zhiva-ai/pacs-token-server.git
```
or download it directly from
-[zhiva.ai JWT PACS server](https://github.com/zhiva-ai/pacs-token-server/archive/refs/heads/main.zip).
+[ZhivaAI JWT PACS server](https://github.com/zhiva-ai/pacs-token-server/archive/refs/heads/main.zip).
## Generate local TSL certificate
@@ -150,10 +150,10 @@ At the end you'll be presented with one-off __AuthToken__.
__Auth Token__ is used to sign-in user in zhiva application. You can use it in [Zhiva login](/latest/managing-servers-inside-the-dicom-viewer/#zhiva-login), or you can generate __one-off login URL__:
```javascript
-https://alpha.zhiva.ai/auth/oauth?token=YOUR_AUTH_TOKEN
+https://alpha.zhiva.org/auth/oauth?token=YOUR_AUTH_TOKEN
```
-This link can bo modified if you're using different domain/subdomain than default `alpha.zhiva.ai`. Just replace the domain and leave the rest of the path the same. Link for the default domain is also stored in __This Direct Link__ just below textfield with token.
+This link can bo modified if you're using different domain/subdomain than default `alpha.zhiva.org`. Just replace the domain and leave the rest of the path the same. Link for the default domain is also stored in __This Direct Link__ just below textfield with token.
### Access to orthanc explorer
diff --git a/content/pages/v0.3/model-proxy/model-proxy.md b/content/pages/v0.3/model-proxy/model-proxy.md
index 9d49ba9..59d6991 100644
--- a/content/pages/v0.3/model-proxy/model-proxy.md
+++ b/content/pages/v0.3/model-proxy/model-proxy.md
@@ -35,7 +35,7 @@ git clone https://github.com/zhiva-ai/model-proxy-example.git
```
or download it directly from
-[zhiva.ai PACS server](https://github.com/zhiva-ai/model-proxy-example/archive/refs/heads/main.zip).
+[ZhivaAI PACS server](https://github.com/zhiva-ai/model-proxy-example/archive/refs/heads/main.zip).
## Local PACS and Model API
diff --git a/gatsby-config.js b/gatsby-config.js
index 03cbbe6..28ea0c3 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -21,9 +21,9 @@ module.exports = {
{
resolve: "gatsby-plugin-manifest",
options: {
- name: `zhiva.ai Documentation`,
- short_name: `Docs | zhiva.ai`,
- description: `Documentation for zhiva.ai`,
+ name: `ZhivaAI Documentation`,
+ short_name: `Docs | ZhivaAI`,
+ description: `Documentation for ZhivaAI`,
lang: `en`,
icon: "src/images/icon.png",
},
diff --git a/openapi/info-description-v0.1.md b/openapi/info-description-v0.1.md
index 64cfbf5..9b6652e 100644
--- a/openapi/info-description-v0.1.md
+++ b/openapi/info-description-v0.1.md
@@ -1,4 +1,4 @@
-This is a documentation for _zhiva.ai_ products. Feel free to read the whole thing but here is a:
+This is a documentation for _ZhivaAI_ products. Feel free to read the whole thing but here is a:
# Quickstart
diff --git a/openapi/info-description-v0.2.md b/openapi/info-description-v0.2.md
index 279de18..d89d3ae 100644
--- a/openapi/info-description-v0.2.md
+++ b/openapi/info-description-v0.2.md
@@ -1,4 +1,4 @@
-This is a documentation for _zhiva.ai_ products. Feel free to read the whole thing but here is a:
+This is a documentation for _ZhivaAI_ products. Feel free to read the whole thing but here is a:
# Quickstart
diff --git a/openapi/info-description-v0.3.md b/openapi/info-description-v0.3.md
index 39c5d29..286ecb7 100644
--- a/openapi/info-description-v0.3.md
+++ b/openapi/info-description-v0.3.md
@@ -1,4 +1,4 @@
-This is a documentation for _zhiva.ai_ products. Feel free to read the whole thing but here is a:
+This is a documentation for _ZhivaAI_ products. Feel free to read the whole thing but here is a:
# Quickstart
diff --git a/openapi/v0.1.yaml b/openapi/v0.1.yaml
index 66bb399..46fd661 100644
--- a/openapi/v0.1.yaml
+++ b/openapi/v0.1.yaml
@@ -1,11 +1,11 @@
openapi: 3.1.0
info:
version: 0.1.1
- title: zviha.ai
- termsOfService: 'https://zhiva.ai/terms/'
+ title: ZhivaAI
+ termsOfService: 'https://zhiva.org/terms/'
contact:
- email: ceo@zhiva.ai
- url: 'https://zhiva.ai'
+ email: ceo@zhiva.org
+ url: 'https://zhiva.org'
description:
$ref: ./info-description-v0.1.md
tags:
@@ -26,7 +26,7 @@ x-tagGroups:
section: inferences
tags: []
servers:
- - url: 'https://api.zhiva.ai/v1'
+ - url: 'https://api.zhiva.org/v1'
paths:
'/segmentations/{model-uid}/studies/{study-uid}':
$ref: 'v0.1/paths/segmentations/segmentations@{model-uid}@{study-uid}.yaml'
diff --git a/openapi/v0.2.yaml b/openapi/v0.2.yaml
index b90e985..bb14fcc 100644
--- a/openapi/v0.2.yaml
+++ b/openapi/v0.2.yaml
@@ -1,11 +1,11 @@
openapi: 3.1.0
info:
version: 0.2.2
- title: zviha.ai
- termsOfService: 'https://zhiva.ai/terms/'
+ title: ZhivaAI
+ termsOfService: 'https://zhiva.org/terms/'
contact:
- email: ceo@zhiva.ai
- url: 'https://zhiva.ai'
+ email: ceo@zhiva.org
+ url: 'https://zhiva.org'
description:
$ref: ./info-description-v0.2.md
tags:
@@ -26,7 +26,7 @@ x-tagGroups:
section: inferences
tags: []
servers:
- - url: 'https://api.zhiva.ai/v1'
+ - url: 'https://api.zhiva.org/v1'
paths:
'/segmentations/{model-uid}/studies/{study-uid}':
$ref: 'v0.2/paths/segmentations/segmentations@{model-uid}@{study-uid}.yaml'
diff --git a/openapi/v0.3.yaml b/openapi/v0.3.yaml
index 8d110d7..d241047 100644
--- a/openapi/v0.3.yaml
+++ b/openapi/v0.3.yaml
@@ -1,11 +1,11 @@
openapi: 3.1.0
info:
version: 0.3.1
- title: zviha.ai
- termsOfService: 'https://zhiva.ai/terms/'
+ title: ZhivaAI
+ termsOfService: 'https://zhiva.org/terms/'
contact:
- email: ceo@zhiva.ai
- url: 'https://zhiva.ai'
+ email: ceo@zhiva.org
+ url: 'https://zhiva.org'
description:
$ref: ./info-description-v0.3.md
tags:
@@ -26,7 +26,7 @@ x-tagGroups:
section: inferences
tags: []
servers:
- - url: 'https://api.zhiva.ai/v1'
+ - url: 'https://api.zhiva.org/v1'
paths:
'/segmentations/{model-uid}/studies/{study-uid}':
$ref: 'v0.3/paths/segmentations/segmentations@{model-uid}@{study-uid}.yaml'
diff --git a/openapi/v1.yaml b/openapi/v1.yaml
index cdb7d10..68bfd82 100644
--- a/openapi/v1.yaml
+++ b/openapi/v1.yaml
@@ -1,11 +1,11 @@
openapi: 3.1.0
info:
version: 0.1.0
- title: zviha.ai
- termsOfService: 'https://zhiva.ai/terms/'
+ title: ZhivaAI
+ termsOfService: 'https://zhiva.org/terms/'
contact:
- email: ceo@zhiva.ai
- url: 'https://zhiva.ai/contact'
+ email: ceo@zhiva.org
+ url: 'https://zhiva.org/contact'
description:
$ref: ./info-description.md
tags:
diff --git a/siteConfig.js b/siteConfig.js
index ac1c412..e137d74 100644
--- a/siteConfig.js
+++ b/siteConfig.js
@@ -1,7 +1,7 @@
module.exports = {
- title: "zhiva.ai",
- siteUrl: "https://docs.zhiva.ai",
- description: "Documentation for zhiva.ai",
+ title: "ZhivaAI",
+ siteUrl: "https://docs.zhiva.org",
+ description: "Documentation for ZhivaAI",
sections: [
{
name: "Guides",
diff --git a/src/components/Layout/Header.tsx b/src/components/Layout/Header.tsx
index 73c0ecc..fb200d9 100644
--- a/src/components/Layout/Header.tsx
+++ b/src/components/Layout/Header.tsx
@@ -66,7 +66,7 @@ export default function Header({
- Go to zhiva.ai homepage
+ Go to ZhivaAI homepage
diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx
index 5e7fd53..b43c52d 100644
--- a/src/components/Layout/Layout.tsx
+++ b/src/components/Layout/Layout.tsx
@@ -20,8 +20,8 @@ function Copyright() {
return (
{"Copyright © "}
-
- zhiva.ai
+
+ zhiva.org
{" "}
{new Date().getFullYear()}.
diff --git a/static/CNAME b/static/CNAME
index 7433862..f17c120 100644
--- a/static/CNAME
+++ b/static/CNAME
@@ -1 +1 @@
-docs.zhiva.ai
\ No newline at end of file
+docs.zhiva.org
\ No newline at end of file