diff --git a/js/Documentation.js b/js/Documentation.js index 2aec286..9d6b4f8 100644 --- a/js/Documentation.js +++ b/js/Documentation.js @@ -373,3 +373,6 @@ class Documentation { window.originalDocTitle = document.title; const docs = new Documentation(); + +// Expose to global scope for console access +window.docs = docs;