From 6afa110fae8d9dadf111fc20dd682abe83d96b80 Mon Sep 17 00:00:00 2001 From: Mike MacCana Date: Fri, 14 Jun 2024 15:26:00 -0400 Subject: [PATCH] Use collapsible sections for the examples list --- README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed8af0c90..14a1e1a73 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ Each folder includes examples for one or more of the following If a given example is missing, please add it! -## The example projects! +## The example projects -### basics +
+ Basics #### account-data @@ -81,7 +82,9 @@ If a given example is missing, please add it! [anchor](./basics/transfer-sol/anchor), [native](./basics/transfer-sol/native), [seahorse](./basics/transfer-sol/seahorse) -### tokens +
+
+ Tokens #### create-token @@ -111,7 +114,11 @@ If a given example is missing, please add it! [anchor](./tokens/transfer-tokens/anchor), [native](./tokens/transfer-tokens/native), [seahorse](./tokens/transfer-tokens/seahorse) -### tokens/token-2022 +
+ +
+ + Token Extensions #### basics @@ -165,7 +172,10 @@ If a given example is missing, please add it! [anchor](./tokens/token-2022/transfer-fee/anchor), [native](./tokens/token-2022/transfer-fee/native) -### compression +
+
+ +Compression #### cnft-burn @@ -179,12 +189,18 @@ If a given example is missing, please add it! [anchor](./compression/cutils/anchor) -### oracles +
+ +
+ +Oracles #### pyth [anchor](./oracles/pyth/anchor), [seahorse](./oracles/pyth/seahorse) +
+ ## Examples We'd Love to See! - Examples needed for Native: