Scroll Sites for Confluence
Let your help center visitors view your latest releases notes and roadmaps, published straight from Jira.
Installation
1
2
3

4
5
6
7
Legacy installation
1
2
3

4
if (vp.source.confluencePageId === "PAGE_ID") {
vp.loadScript('https://embed.released.so/1/embed.js').then(() => {
document.getElementById("article-content").innerHTML = '<released-page channel-id="CHANNEL_ID" color-scheme="light" color-scheme="light" top-offset="80px" color-primary="#FFF"></released-page>'
});
}Last updated
Was this helpful?