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 cb8bfd8 commit 722971eCopy full SHA for 722971e
.config.json
@@ -2,5 +2,8 @@
2
"input": "src",
3
"output": "out",
4
"template": "template.html",
5
- "baseURL": "https://specs.ipfs.tech"
+ "baseURL": "https://specs.ipfs.tech",
6
+ "github": {
7
+ "repository": "ipfs/specs"
8
+ }
9
}
Makefile
@@ -1,4 +1,4 @@
1
-SPEC_GENERATOR_VER=v1.1.4
+SPEC_GENERATOR_VER=v1.2.0
all: website
0 commit comments