Skip to content

Commit fd68e07

Browse files
authored
making lab numbering follow standards (#444)
fixing lab numbering
1 parent e143ce5 commit fd68e07

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

oke-with-agones/1-get-started/1-get-started.md renamed to oke-with-agones/get-started/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Download the Terraform files
7171
</copy>
7272
````
7373

74-
You may now **proceed to the next lab**
74+
You may now **proceed to Lab 1**
7575

7676
## Learn More - *Useful Links*
7777

oke-with-agones/0-workshop-introduction/0-workshop-introduction.md renamed to oke-with-agones/introduction/introduction.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ Agones replaces bespoke or proprietary cluster management and game server scalin
2626

2727
| Module | Est. Time |
2828
| ------------- | :-----------: |
29-
| [Workshop Introduction](?lab=0-workshop-introduction) | 5 minutes |
30-
| [Get Started](?lab=1-get-started) | 15 minutes |
31-
| [Creating OCI Resources With Terraform](?lab=2-create-infrastructure-with-terraform) | 30 minutes |
32-
| [Installing the OKE Autoscaler Addon](?lab=3-install-oke-autoscaler-addon) | 20 minutes |
33-
| [Create the Agones System Pods with Helm](?lab=4-create-agones-system) | 15 minutes |
34-
| [Deploy an Agones Fleet and Autoscale OKE Nodes](?lab=5-create-scale-agones-fleet) | 25 minutes |
35-
| [Teardown](?lab=6-teardown) | 10 minutes |
29+
| [Introduction](?lab=introduction) | 5 minutes |
30+
| [Get Started](?lab=get-started) | 15 minutes |
31+
| [Creating OCI Resources With Terraform](?lab=1-create-infrastructure-with-terraform) | 30 minutes |
32+
| [Installing the OKE Autoscaler Addon](?lab=2-install-oke-autoscaler-addon) | 20 minutes |
33+
| [Create the Agones System Pods with Helm](?lab=3-create-agones-system) | 15 minutes |
34+
| [Deploy an Agones Fleet and Autoscale OKE Nodes](?lab=4-create-scale-agones-fleet) | 25 minutes |
35+
| [Teardown](?lab=5-teardown) | 10 minutes |
3636

3737
Total estimated time: 120 minutes
3838

39-
## Task 1: Begin The Labs
39+
## Task 1: Complete the Get Started Section
4040

41-
Use the left navigation on this page to begin the labs in this workshop.
41+
Use the left navigation on this page to go to *Get Started*.
4242

4343
You may now **proceed to the next lab**
4444

oke-with-agones/workshops/tenancy/manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
"help": "livelabs-help-oci_us@oracle.com",
44
"tutorials": [
55
{
6-
"title": "Lab 0: Workshop Introduction",
6+
"title": "Introduction",
77
"description": "The will introduce you to OKE and Agones and list all labs in this Workshop",
8-
"filename": "../../0-workshop-introduction/0-workshop-introduction.md"
8+
"filename": "../../introduction/introduction.md"
99
},
1010
{
11-
"title": "Labe 1: Get Started",
11+
"title": "Get Started",
1212
"description": "This is the prerequisites for the Workshop to install the OCI CLI and Terraform",
13-
"filename": "../../1-get-started/1-get-started.md"
13+
"filename": "../../get-started/get-started.md"
1414
},
1515
{
16-
"title": "Lab 2: Create Infrastructure with Terraform",
16+
"title": "Lab 1: Create Infrastructure with Terraform",
1717
"description": "Provisioning Oracle Container Engine for Kubernetes (OKE) with Virtual Nodes",
18-
"filename": "../../2-create-infrastructure-with-terraform/2-create-infrastructure-with-terraform.md"
18+
"filename": "../../1-create-infrastructure-with-terraform/1-create-infrastructure-with-terraform.md"
1919
},
2020
{
21-
"title": "Lab 3: Install OKE Autoscaler Addon",
22-
"filename": "../../3-install-oke-autoscaler-addon/3-install-oke-autoscaler-addon.md"
21+
"title": "Lab 2: Install OKE Autoscaler Addon",
22+
"filename": "../../2-install-oke-autoscaler-addon/2-install-oke-autoscaler-addon.md"
2323
},
2424
{
25-
"title": "Lab 4: Create the Agones System",
26-
"filename": "../../4-create-agones-system/4-create-agones-system.md"
25+
"title": "Lab 3: Create the Agones System",
26+
"filename": "../../3-create-agones-system/3-create-agones-system.md"
2727
},
2828
{
29-
"title": "Lab 5: Create and Scale an Agones Fleet",
30-
"filename": "../../5-create-scale-agones-fleet/5-create-scale-agones-fleet.md"
29+
"title": "Lab 4: Create and Scale an Agones Fleet",
30+
"filename": "../../4-create-scale-agones-fleet/4-create-scale-agones-fleet.md"
3131
},
3232
{
33-
"title": "Lab 6: Teardown",
34-
"filename": "../../6-teardown/6-teardown.md"
33+
"title": "Lab 5: Teardown",
34+
"filename": "../../5-teardown/5-teardown.md"
3535
},
3636
{
3737
"title": "Need Help?",

0 commit comments

Comments
 (0)