Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
DEPRECATION WARNING (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog authored Jan 23, 2024
1 parent 7134d22 commit b6a9dd9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 231 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

216 changes: 0 additions & 216 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# VuePress 2 Default Theme +

## DEPRECATED!

**[VitePress](https://vitepress.dev) has gained considerable traction since we first started working on this and appears to be the winner vs VuePress2. As a consequence we have switched over to VitePress and will no longer be maintaining this theme. We recommend you do the same. If you are interested in similar-ish features for VitePress we have [a theme for that](https://vitepress-theme-default-plus.lando.dev/) as well.**

This extends the [default VuePress 2 theme](https://v2.vuepress.vuejs.org/reference/default-theme/config.html#basic-config) with some extra power and features such as:

* Easily distributable default config sets and shared navbar items
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export default defineUserConfig({
docsBranch: 'main',
repo: 'lando/vuepress-theme-default-plus',

alert: {
content: 'VitePress won. This theme is now <strong>DEPRECATED</strong>. Switch to our <a target="blank" href="https://vitepress-theme-default-plus.lando.dev/">VitePress</a> theme.',
closeable: false,
},

// THEME CONFIG
// Use automatic metatag generation
autometa: {
Expand Down

0 comments on commit b6a9dd9

Please sign in to comment.