Skip to content

Commit

Permalink
Add more homepage docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyliu7321 committed Jan 31, 2024
1 parent 1387b61 commit 263663f
Show file tree
Hide file tree
Showing 3 changed files with 1,239 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/HomepageDoclinks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ const FeatureList = [
description: <>View the complete HTTP API reference.</>,
href: '/docs/category/http-reference',
},
{
title: 'Tutorials',
Svg: require('@site/static/img/tutorial.svg').default,
description: <>View tutorials for handling the Bluesky API.</>,
href: '/docs/category/tutorials',
},
{
title: 'Starter Templates',
Svg: require('@site/static/img/template.svg').default,
description: <>View starter code for bots, custom feeds, and clients.</>,
href: '/docs/category/starter-templates',
},
]

function Doclink({ Svg, title, description, href }) {
Expand Down
84 changes: 84 additions & 0 deletions static/img/template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 263663f

Please sign in to comment.