Skip to content

Commit

Permalink
fix: link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 13, 2025
1 parent 104f0f9 commit 15d296b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/content/docs/docs/getting-started/cicd-integration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: CI/CD Integration
description: Integrating Capgo into your CI/CD pipeline allows you to fully automate the process of building and deploying updates to your app. By leveraging the Capgo CLI and semantic-release, you can ensure consistent, reliable deployments and enable rapid iteration.
sidebar:
order: 4
---

import { Steps, Code } from '@astrojs/starlight/components';
Expand Down
7 changes: 5 additions & 2 deletions src/content/docs/docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ Simply follow the guide step-by-step, or navigate directly to the documentation
<a href="/docs/getting-started/deploy/"><Card title="Easy to integrate" icon="pencil">
Integrate Capgo with your CI/CD and trigger bundle uploads on Capgo by pushing commits.
</Card></a>
<a href="/docs/getting-started/live-updates"><Card title="Live Update Docs" icon="setting">
Update your app remotely in real-time without app store delays.
<a href="/docs/getting-started/cicd-integration/"><Card title="Easy to integrate" icon="pencil">
Integrate Capgo with your CI/CD and trigger bundle uploads on Capgo by pushing commits.
</Card></a>
<a href="/docs/getting-started/trouble-shooting"><Card title="Trouble Shooting" icon="open-book">
Common issues and how to solve them.
</Card></a>
<a href="/docs/getting-started/wrap-up/"><Card title="Wrap Up" icon="pencil">
Wrap up the tutorial and get a quick overview of what you've learned.
</Card></a>
</CardGrid>

<Aside type="tip">
Expand Down

0 comments on commit 15d296b

Please sign in to comment.