Skip to content

DOC-14551 reo tracker poc - #204

Merged
osfameron merged 2 commits into
masterfrom
DOC-14551-reo-tracker-poc
Aug 14, 2026
Merged

DOC-14551 reo tracker poc#204
osfameron merged 2 commits into
masterfrom
DOC-14551-reo-tracker-poc

Conversation

@osfameron

Copy link
Copy Markdown
Contributor

No description provided.

@osfameron
osfameron requested review from Mani-Kuriseti and zeba-shireen and a lite review from Copilot August 14, 2026 06:52
@osfameron
osfameron merged commit aaaf571 into master Aug 14, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Reo tracking snippet to the docs UI footer scripts, intended to load only for the mcp-server documentation component.

Changes:

  • Conditionally inject Reo’s loader/init snippet into footer-scripts.hbs for a specific component.
  • Add HTML markers around the injected Reo script block.
Suppressed comments (1)

src/partials/footer-scripts.hbs:61

  • Spelling/capitalization: “Javascript” should be “JavaScript”.
<!-- End of Reo Javascript -->

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

{{#if (eq env.SHOW_FEEDBACK_BUTTON 'true')}}
<script async id="feedback-script" src="{{{uiRootPath}}}/js/vendor/feedback.js?v=1" data-collector-id="{{#if env.JIRA_COLLECTOR_ID}}{{env.JIRA_COLLECTOR_ID}}{{else}}709818cb{{/if}}"></script>
{{/if}}
{{#if (eq page.attributes.component-name 'mcp-server')}}
<script async id="feedback-script" src="{{{uiRootPath}}}/js/vendor/feedback.js?v=1" data-collector-id="{{#if env.JIRA_COLLECTOR_ID}}{{env.JIRA_COLLECTOR_ID}}{{else}}709818cb{{/if}}"></script>
{{/if}}
{{#if (eq page.attributes.component-name 'mcp-server')}}
<!-- Start of Reo Javascript -->
Comment on lines +58 to +60
<script type="text/javascript">
!function(){var e,t,n;e="3b8cf05627127ba",t=function(){Reo.init({clientID:"3b8cf05627127ba"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants