cfw-guide / dsi.cfw.guide

A complete Nintendo DSi homebrew guide, from stock to HiyaCFW.
https://dsi.cfw.guide/
MIT License
85 stars 48 forks source link

treewide: update to VuePress 2.0.0-rc0, switch to emiyl's theme rewrite #167

Closed lifehackerhansol closed 9 months ago

lifehackerhansol commented 9 months ago
lifehackerhansol commented 9 months ago

Drafting until the issue with ads is fixed

emiyl commented 9 months ago

why was

        docsBranch: "master",
        docsDir: "docs",

removed?

all looks good to me aside from that

lifehackerhansol commented 9 months ago

why was

      docsBranch: "master",
      docsDir: "docs",

removed?

all looks good to me aside from that

You don't have it in cemu guide either.

lifehackerhansol commented 9 months ago

I readded it anyway since it's useful otherwise.

emiyl commented 9 months ago

i'm also pretty sure that

[ 'script', {}, 'if (localStorage.getItem("vuepress-color-scheme") === "dark" || (localStorage.getItem("vuepress-color-scheme") !== "light" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches))) document.documentElement.classList.add("dark");' ]

isn't needed anymore. unsure why it was there to begin with, probably some issue with a beta version

emiyl commented 9 months ago

also docs/.vuepress/components and docs/.vuepress/styles can be removed

lifehackerhansol commented 9 months ago

Ad issue fixed

need to fix sidebar, that died

emiyl commented 9 months ago

sidebar has issues in dev mode, seems to work fine on prod