Fixed SUMMARY.md, renamed README.md

This commit is contained in:
Ubuntu
2024-02-13 11:36:10 +00:00
parent cf76bfc7c8
commit e201907129
3 changed files with 11 additions and 11 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')