Skip to content

Commit 7b5fe4a

Browse files
CORE-11993: adding canonical link for connector js docs (#66) (#68)
Nice! (cherry picked from commit 2c5b560) Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com>
1 parent 2247ef8 commit 7b5fe4a

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)