Visual diff
Visual diff allows you to see a visual diff on a documentation page,
showing what has changed between the latest
version and the active pull request.
Visual diff allows you to quickly review changes visually, and focus your review on what has changed in the current page.

Example of Visual diff
Using Visual diff
Visual diff is enabled by default and it’s only available on pull request builds.
Once enabled, a new UI element appears at the top-right of the page showing a dropdown selector containing
all the files that have changed between the base version (e.g. latest
) and the current pull request build.
You can select any of those files from the dropdown to jump directly into that page.
Once there, you can toggle it on/off by pressing the Show diff link from the UI element, or pressing the d
key if you have hotkeys enabled.
Visual diff will show all the sections that have changed and their differences highlighted with red/green background colors.
Then you can jump between each of these chunks by clinking on the up/down arrows.
All the available configuration for the visual diff addon can be found under Settings > Addons > Visual diff in the dashboard.
Troubleshooting Visual diff
Visual diff only works when we detect changes on the page, so ensure you are on a page that has changed in the current pull request.
There are also some known issues that currently don’t display properly. We are working to improve the UX, but so far we’ve found the following issues:
Tables are shown to have changes when they may not have changed. This is due to do subtly in how HTML tables are rendered, and will be fixed in a future version.
Invisible changes sometimes are marked as diff due than the underlying HTML changing, but there is no visual change. This could happen if the URL of a link changed, for example.
Chunks background is incorrect when we are unable to detect the correct main parent element for the chunk.