Skip to content

Commit 91dc75f

Browse files
committed
Replace collapsible details sections with plain headings in README
1 parent 9e0c226 commit 91dc75f

1 file changed

Lines changed: 5 additions & 31 deletions

File tree

README.md

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ Each folder includes examples for one or more of the following:
3131
**If a given example is missing, please send us a PR to add it!** Our aim is to have every example available in every option. We'd also love to see more programs involving staking, wrapped tokens, oracles, compression and VRF. Follow the [contributing guidelines](./CONTRIBUTING.md) to keep things consistent.
3232

3333
## The example programs
34-
35-
<details>
36-
<summary>Basics</summary>
37-
34+
## Basics
3835
### Hello world
3936

4037
[Hello World on Solana! A minimal program that logs a greeting.](./basics/hello-solana/README.md)
@@ -124,11 +121,7 @@ How to store state that changes size in Solana.
124121
[Send SOL between two accounts.](./basics/transfer-sol/README.md)
125122

126123
[anchor](./basics/transfer-sol/anchor) [native](./basics/transfer-sol/native) [pinocchio](./basics/transfer-sol/pinocchio)
127-
128-
</details>
129-
<details>
130-
<summary>Tokens</summary>
131-
124+
## Tokens
132125
### Creating tokens
133126

134127
[Create a token on Solana with a token symbol and icon.](./tokens/create-token/README.md)
@@ -170,13 +163,7 @@ Allow two users to swap digital assets with each other, each getting 100% of wha
170163
[Create liquidity pools to allow trading of new digital assets and allows users that provide liquidity to be rewarded by creating an Automated Market Maker.](./tokens/token-swap/README.md)
171164

172165
[anchor](./tokens/token-swap/anchor)
173-
174-
</details>
175-
176-
<details>
177-
178-
<summary>Token Extensions</summary>
179-
166+
## Token Extensions
180167
### Basics - create token mints, mint tokens, and transfer tokens with Token Extensions
181168

182169
Create token mints, mint tokens, and transfer tokens using Token Extensions.
@@ -254,12 +241,7 @@ Create tokens that remain under the control of an account, even when transferred
254241
Create tokens with an inbuilt transfer fee.
255242

256243
[anchor](./tokens/token-2022/transfer-fee/anchor) [native](./tokens/token-2022/transfer-fee/native)
257-
258-
</details>
259-
<details>
260-
261-
<summary>Compression</summary>
262-
244+
## Compression
263245
### Cnft-burn
264246

265247
Burn compressed NFTs.
@@ -277,19 +259,11 @@ Store Metaplex compressed NFTs inside a PDA.
277259
Work with Metaplex compressed NFTs.
278260

279261
[anchor](./compression/cutils/anchor)
280-
281-
</details>
282-
283-
<details>
284-
285-
<summary>Oracles</summary>
286-
262+
## Oracles
287263
### pyth
288264

289265
Use a data source for offchain data (called an Oracle) to perform activities onchain.
290266

291267
[anchor](./oracles/pyth/anchor)
292268

293-
</details>
294-
295269
---

0 commit comments

Comments
 (0)