Skip to content

Commit 9517ee4

Browse files
committed
Move examples up
1 parent 8aa0268 commit 9517ee4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ cd my-deck
2020
npm start
2121
```
2222

23+
## Examples
24+
25+
- [Formidable's GraphQL Workshop](https://advanced-graphql-workshop.netlify.com/) by [Phil Pluckthun](https://twitter.com/_philpl)
26+
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
27+
2328
## How to use Code Surfer
2429

2530
> It may help to know how [MDX Deck](https://github.com/jxnblk/mdx-deck) works first
@@ -392,11 +397,6 @@ console.log(3);
392397
</CodeSurfer>
393398
````
394399

395-
## Examples
396-
397-
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
398-
- [Formidable's GraphQL Workshop](https://advanced-graphql-workshop.netlify.com/) by [Phil Pluckthun](https://twitter.com/_philpl)
399-
400400
## Related
401401

402402
- [MDX Deck](https://github.com/jxnblk/mdx-deck)

sites/docs/src/home/readme.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ cd my-deck
88
npm start
99
```
1010

11+
## Examples
12+
13+
- [Formidable's GraphQL Workshop](https://advanced-graphql-workshop.netlify.com/) by [Phil Pluckthun](https://twitter.com/_philpl)
14+
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
15+
1116
## How to use Code Surfer
1217

1318
> It may help to know how [MDX Deck](https://github.com/jxnblk/mdx-deck) works first
@@ -380,11 +385,6 @@ console.log(3);
380385
</CodeSurfer>
381386
````
382387

383-
## Examples
384-
385-
- [React Conf 2018 Hooks Demo](https://github.com/pomber/react-conf-2018-hooks-demo)
386-
- [Formidable's GraphQL Workshop](https://advanced-graphql-workshop.netlify.com/) by [Phil Pluckthun](https://twitter.com/_philpl)
387-
388388
## Related
389389

390390
- [MDX Deck](https://github.com/jxnblk/mdx-deck)

0 commit comments

Comments
 (0)