diff --git a/astro.config.mjs b/astro.config.mjs index 48217a4..7566286 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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", @@ -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", @@ -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", + }, + }, ], }, { diff --git a/src/content/docs/rfcs/dynamic-configuration-protocol.mdx b/src/content/docs/rfcs/bilateral-transfer-protocol.mdx similarity index 50% rename from src/content/docs/rfcs/dynamic-configuration-protocol.mdx rename to src/content/docs/rfcs/bilateral-transfer-protocol.mdx index d0a558e..ac65a4e 100644 --- a/src/content/docs/rfcs/dynamic-configuration-protocol.mdx +++ b/src/content/docs/rfcs/bilateral-transfer-protocol.mdx @@ -1,17 +1,23 @@ --- -title: Dynamic Configuration Protocol +title: Bilateral Transfer Protocol --- import Rfc from "/src/components/Rfc.astro"; - + ## Prerequisites +## Introduction + ## Terminology ## Overview -## Protocol Detail +## Authentication + +## Sub-protocols + +## Flow diff --git a/src/content/docs/rfcs/oer-encoding.mdx b/src/content/docs/rfcs/oer-encoding.mdx deleted file mode 100644 index 3100726..0000000 --- a/src/content/docs/rfcs/oer-encoding.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Notes on OER Encoding ---- - -import Rfc from "/src/components/Rfc.astro"; - - - -## ASN.1 - -## CANONICAL-OER - -## Basics - -## Types - - diff --git a/src/content/docs/rfcs/spsp-pull-payments.mdx b/src/content/docs/rfcs/spsp-pull-payments.mdx deleted file mode 100644 index c06a2b7..0000000 --- a/src/content/docs/rfcs/spsp-pull-payments.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: SPSP Pull Payments ---- - -import Rfc from "/src/components/Rfc.astro"; - - - -## Preface - -## Introduction - -## Model of Operation - -## Specification - - diff --git a/src/pages/hackathon-2023.astro b/src/pages/hackathon-2023.astro index e854e06..394cc77 100644 --- a/src/pages/hackathon-2023.astro +++ b/src/pages/hackathon-2023.astro @@ -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 {