bump docs to 7.X

This commit is contained in:
Jonas Dellinger 2022-11-27 14:31:18 +01:00
parent db6976b6ba
commit 6ea748cb59
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ module.exports = {
position: 'left', position: 'left',
items: [ items: [
{ {
label: '6.X (current)', label: '7.X (current)',
to: 'docs/introduction', to: 'docs/introduction',
}, },
...versions.map((version) => ({ ...versions.map((version) => ({
@ -60,7 +60,7 @@ module.exports = {
lastVersion: 'current', lastVersion: 'current',
versions: { versions: {
current: { current: {
label: '6.X', label: '7.X',
path: '', path: '',
}, },
}, },

View File

@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import React from 'react'; import React from 'react';
const VERSION = '6.2.2'; const VERSION = '7.0.0';
const installCodeNuget = `Install-Package SpotifyAPI.Web const installCodeNuget = `Install-Package SpotifyAPI.Web
# Optional Auth module, which includes an embedded HTTP Server for OAuth2 # Optional Auth module, which includes an embedded HTTP Server for OAuth2