Skip to content

Commit

Permalink
Merge pull request #441 from mlittlec/main
Browse files Browse the repository at this point in the history
moved OSMH to bottom of drop-down menus
  • Loading branch information
mlittlec authored Sep 24, 2024
2 parents d788624 + 415260a commit 5ca3912
Showing 1 changed file with 44 additions and 45 deletions.
89 changes: 44 additions & 45 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,48 +51,48 @@
pageRef = "tracks/olvm"
weight = 50

[[main]]
name = "Oracle OS Management Service"
identifier = "t6"
parent = "t"
pageRef = "tracks/osms"
weight = 60

[[main]]
name = "Oracle OS Management Hub"
identifier = "t7"
identifier = "t6"
parent = "t"
pageRef = "tracks/osmh"
weight = 70
weight = 60

[[main]]
name = "Oracle Private Cloud Appliance"
identifier = "t8"
identifier = "t7"
parent = "t"
pageRef = "tracks/opca"
weight = 80
weight = 70

[[main]]
name = "Oracle VirtualBox"
identifier = "t9"
identifier = "t8"
parent = "t"
pageRef = "tracks/vbox"
weight = 90
weight = 80

[[main]]
name = "Oracle Cloud Infrastructure Secure Desktops"
identifier = "t10"
identifier = "t9"
parent = "t"
pageRef = "tracks/osd"
weight = 95

[[main]]
name = "Oracle Compute Cloud@Customer"
identifier = "t11"
identifier = "t10"
parent = "t"
pageRef = "tracks/oc3"
weight = 96

[[main]]
name = "Oracle OS Management Service"
identifier = "t11"
parent = "t"
pageRef = "tracks/osms"
weight = 97

[[main]]
name = "Blogs"
#pageRef = "tags"
Expand Down Expand Up @@ -168,48 +168,47 @@
url = "https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/"
weight = 150

[[main]]
name = "Oracle OS Management Service"
identifier = "doc6"
parent = "doc"
url = "https://docs.oracle.com/en-us/iaas/os-management/home.htm"
weight = 160

[[main]]
name = "Oracle OS Management Hub"
identifier = "doc7"
identifier = "doc6"
parent = "doc"
url = "https://docs.oracle.com/iaas/osmh/doc/home.htm"
weight = 170
weight = 160

[[main]]
name = "Oracle Private Cloud Appliance"
identifier = "doc8"
identifier = "doc7"
parent = "doc"
url = "https://docs.oracle.com/en/engineered-systems/private-cloud-appliance/"
weight = 180
weight = 170

[[main]]
name = "Oracle VirtualBox"
identifier = "doc9"
identifier = "doc8"
parent = "doc"
url = "https://docs.oracle.com/en/virtualization/virtualbox/index.html"
weight = 190
weight = 180

[[main]]
name = "Oracle Cloud Infrastructure Secure Desktops"
identifier = "doc10"
identifier = "doc9"
parent = "doc"
url = "https://docs.oracle.com/en-us/iaas/secure-desktops/home.htm"
weight = 195

[[main]]
name = "Oracle Compute Cloud@Customer"
identifier = "doc11"
identifier = "doc10"
parent = "doc"
url = "https://docs.oracle.com/en-us/iaas/compute-cloud-at-customer/home.htm"
weight = 196

[[main]]
name = "Oracle OS Management Service"
identifier = "doc11"
parent = "doc"
url = "https://docs.oracle.com/en-us/iaas/os-management/home.htm"
weight = 197

[[main]]
name = "Playlists"
Expand Down Expand Up @@ -259,48 +258,48 @@
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzu_Cch2fK2K4yO57d6xT8dt"
weight = 250

[[main]]
name = "Oracle OS Management Service"
identifier = "pl7"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzsn5mtWgjb_HS7GJoKa2rMn"
weight = 260

[[main]]
name = "Oracle OS Management Hub"
identifier = "pl8"
identifier = "pl7"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzvL2cIZri305uCRIo1TmMZW"
weight = 270
weight = 260

[[main]]
name = "Oracle Private Cloud Appliance"
identifier = "pl9"
identifier = "pl8"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzsnBlQvRh23rFgxMYFduQOo"
weight = 280
weight = 270

[[main]]
name = "Oracle VirtualBox"
identifier = "pl10"
identifier = "pl9"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzsbt_qDAXLMF5oFUhEkgbUM"
weight = 290
weight = 280

[[main]]
name = "Oracle Cloud Infrastructure Secure Desktops"
identifier = "pl11"
identifier = "pl10"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzv0axRP4vP7zpubJE555Wbb"
weight = 295

[[main]]
name = "Oracle Compute Cloud@Customer"
identifier = "pl12"
identifier = "pl11"
parent = "pl"
url = "https://www.youtube.com/watch?v=ZzmsCP-dAZE&list=PLKCk3OyNwIzvtU6ZBQDRL6cXjRBEwMODj"
weight = 296

[[main]]
name = "Oracle OS Management Service"
identifier = "pl12"
parent = "pl"
url = "https://www.youtube.com/playlist?list=PLKCk3OyNwIzsn5mtWgjb_HS7GJoKa2rMn"
weight = 297

[[main]]
identifier = "web"
pre = "link"
Expand Down

0 comments on commit 5ca3912

Please sign in to comment.