Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

fix: where to put links confusion #2593

Merged
merged 3 commits into from
Jan 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,20 @@ To do this, you need a GitHub account. If you do not have one yet, you can creat

<ClipboardCopy>
```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",
"url": "https://twitter.com/SaraJaoude",
"icon": "FaTwitter"
}
]
}
```
</ClipboardCopy>

Expand Down