Skip to content

Commit 0a453c2

Browse files
(DOCSP-35351): Make TOC landing pages clickable (#1554)
* Add TOC landing pages * empty commit * Update snooty.toml Co-authored-by: John Williams <[email protected]> --------- Co-authored-by: John Williams <[email protected]>
1 parent 680a17f commit 0a453c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

snooty.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ intersphinx = [ "https://www.mongodb.com/docs/ops-manager/current/objects.inv",
66
"https://www.mongodb.com/docs/mongodb-shell/objects.inv"
77
]
88

9+
toc_landing_pages = [
10+
"/configure-k8s-operator-for-mdb-resources",
11+
"/connect",
12+
"/deploy",
13+
"/installation",
14+
"/manage-users",
15+
"/mdb-resources",
16+
"/multi-cluster",
17+
"/multi-cluster-connect",
18+
"/om-resources",
19+
"/reference",
20+
"/reference/operator-settings",
21+
"/security",
22+
"/tutorial/back-up-mdb-resources",
23+
"/tutorial/edit-deployment",
24+
"/tutorial/plan-k8s-operator-install",
25+
"/tutorial/secret-storage",
26+
"/tutorial/secure-client-connections",
27+
"/tutorial/multi-cluster-secure-client-connections",
28+
"/upgrade",
29+
]
930

1031
[constants]
1132
aagent = "MongoDB Agent or legacy Automation Agent"

0 commit comments

Comments
 (0)