mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-08 21:07:46 +00:00
bump docs to 7.X
This commit is contained in:
parent
db6976b6ba
commit
6ea748cb59
@ -25,7 +25,7 @@ module.exports = {
|
||||
position: 'left',
|
||||
items: [
|
||||
{
|
||||
label: '6.X (current)',
|
||||
label: '7.X (current)',
|
||||
to: 'docs/introduction',
|
||||
},
|
||||
...versions.map((version) => ({
|
||||
@ -60,7 +60,7 @@ module.exports = {
|
||||
lastVersion: 'current',
|
||||
versions: {
|
||||
current: {
|
||||
label: '6.X',
|
||||
label: '7.X',
|
||||
path: '',
|
||||
},
|
||||
},
|
||||
|
@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import React from 'react';
|
||||
|
||||
const VERSION = '6.2.2';
|
||||
const VERSION = '7.0.0';
|
||||
|
||||
const installCodeNuget = `Install-Package SpotifyAPI.Web
|
||||
# Optional Auth module, which includes an embedded HTTP Server for OAuth2
|
||||
|
Loading…
Reference in New Issue
Block a user