Skip to content

Commit 11603f4

Browse files
committed
docs: updated section
1 parent cd2cdd7 commit 11603f4

7 files changed

Lines changed: 18 additions & 8 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Admin Guide
3+
description: Provision your infrastructure
4+
weight: 4
5+
---

content/en/docs/getting-started/create-kiwi.md renamed to content/en/docs/admin-guide/create-kiwi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Provisioning Kiwi
33
description: Let's provision our Kiwi instances
4-
weight: 7
4+
weight: 4
55
---
66

77
As detailed in [network topology](/docs/getting-started/topology/), we'll have 2 **Kiwi** instances:

content/en/docs/getting-started/create-region.md renamed to content/en/docs/admin-guide/create-region.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Your First Region
33
description: Let's setup a new region and its Kiwi and Kaktus instances
4-
weight: 6
4+
weight: 3
55
---
66

77
Orchestrator being ready, we can now boostrap our first region.
@@ -394,4 +394,4 @@ Once carefully reviewed, again, apply:
394394
$ kobra tf apply
395395
```
396396

397-
Let's continue and [provision our region's **Kiwi** instances](/docs/getting-started/create-kiwi/) !
397+
Let's continue and [provision our region's **Kiwi** instances](/docs/admin-guide/create-kiwi/) !

content/en/docs/getting-started/kahuna-setup.md renamed to content/en/docs/admin-guide/kahuna-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setup Kahuna
33
description: Let's start with the orchestration core
4-
weight: 4
4+
weight: 1
55
---
66

77
Now let's suppose that you've cloned the Git platform repository template and that your **Kahuna** instance server has been provisioned with latest Ubuntu LTS distribution. Be sure that it is SSH-accessible with some local user.
@@ -289,4 +289,4 @@ After a few minutes, if everything's went okay, you should have a working **Kahu
289289
- The [Kahuna](/docs/concepts/kahuna/) backend server itself, our core orchestrator.
290290
- Optionally, [MongoDB](https://www.mongodb.com/) database.
291291

292-
We're now ready for [provisionning users and teams](/docs/getting-started/provision-users/) !
292+
We're now ready for [provisionning users and teams](/docs/admin-guide/provision-users/) !

content/en/docs/getting-started/provision-users.md renamed to content/en/docs/admin-guide/provision-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Provisioning Users
33
description: Let's populate admin users and teams
4-
weight: 5
4+
weight: 2
55
---
66

77
Your **Kahuna** instance is now up and running, let's get things and create a few admin users accounts. At first, we only have the super-admin API key that was previously set through Ansible deployment. We'll make use of it to provision further users and associated teams. After all, we want a nominative user acount for each contributor, right ?
@@ -95,4 +95,4 @@ With security in mind, Kowabunga will prevent you from setting your own password
9595

9696
Once users have been registered and password generated, and provided **Koala** Web application has been deployed as well, they can connect to (and land on a perfectly empty and so useless dashboard ;-) for now at least ).
9797

98-
Let's move on and start [creating our first region](/docs/getting-started/create-region/) !
98+
Let's move on and start [creating our first region](/docs/admin-guide/create-region/) !

content/en/docs/services/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Services
33
description: Discover Kowabunga pre-baked services
4-
weight: 5
4+
weight: 6
55
---
66

77
Kowabunga provides more than just raw infrastructure resources access. It features various "ready-to-be-consumed" -as-a-service extensions to easily bring life to your various application and automation deployment needs.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: User Guide
3+
description: Welcome to your private Cloud !
4+
weight: 5
5+
---

0 commit comments

Comments
 (0)