Skip to content

Commit e722307

Browse files
DOCSP-48367 Added relational-dbs for the tab directive (#649)
* Added relational-dbs for the tab directive * Added relational-dbs directive
1 parent 9dd0481 commit e722307

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

snooty/rstspec.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ inherit = "tabs"
374374
[directive.tabs-platforms]
375375
inherit = "tabs"
376376

377+
[directive.tabs-relational-dbs]
378+
inherit = "tabs"
379+
377380
[directive.tabs-drivers]
378381
inherit = "tabs"
379382

@@ -1879,6 +1882,12 @@ platforms = [
18791882
{id = "rhel", title = "RHEL/CentOS/SLES/AMZ"},
18801883
{id = "linux", title = "Linux"},
18811884
]
1885+
relational-dbs = [
1886+
{id = "mysql", title = "MySQL"},
1887+
{id = "oracle", title = "Oracle"},
1888+
{id = "postgres", title = "PostgreSQL"},
1889+
{id = "sql", title = "SQL Server"},
1890+
]
18821891
drivers = [
18831892
{id = "atlas-api", title = "Atlas API"},
18841893
{id = "atlas-cli", title = "Atlas CLI"},

0 commit comments

Comments
 (0)