Skip to content

Commit

Permalink
Update sidebar links
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Nov 5, 2023
1 parent e7a8991 commit 7bf527c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 47 deletions.
21 changes: 11 additions & 10 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ export default defineConfig({
label: "Simple Payment Setup Protocol (SPSP)",
link: "/rfcs/simple-payment-setup-protocol",
},
{
label: "Notes on OER Encoding",
link: "/rfcs/oer-encoding",
},
{
label: "Dynamic Configuration Protocol (ILDCP)",
link: "/rfcs/dynamic-configuration-protocol",
},
{
label: "Peering, Clearing and Settling",
link: "/rfcs/peering-clearing-settling",
Expand All @@ -86,8 +78,8 @@ export default defineConfig({
link: "/rfcs/ilp-over-http",
},
{
label: "SPSP Pull Payments",
link: "/rfcs/spsp-pull-payments",
label: "Bilateral Transfer Protocol",
link: "/rfcs/bilateral-transfer-protocol",
},
{
label: "STREAM Receipts",
Expand All @@ -97,6 +89,15 @@ export default defineConfig({
label: "Hashed-Timelock Agreements",
link: "/rfcs/hashed-timelock-agreements",
},
{
label: "Payment Pointers",
link: "https://paymentpointers.org",
attrs: {
target: "_blank",
class: "external-link",
rel: "noopener noreferrer",
},
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
---
title: Dynamic Configuration Protocol
title: Bilateral Transfer Protocol
---

import Rfc from "/src/components/Rfc.astro";

<Rfc source="https://raw.githubusercontent.com/interledger/rfcs/master/0031-dynamic-configuration-protocol/0031-dynamic-configuration-protocol.md">
<Rfc source="https://raw.githubusercontent.com/interledger/rfcs/main/0023-bilateral-transfer-protocol/0023-bilateral-transfer-protocol.md">

## Prerequisites

## Introduction

## Terminology

## Overview

## Protocol Detail
## Authentication

## Sub-protocols

## Flow

</Rfc>
17 changes: 0 additions & 17 deletions src/content/docs/rfcs/oer-encoding.mdx

This file was deleted.

17 changes: 0 additions & 17 deletions src/content/docs/rfcs/spsp-pull-payments.mdx

This file was deleted.

1 change: 1 addition & 0 deletions src/pages/hackathon-2023.astro
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ import AnimatedSummitLogo from '../components/lander/AnimatedSummitLogo.astro';
overflow-y: auto;
max-height: 100vh;
transition: transform 300ms ease-in-out;
height: 100%;
}

aside ul {
Expand Down

0 comments on commit 7bf527c

Please sign in to comment.