Skip to content

Commit 419da7f

Browse files
committed
Naming and consistency
1 parent fc1066f commit 419da7f

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

_includes/nav/kasm_cloud.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="{{site.baseurl}}/kasm/multiserver/install">Install Servers</a>
1010
<a href="{{site.baseurl}}/kasm/multiserver/autoscale">Autoscale Config</a>
1111
<a href="{{site.baseurl}}/kasm/multiserver/persistent">S3 Persistence</a>
12-
<a href="#">Registry Config</a>
12+
<a href="{{site.baseurl}}/kasm/multiserver/workspace-registry">Workspace Registry</a>
1313
<a href="#">Zones</a>
1414
</div>
1515
</td>
@@ -18,15 +18,15 @@
1818
<div class="dropdown-content">
1919
<a href="{{site.baseurl}}/kasm/workspaces/container-build">Container Building</a>
2020
<a href="{{site.baseurl}}/kasm/workspaces/dockerhub">DockerHub Push</a>
21-
<a href="{{site.baseurl}}/kasm/workspaces/registry">Registry Site</a>
21+
<a href="{{site.baseurl}}/kasm/workspaces/registry">Nighthawk Registry</a>
2222
</div>
2323
</td>
2424
<td class="dropdown">
2525
<a class="dropbtn">Database</a>
2626
<div class="dropdown-content">
2727
<a href="{{site.baseurl}}/kasm/database/rds">RDS Setup</a>
2828
<a href="{{site.baseurl}}/kasm/database/migration">Database Migration</a>
29-
<a href="{{site.baseurl}}/kasm/database/api">Kasm API</a>
29+
<a href="{{site.baseurl}}/kasm/database/api">Kasm APIs</a>
3030
</div>
3131
</td>
3232
</tr>

_notebooks/KASM/MultiServer/2024-08-14-registry-admin.ipynb renamed to _notebooks/KASM/MultiServer/2024-08-14-workspace-registry-admin.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"source": [
1212
"---\n",
1313
"layout: post\n",
14-
"title: Multi-Server Registry Administration \n",
14+
"title: Multi-Server Workspace Registry \n",
1515
"description: How to configure the Kasm Muti-Server Workspaces \n",
1616
"categories: [Kasm]\n",
1717
"menu: nav/kasm_cloud.html\n",
1818
"toc: true\n",
1919
"comments: true\n",
20-
"permalink: /kasm/multiserver/registry\n",
20+
"permalink: /kasm/multiserver/workspace-registry\n",
2121
"author: Rachit Jaiswal\n",
2222
"---"
2323
]
@@ -27,8 +27,8 @@
2727
"id": "8173a79f",
2828
"metadata": {},
2929
"source": [
30-
"## Kasm Administration\n",
31-
"Manual configuration is required to activite Workspaces from the Nighthawk Coders Registry.\n",
30+
"## Workspace Registry Administration\n",
31+
"Manual configuration is required to activite Workspaces that are published from the Nighthawk Registry.\n",
3232
"\n",
3333
"### Workspace Server Configs\n",
3434
"Each time you perform a Terraform deployment you should make these adjustments to the server.\n",
File renamed without changes.
File renamed without changes.

_notebooks/KASM/Workspaces/2024-08-14-workspace-registry.ipynb renamed to _notebooks/KASM/Workspaces/2024-08-14-nighthawk-registry.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"cells": [
33
{
44
"cell_type": "raw",
5-
"metadata": {},
5+
"metadata": {
6+
"vscode": {
7+
"languageId": "raw"
8+
}
9+
},
610
"source": [
711
"---\n",
812
"layout: post\n",
9-
"title: Kasm Registry Guide\n",
13+
"title: Nighthawk Registry Guide\n",
1014
"permalink: /kasm/workspaces/registry\n",
1115
"menu: nav/kasm_cloud.html\n",
1216
"categories: [Kasm]\n",
@@ -20,9 +24,9 @@
2024
"cell_type": "markdown",
2125
"metadata": {},
2226
"source": [
23-
"## Registry Description\n",
27+
"## Nighthawk Registry Description\n",
2428
"\n",
25-
"The registry work with DockerHub has an instance of the developed Kasm workspaces. The items on the registry can be referenced by Kasm through their Workspace management tool.\n",
29+
"The registry works with DockerHub has an instance of the developed containers for Kasm Workspaces. The items on the registry can be referenced by Kasm through its Workspace Registry management tool.\n",
2630
"\n",
2731
"- `Nighthawk Coders Published Registry:` [kasm_registry GitHub Pages](https://nighthawkcoders.github.io/kasm_registry/1.0/)\n",
2832
"\n",

0 commit comments

Comments
 (0)