Removed gitbook config

This commit is contained in:
Ubuntu
2024-02-13 14:27:51 +00:00
parent bb1ebb7d63
commit ff19427d02
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ customElements.define('docs-viewer', class extends HTMLElement {
this.panel = this.root.querySelector('#panel')
this.entry = '/README.md'
this.entry = '/readme.md'
const observer = new MutationObserver(() => {
if (document.documentElement.classList.contains('light')) this.panel.classList.add('light')