mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
removed duplicated readme.md (#58)
* removed duplicated readme.md * replace readme.md with README.md --------- Co-authored-by: rafapaezbas <rafa@holepunch.com>
This commit is contained in:
@@ -59,7 +59,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