@@ -12,6 +12,16 @@ output_format = ["html"]
1212argument_type = " string"
1313deprecated = true
1414
15+ [directive .div ]
16+ deprecated = true
17+ argument_type = " string"
18+ content_type = " block"
19+
20+ [directive .container ]
21+ deprecated = true
22+ argument_type = " string"
23+ content_type = " block"
24+
1525[directive .list-table ]
1626help = """ Define a table using nested lists."""
1727example = """ .. list-table::
@@ -150,6 +160,9 @@ inherit = "tabs"
150160[directive .tabs-auth ]
151161inherit = " tabs"
152162
163+ [directive .tabs-cloud-providers ]
164+ inherit = " tabs"
165+
153166[directive .tab ]
154167argument_type = " string"
155168content_type = " block"
@@ -271,6 +284,16 @@ inherit = "_guides-base"
271284help = """ Related pages. Typically a list."""
272285inherit = " _guides-base"
273286
287+ [directive .meta ]
288+ help = """ Add metadata to the site for SEO."""
289+ options.keywords = " string"
290+ options.description = " string"
291+
292+ [directive .topic ]
293+ help = """ A block with a self-contained chunk of information."""
294+ argument_type = " string"
295+ content_type = " block"
296+
274297# ##### Roles
275298[role .guilabel ]
276299help = """ Used to specify a label or button in a GUI."""
@@ -331,10 +354,6 @@ type = "explicit_title"
331354help = """ Link to a page in the current project."""
332355type = " explicit_title"
333356
334- [role .manual ]
335- help = """ Link to a page in the latest stable version of the MongoDB manual."""
336- type = {link = " https://docs.mongodb.com/manual%s" }
337-
338357[role .ref ]
339358help = """ Link to a named target."""
340359type = " explicit_title"
@@ -415,6 +434,34 @@ type = {link = "https://docs.mongodb.com/v3.6%s"}
415434[role ."v4 .0" ]
416435type = {link = " https://docs.mongodb.com/v4.0%s" }
417436
437+ [role .website ]
438+ help = """ Link to a page in the MongoDB website."""
439+ type = {link = " https://www.mongodb.com%s?jmp=docs" }
440+
441+ [role .manual ]
442+ help = """ Link to a page in the latest stable version of the MongoDB manual."""
443+ type = {link = " https://docs.mongodb.com/manual%s" }
444+
445+ [role .cloudmgr ]
446+ help = """ Link to a page in the Cloud Manager docs."""
447+ type = {link = " https://docs.cloudmanager.mongodb.com%s" }
448+
449+ [role .stitch ]
450+ help = """ Link to a page in the Stitch docs."""
451+ type = {link = " https://docs.mongodb.com/stitch%s" }
452+
453+ [role .charts ]
454+ help = """ Link to a page in the Charts docs."""
455+ type = {link = " https://docs.mongodb.com/charts/saas%s" }
456+
457+ [role .compass ]
458+ help = """ Link to a page in the Compass docs."""
459+ type = {link = " https://docs.mongodb.com/compass%s" }
460+
461+ [role .driver ]
462+ help = """ Link to a driver's page in the Ecosystem docs."""
463+ type = {link = " https://docs.mongodb.com/ecosystem/drivers%s" }
464+
418465[role .bic ]
419466type = {link = " https://docs.mongodb.com/bi-connector/current%s" }
420467
@@ -463,6 +510,7 @@ inherit = "alert"
463510[rstobject .msetting ]
464511[rstobject .operator ]
465512[rstobject .option ]
513+ [rstobject ."mongomirror:option" ]
466514[rstobject .parameter ]
467515[rstobject .phpclass ]
468516[rstobject .phpmethod ]
0 commit comments