Skip to content

Commit

Permalink
Add a link to advanced guide in quickstart guides
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Oct 17, 2022
1 parent 8c94844 commit 410c917
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/website/docs/user-guides/advanced/deploy/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Deploying an Application
---

In this guide, we will be using odo to create deploy to production a "Hello World" application.
In this guide, we will be using odo to deploy to production a "Hello World" application.

You are expected to complete the [quickstart](../../quickstart) guide first with the respective example.

Expand Down
4 changes: 3 additions & 1 deletion docs/website/docs/user-guides/quickstart/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ import CreatingApp from './_creating_app.mdx';

import RunningCommand from './_running_command.mdx';

<RunningCommand name="dotnet" port="8080" language="dotnet" framework=".NET"/>
<RunningCommand name="dotnet" port="8080" language="dotnet" framework=".NET"/>

_You can now follow the [advanced guide](../advanced/deploy/dotnet.md) to deploy the application to production._
4 changes: 3 additions & 1 deletion docs/website/docs/user-guides/quickstart/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ import CreatingApp from './_creating_app.mdx';

import RunningCommand from './_running_command.mdx';

<RunningCommand name="go" port="8080" language="go" framework="Go"/>
<RunningCommand name="go" port="8080" language="go" framework="Go"/>

_You can now follow the [advanced guide](../advanced/deploy/go.md) to deploy the application to production._
5 changes: 4 additions & 1 deletion docs/website/docs/user-guides/quickstart/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ import CreatingApp from './_creating_app.mdx';

import RunningCommand from './_running_command.mdx';

<RunningCommand name="java" port="8080" language="java" framework="Java (Spring Boot)"/>
<RunningCommand name="java" port="8080" language="java" framework="Java (Spring Boot)"/>


_You can now follow the [advanced guide](../advanced/deploy/java.md) to deploy the application to production._
5 changes: 4 additions & 1 deletion docs/website/docs/user-guides/quickstart/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ import CreatingApp from './_creating_app.mdx';

import RunningCommand from './_running_command.mdx';

<RunningCommand name="nodejs" port="3000" language="javascript" framework="Node.JS"/>
<RunningCommand name="nodejs" port="3000" language="javascript" framework="Node.JS"/>


_You can now follow the [advanced guide](../advanced/deploy/nodejs.md) to deploy the application to production._
Empty file.

0 comments on commit 410c917

Please sign in to comment.