We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v3
1 parent da50b20 commit b424232Copy full SHA for b424232
app/app.config.ts
@@ -60,7 +60,7 @@ export default defineAppConfig({
60
title: 'Table of Contents',
61
bottom: {
62
title: 'Community',
63
- edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
+ edit: 'https://github.com/nuxt-ui-pro/docs/edit/v3/content',
64
links: [{
65
icon: 'i-lucide-star',
66
label: 'Star on GitHub',
renovate.json
@@ -5,6 +5,7 @@
5
"lockFileMaintenance": {
6
"enabled": true
7
},
8
+ "baseBranches": ["v1", "v3"],
9
"packageRules": [{
10
"matchDepTypes": ["resolutions"],
11
"enabled": false
0 commit comments