Skip to content

Commit

Permalink
feat: add specs link to sidebar (#11)
Browse files Browse the repository at this point in the history
Add an external link to the specs repo to the sidebar so folks can
discover them, and as a demo of how to do it.

<img width="431" alt="Screenshot 2023-11-13 at 17 37 38"
src="https://github.com/web3-storage/www/assets/58871/6c1e16a9-1e2c-41e4-9d73-3f9ee98faf3c">


License: MIT

---------

Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla authored Nov 14, 2023
1 parent 15b45e9 commit ab2f048
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/docs/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"w3cli": "Command line",
"w3up-client": "JS Client",
"how-to": "How to",
"concepts": "Concepts"
}
"concepts": "Concepts",
"specs": {
"newWindow": true,
"title": "Specs",
"href": "https://github.com/web3-storage/specs"
}
}

0 comments on commit ab2f048

Please sign in to comment.