File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ def has(self, *args):
106
106
'sphinx-rst' : ('https://www.sphinx-doc.org/en/master/usage/restructuredtext%s' , '' ),
107
107
'sphinx' : ('https://www.sphinx-doc.org/en/master%s' , '' ),
108
108
'rst' : ('http://docutils.sourceforge.net/docs/ref/rst%s' ,'' ),
109
- 'cc' : ('https://creativecommons.org/licenses%s' ,'' )
109
+ 'cc' : ('https://creativecommons.org/licenses%s' ,'' ),
110
+ 'gh' : ('https://github.com%s' ,'' )
110
111
}
111
112
112
113
## add `extlinks` for each published version.
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ MongoDB external and internal customers.
61
61
MongoDB products. You can use these basic guidelines,
62
62
however, when writing release notes for any product or service.
63
63
64
+ :gh:`User Interface Guidelines </mongodb/leafygreen-ui>`
65
+ Provides specifications for the user interface of MongoDB web and
66
+ desktop applications. The components can be viewed
67
+ `online <https://mongodb.github.io/leafygreen-ui/>`__
64
68
65
69
.. cssclass:: hidden
66
70
You can’t perform that action at this time.
0 commit comments