Add GCP quickstart
This commit is contained in:
parent
847ba2371d
commit
d8e47de0c5
1 changed files with 15 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ export const LandingPage = () => {
|
|||
}
|
||||
>
|
||||
<p>
|
||||
Launch Amazon Web Services or Microsoft Azure hosts to the cloud
|
||||
from the console.
|
||||
Launch Amazon Web Services, Microsoft Azure or Google Cloud hosts to
|
||||
the cloud from the console.
|
||||
</p>
|
||||
<p>
|
||||
Link custom repositories and build any supported image with custom
|
||||
|
|
@ -137,6 +137,19 @@ export const LandingPage = () => {
|
|||
Launch an Azure Image
|
||||
</Button>
|
||||
</p>
|
||||
<p className="pf-u-pt-sm">
|
||||
<Button
|
||||
icon={<ArrowRightIcon />}
|
||||
iconPosition="right"
|
||||
variant="link"
|
||||
isInline
|
||||
component="a"
|
||||
onClick={activateQuickstart('insights-launch-gcp')}
|
||||
className="pf-u-font-weight-bold"
|
||||
>
|
||||
Launch a GCP Image
|
||||
</Button>
|
||||
</p>
|
||||
<p className="pf-u-pt-sm">
|
||||
<Button
|
||||
icon={<ArrowRightIcon />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue