diff --git a/pages/docs/quickstart.mdx b/pages/docs/quickstart.mdx index 4e5dff6dd72..f9a0e33bb1a 100644 --- a/pages/docs/quickstart.mdx +++ b/pages/docs/quickstart.mdx @@ -54,6 +54,12 @@ To do this, you need a GitHub account. If you do not have one yet, you can creat ```js +{ + "name": "Sara Jaoude", + "displayStatsPublic": true, + "type": "personal", + "bio": "Lawyer turned **Digital Nomad**. Travel enthusiast Yoga & Peloton aficionado", + "avatar": "https://github.com/SaraJaoude.png", "links": [ { "name": "Follow me on Twitter", @@ -61,6 +67,7 @@ To do this, you need a GitHub account. If you do not have one yet, you can creat "icon": "FaTwitter" } ] +} ```