Skip to content

Commit

Permalink
fix: broken in-links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger committed Dec 18, 2024
1 parent de1ead6 commit 8b52b83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Empty file added pages/docs/3_faq.mdx
Empty file.
File renamed without changes.
File renamed without changes.
13 changes: 7 additions & 6 deletions pages/docs/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Blocks, BookText, CircleHelp, DraftingCompass, Landmark, Puzzle, Rocket, Unplug } from "lucide-react";
import { Blocks, Lightbulb, CircleHelp, DraftingCompass, Landmark, Puzzle, Rocket, Unplug, MessageCircleQuestion } from "lucide-react";

const iconStyle = {
width: '1rem',
Expand All @@ -8,11 +8,12 @@ const iconStyle = {
const meta = {
"index": "Overview",
"0_quickstart": {title: <><Rocket style={iconStyle} /> &nbsp; Quickstart</>},
"1_why_rig": {title: <><CircleHelp style={iconStyle} /> &nbsp; Why Rig</>},
"2_architecture": {title: <><Landmark style={iconStyle} /> &nbsp; Architecture</>},
"3_concepts": {title: <><Puzzle style={iconStyle} /> &nbsp; Concepts</>},
"4_integrations": {title: <><Unplug style={iconStyle} /> &nbsp; Integrations</>},
"5_extensions": {title: <><Blocks style={iconStyle} /> &nbsp; Extensions</>}
"1_why_rig": {title: <><Lightbulb style={iconStyle} /> &nbsp; Why Rig</>},
"2_faq": {title: <><MessageCircleQuestion style={iconStyle} /> &nbsp; FAQ</>},
"3_architecture": {title: <><Landmark style={iconStyle} /> &nbsp; Architecture</>},
"4_concepts": {title: <><Puzzle style={iconStyle} /> &nbsp; Concepts</>},
"5_integrations": {title: <><Unplug style={iconStyle} /> &nbsp; Integrations</>},
"6_extensions": {title: <><Blocks style={iconStyle} /> &nbsp; Extensions</>}
}

export default meta;
4 changes: 2 additions & 2 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ To vizualise's Rust's edge over other languages, you can check out this [tool](h
/>
<Cards.Card
title="🔖 Release Notes"
href="/docs/release-notes"
href="https://github.com/0xPlaygrounds/rig/discussions"
children={ <div style={{ fontSize: '0.9em', color: '#666', whiteSpace: 'normal', wordWrap: 'break-word' }}>
Stay updated with the latest release notes.
</div>
}
/>
<Cards.Card
title="💬 Feedback"
href="/docs/feedback"
href="https://github.com/0xPlaygrounds/rig-docs/issues/new?title=Feedback%20for%20%E2%80%9COverview%E2%80%9D&labels=feedback"
children={ <div style={{ fontSize: '0.9em', color: '#666', whiteSpace: 'normal', wordWrap: 'break-word' }}>
Share your feedback and help us improve.
</div>
Expand Down

0 comments on commit 8b52b83

Please sign in to comment.