mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Removed gitbook config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Table of contents
|
||||
|
||||
* [Pear by Holepunch](./README.md)
|
||||
* [Pear by Holepunch](./readme.md)
|
||||
|
||||
### Reference
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user