Add platform link to CLI page
cgen-bd9b747d2d75419bb941b104a8ba3d01
This commit is contained in:
parent
f57932b1f5
commit
2df8804bd5
1 changed files with 7 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ export default function DocsCli() {
|
||||||
policies to guarantee only trusted pipelines can trigger releases.
|
policies to guarantee only trusted pipelines can trigger releases.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-3">
|
<div className="flex flex-col gap-3 sm:flex-row">
|
||||||
<Button asChild size="lg" className="bg-amber-500 hover:bg-amber-400 text-black">
|
<Button asChild size="lg" className="bg-amber-500 hover:bg-amber-400 text-black">
|
||||||
<Link to="/docs/getting-started">
|
<Link to="/docs/getting-started">
|
||||||
<ArrowRight className="mr-2 h-5 w-5" />
|
<ArrowRight className="mr-2 h-5 w-5" />
|
||||||
|
|
@ -227,6 +227,12 @@ export default function DocsCli() {
|
||||||
Security best practices
|
Security best practices
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button asChild variant="ghost" size="lg" className="text-amber-100 hover:text-amber-50">
|
||||||
|
<Link to="/docs/platform">
|
||||||
|
Discover platform features
|
||||||
|
<ArrowRight className="ml-2 h-5 w-5" />
|
||||||
|
</Link>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue