Skip to content

Commit

Permalink
feat: add new pages to sidebar (#23)
Browse files Browse the repository at this point in the history
* add links to sidebar

* fix pr template syntax
  • Loading branch information
huijing authored Nov 1, 2023
1 parent 35401af commit 4bd2422
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Changes proposed in this pull request

<!-- Provide a succinct description of what this pull request entails. -->
<!--
Provide a succinct description of what this pull request entails.
-->

## Context

<!-- What were you trying to do? Link issues here - using `fixes #number` -->
<!--
What were you trying to do?
Link issues here - using `fixes #number`
-->
8 changes: 8 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ export default defineConfig({
label: "Interledger Protocol V4 (ILPv4)",
link: "/rfcs/interledger-protocol",
},
{
label: "Interledger Architecture",
link: "/rfcs/interledger-architecture",
},
{
label: "Interledger Addresses",
link: "/rfcs/ilp-addresses",
Expand Down Expand Up @@ -89,6 +93,10 @@ export default defineConfig({
label: "STREAM Receipts",
link: "/rfcs/stream-receipts",
},
{
label: "Hashed-Timelock Agreements",
link: "/rfcs/hashed-timelock-agreements",
},
],
},
{
Expand Down

0 comments on commit 4bd2422

Please sign in to comment.