Skip to content

Commit 18cb746

Browse files
committed
fix: add link to spec on reference page
fixes #1870
1 parent 16427b0 commit 18cb746

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,11 @@ module.exports = {
320320
collapsable: true,
321321
path: '/reference/kubo/rpc'
322322
},
323-
'/reference/kubo-rpc-cli.md'
324-
323+
'/reference/kubo-rpc-cli.md',
324+
{
325+
path: 'https://specs.ipfs.tech',
326+
title: 'IPFS Specifications',
327+
}
325328
],
326329
'/community/': [
327330
['/community/', 'Join the community'],

0 commit comments

Comments
 (0)