Skip to content

Commit

Permalink
chore: docs icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 17, 2024
1 parent 4188df1 commit 54e362d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Link from 'next/link'
import Image from 'next/image'

import docsShare from '@/assets/docs.jpg'
import docsIcon from '@/assets/docs-icon.png'
import reactThreeFiberShare from '@/assets/react-three-fiber.jpg'
import zustandShare from '@/assets/zustand.jpg'
import zustandIcon from '@/assets/zustand-icon.png'
Expand Down Expand Up @@ -29,6 +31,17 @@ export interface Library {
}

const libs: Record<string, Library> = {
docs: {
title: 'Docs',
url: '/introduction',
github: 'https://github.com/pmndrs/docs',
description: 'Documentation generator for `pmndrs/*`',
image: docsShare.src,
icon: docsIcon.src,
iconWidth: docsIcon.width,
iconHeight: docsIcon.height,
docs: 'pmndrs/docs/main/docs',
},
'react-three-fiber': {
title: 'React Three Fiber',
url: '/react-three-fiber',
Expand Down
Binary file added src/assets/docs-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/docs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54e362d

Please sign in to comment.