This CDN provides version information and dropdown functionality for the documentation system.
Include the following in your documentation pages:
<script src="https://docs-cdn.pages.dev/dropbox.js"></script>
<script>
initializeDropbox({
container: document.getElementById('version-selector'),
versionsUrl: 'https://docs-cdn.pages.dev/versions.json'
});
</script>