-
Notifications
You must be signed in to change notification settings - Fork 165
Description
Description
Seems that https://vuepress-next.vercel.app/ was used to be the official documentation address of VuePress and has been deprecated, but still included in some search engines without being updated for several years. Some of the documents contained in it are already "wrong", like the part about "override default styles" in https://vuepress-next.vercel.app/reference/default-theme/styles.html mentions the css variables that can be overridden, but almost all the variables starting with --c
have been replaced with --vp-c
and are not available in the new version.
Please close that website in vercel or add a prominent reminder on the page to tell everyone that "the document here is out of date" to prevent more people from wasting hours here like me.