Skip to content

Commit

Permalink
feat: remove versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Stolze committed Apr 10, 2024
1 parent b2ea91b commit 4a2269d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { defineConfig } from 'vitepress'
import defineVersionedConfig from 'vitepress-versioning-plugin';

// https://vitepress.dev/reference/site-config
export default defineVersionedConfig(__dirname, {
export default defineConfig({
ignoreDeadLinks: true,
title: "openrouteservice-py",
description: "🐍 The Python API to consume openrouteservice(s) painlessly! ",
Expand Down Expand Up @@ -65,10 +63,4 @@ export default defineVersionedConfig(__dirname, {
{ icon: 'x', link: 'https://twitter.com/ors_news' }
]
},
versioning: {
latestVersion: "7.1.0.post6",
switcher: {
includeLatestVersion: true,
},
},
})

0 comments on commit 4a2269d

Please sign in to comment.