Skip to content

Commit 23e9289

Browse files
Merge pull request #101 from biniona-mongodb/markup-guide
Markup guide
2 parents 0e48de9 + 3c68072 commit 23e9289

File tree

77 files changed

+3134
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3134
-41
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ def has(self, *args):
6868
'.. |hardlink| replace:: {0}/{1}'.format(conf.project.url, conf.git.branches.current),
6969
'.. |branch| replace:: ``{0}``'.format(conf.git.branches.current),
7070
'.. |bi| replace:: MongoDB Connector for BI',
71-
'.. |mdbsg| replace:: MongoDB Style Guide'
71+
'.. |mdbsg| replace:: MongoDB Style Guide',
72+
'.. |yaml| replace:: :abbr:`YAML (Yet Another Markup Language)`'
7273
])
7374

7475
pygments_style = 'sphinx'
@@ -122,6 +123,7 @@ def has(self, *args):
122123
'package-version': '4.4.0',
123124
'package-name-org': 'mongodb-org',
124125
'version': '4.0',
126+
'docsteam': 'MongoDB Documentation Group'
125127
}
126128

127129
## add `extlinks` for each published version.

0 commit comments

Comments
 (0)