We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbb83a commit 8ec5521Copy full SHA for 8ec5521
config.toml
@@ -100,17 +100,24 @@ parent = "getting-started"
100
url = "https://theupdateframework.github.io/specification/latest/"
101
weight = 4
102
103
+[[menu.main]]
104
+name = "Specification index"
105
+parent = "getting-started"
106
+url = "https://theupdateframework.github.io/specification/"
107
+weight = 5
108
+
109
110
[[menu.main]]
111
name = "Implementation"
112
parent = "getting-started"
113
url = "https://github.com/theupdateframework/tuf/blob/develop/docs/GETTING_STARTED.rst#getting-started"
-weight = 5
114
+weight = 6
115
116
117
name = "Videos"
118
119
url = "/videos"
-weight = 6
120
+weight = 7
121
122
123
name = "Community"
0 commit comments