Skip to content

Commit

Permalink
wip: update doc for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
evoxmusic committed Jun 24, 2021
1 parent aeca99c commit 366f3a8
Show file tree
Hide file tree
Showing 41 changed files with 431 additions and 1,875 deletions.
62 changes: 45 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .meta/guides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title = "Getting Started"
series = true
description = """\
Take Qovery from zero to production in under 10 minutes.\
Take Qovery from zero to production in less than 10 minutes.\
"""

[guides.advanced]
title = "Advanced"
series = false
series = true
description = """\
Go beyond the basics, become a Qovery pro, and extract the full potential of Qovery.\
"""
Expand Down
1 change: 1 addition & 0 deletions .meta/links.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ musl_builder_docker_image = "https://github.com/qovery/documentation/blob/master
new_bug_report = "https://github.com/qovery/documentation/issues/new?labels=type%3A+bug"
new_feature_request = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
new_relic = "https://newrelic.com/"
sentry = "https://sentry.io/"
new_relic_log_api = "https://docs.newrelic.com/docs/logs/new-relic-logs/log-api/introduction-log-api"
new_security_report = "https://github.com/qovery/documentation/issues/new?labels=domain%3A+security"
new_sink = "https://github.com/qovery/documentation/issues/new?labels=type%3A+new+feature"
Expand Down
7 changes: 4 additions & 3 deletions scripts/generate/templates/_partials/_qovery_summary.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ your applications in the Cloud.

> Qovery is the simplest way to deploy your full-stack apps in the Cloud

Qovery is an excellent solution for:
- **Developer**: to stay focused on building the best product.
- **DevOps**: to spend time on tasks that matter, building production and future-proof cloud infrastructure.
Qovery is a product for:
- **Developer**: to deploy their apps while staying focused on building the best product.
- **DevOps**: to build future-proof production cloud infrastructure.
- **Product Manager**: to deliver new features faster.
- **CTO**: to accelerate their go-to-market, reduce their cloud cost, keep their team productive as it grows.

<p align="center">
Expand Down
7 changes: 4 additions & 3 deletions website/docs/getting-started/what-is-qovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ your applications in the Cloud.

> Qovery is the simplest way to deploy your full-stack apps in the Cloud
Qovery is an excellent solution for:
- **Developer**: to stay focused on building the best product.
- **DevOps**: to spend time on tasks that matter, building production and future-proof cloud infrastructure.
Qovery is a product for:
- **Developer**: to deploy their apps while staying focused on building the best product.
- **DevOps**: to build future-proof production cloud infrastructure.
- **Product Manager**: to deliver new features faster.
- **CTO**: to accelerate their go-to-market, reduce their cloud cost, keep their team productive as it grows.

<p align="center">
Expand Down
3 changes: 1 addition & 2 deletions website/docs/using-qovery/configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2021-06-20"
last_modified_on: "2021-06-24"
title: Configuration
description: "Everything you need to know to configure and deploy your applications on Qovery"
sidebar_label: hidden
Expand All @@ -20,7 +20,6 @@ In the following subsections, you'll learn all you need to know to configure and
<Jump to="/docs/using-qovery/configuration/external-service/">External service</Jump>
<Jump to="/docs/using-qovery/configuration/organization/">Organization</Jump>
<Jump to="/docs/using-qovery/configuration/project/">Project</Jump>
<Jump to="/docs/using-qovery/configuration/routing/">Routing</Jump>
<Jump to="/docs/using-qovery/configuration/secret/">Secret</Jump>
<Jump to="/docs/using-qovery/configuration/storage/">Storage</Jump>

Expand Down
5 changes: 1 addition & 4 deletions website/docs/using-qovery/configuration/application.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2021-06-19"
last_modified_on: "2021-06-24"
title: "Application"
description: "Learn how to configure your Application on Qovery"
---
Expand Down Expand Up @@ -179,8 +179,6 @@ routers:
- /
```

*See what is a [router][docs.using-qovery.configuration.routing] to go further.*

You also need to indicate on which port your application is running.

**Option 1**
Expand Down Expand Up @@ -252,5 +250,4 @@ The `depends_on` property, guarantee that your app will never start before other


[docs.using-qovery.configuration.project]: /docs/using-qovery/configuration/project/
[docs.using-qovery.configuration.routing]: /docs/using-qovery/configuration/routing/
[urls.qovery_roadmap]: https://roadmap.qovery.com/
2 changes: 0 additions & 2 deletions website/docs/using-qovery/configuration/application.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ routers:
- /
```

*See what is a [router][docs.using-qovery.configuration.routing] to go further.*

You also need to indicate on which port your application is running.

**Option 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Environment Variables are not directly connected to [Environment][docs.using-qov

<Alert type="info">

Do you need to keep secure your environment variable? Use [secret][docs.using-qovery.configuration.secret].
Do you need to keep secure your environment variable? Use [Secret][docs.using-qovery.configuration.secret] instead of *Environment Variable*.

</Alert>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Environment Variables are not directly connected to [Environment][docs.using-qov

<Alert type="info">

Do you need to keep secure your environment variable? Use [secret][docs.using-qovery.configuration.secret].
Do you need to keep secure your environment variable? Use [Secret][docs.using-qovery.configuration.secret] instead of *Environment Variable*.

</Alert>

Expand Down
161 changes: 0 additions & 161 deletions website/docs/using-qovery/configuration/routing.md

This file was deleted.

13 changes: 0 additions & 13 deletions website/docs/using-qovery/configuration/routing.md.erb

This file was deleted.

Loading

0 comments on commit 366f3a8

Please sign in to comment.