-
head
configuration: default
window.$docsify = { // ... tabs: { persist: true, // default sync: true, // default theme: "classic", // default tabComments: true, // default tabHeadings: true, // default }, };
-
body
<!-- docsify-tabs (latest v1.x.x) --> <script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>