mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Removed gitbook config
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Table of contents
|
# Table of contents
|
||||||
|
|
||||||
* [Pear by Holepunch](./README.md)
|
* [Pear by Holepunch](./readme.md)
|
||||||
|
|
||||||
### Reference
|
### Reference
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ customElements.define('docs-viewer', class extends HTMLElement {
|
|||||||
|
|
||||||
this.panel = this.root.querySelector('#panel')
|
this.panel = this.root.querySelector('#panel')
|
||||||
|
|
||||||
this.entry = '/README.md'
|
this.entry = '/readme.md'
|
||||||
|
|
||||||
const observer = new MutationObserver(() => {
|
const observer = new MutationObserver(() => {
|
||||||
if (document.documentElement.classList.contains('light')) this.panel.classList.add('light')
|
if (document.documentElement.classList.contains('light')) this.panel.classList.add('light')
|
||||||
|
|||||||
Reference in New Issue
Block a user