Skip to content

Commit 722971e

Browse files
committed
feat: add links to history and repository
1 parent cb8bfd8 commit 722971e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"input": "src",
33
"output": "out",
44
"template": "template.html",
5-
"baseURL": "https://specs.ipfs.tech"
5+
"baseURL": "https://specs.ipfs.tech",
6+
"github": {
7+
"repository": "ipfs/specs"
8+
}
69
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPEC_GENERATOR_VER=v1.1.4
1+
SPEC_GENERATOR_VER=v1.2.0
22

33
all: website
44

0 commit comments

Comments
 (0)