From 771a04534c60c5e4e738ab5efdcd1d4269421691 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Mon, 13 Nov 2023 17:36:12 +0000 Subject: [PATCH 1/2] feat: add specs link to sidebar License: MIT Signed-off-by: Oli Evans --- src/pages/docs/_meta.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/_meta.json b/src/pages/docs/_meta.json index ccc4f37..b1e2d1f 100644 --- a/src/pages/docs/_meta.json +++ b/src/pages/docs/_meta.json @@ -4,5 +4,9 @@ "w3cli": "Command line", "w3up-client": "JS Client", "how-to": "How to", - "concepts": "Concepts" -} \ No newline at end of file + "concepts": "Concepts", + "specs": { + "title": "Specs", + "href": "https://github.com/web3-storage/specs" + } +} From d8dfcbb05b1b6519c81e709c7b4ecf1b003e2d6e Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Tue, 14 Nov 2023 09:36:30 +0000 Subject: [PATCH 2/2] chore: open specs in new window License: MIT Signed-off-by: Oli Evans --- src/pages/docs/_meta.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/docs/_meta.json b/src/pages/docs/_meta.json index b1e2d1f..c1579f9 100644 --- a/src/pages/docs/_meta.json +++ b/src/pages/docs/_meta.json @@ -6,6 +6,7 @@ "how-to": "How to", "concepts": "Concepts", "specs": { + "newWindow": true, "title": "Specs", "href": "https://github.com/web3-storage/specs" }