Skip to content

Commit

Permalink
Merge pull request #3512 from dfinity/update-docs-home
Browse files Browse the repository at this point in the history
Update docs homepage with link to Examples
  • Loading branch information
jessiemongeon1 authored Sep 20, 2024
2 parents b1e86d0 + 4d3d129 commit f31d737
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/components/DocsHome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,20 @@ const DocsHomePage: FC = () => {
className="button-white button-with-icon"
href="/docs/current/developer-docs/getting-started/overview-of-icp"
>
Start building
<LinkArrowRight />
</Link>
</p>
</div>
Learn more
<LinkArrowRight />
</Link>
</p>
<p className="mb-0">
<Link
className="button-white button-with-icon"
href="https://github.com/dfinity/examples/"
>
Start coding
<LinkArrowRight />
</Link>
</p>
</div>
</div>
<div className="px-6 py-8 md:p-10 border border-white border-solid rounded-lg bg-white/70 sm:col-span-2">
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit f31d737

Please sign in to comment.