Scroll Viewport for Confluence
Add Release Notes to your Scroll Viewport help centre.
Scroll Viewport is an Atlassian marketplace app by K15t that allows you to transform your documentation in Confluence into a public or restricted online help center for your users.
Released now integrates with Scroll Viewport through their custom JavaScript inject feature. Setting up this integration is a breeze and requires just a few simple steps, taking less than 5 minutes to complete.
Prerequisite
1. Create a placeholder page in Confluence
Create a page where you want the release notes to appear in your Viewport documentation.
Give the page your preferred name, e.g. "Release Notes".
Leave the page empty and save.
2. Note down the Confluence page ID
3. Add the custom JavaScript snippet to your Viewport theme
Navigate to your Viewport theme settings.
Ensure you replace the Page_ID and CHANNEL_ID placeholders with the IDs noted in the previous steps.
To customize the look and feel of your release notes page, you can add additional parameters to the <release-page>
tag in the above snippet. For all available settings, see the Embed Page documentation.
Lastly, save the changes to your theme.
4. Optional style fine-tuning
By default, Scroll Viewport adds a 10cm padding at the top of the page. To remove the padding on your release page, you can inject the following CSS in the theme settings:
The below code most be added into the Custom CSS section. Not in the Custom JavaScript section where we added the above code.
Congratulations, you're done 🎉
New posts published with Released will now automatically appear in your Viewport help centre.
Last updated