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.
1 parent 1594f67 commit d065ab4Copy full SHA for d065ab4
vocs.config.tsx
@@ -1,5 +1,7 @@
1
import { defineConfig } from "vocs"
2
3
+const version = "1.10.0"
4
+
5
export default defineConfig({
6
title: "Polkadot-API",
7
description: "Typescript API to interact with polkadot chains",
@@ -9,6 +11,15 @@ export default defineConfig({
9
11
text: "Guide",
10
12
link: "/getting-started",
13
},
14
+ {
15
+ text: `${version}`,
16
+ items: [
17
18
+ text: "Changelog",
19
+ link: `https://github.com/polkadot-api/polkadot-api/releases/tag/polkadot-api${encodeURIComponent("@")}${version}`,
20
+ },
21
+ ],
22
23
],
24
sidebar: [
25
{
0 commit comments