Skip to content

Commit 2c5b560

Browse files
authored
CORE-11993: adding canonical link for connector js docs (#66)
Nice!
1 parent 9cface5 commit 2c5b560

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def setup(app):
7070
# documentation.
7171
#
7272
html_theme_options = {
73-
"collapse_navigation" : False
73+
"collapse_navigation" : False,
74+
"canonical_url" : "https://community.rti.com/static/documentation/connector/current/api/javascript/"
7475
}
7576

7677
# The name of an image file (relative to this directory) to place at the top

0 commit comments

Comments
 (0)