Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #922

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/en/docs/feature-status/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ Please note that the phases (Incubating, Alpha, Beta, and Stable) are applied to
| Authentication by Username/Password for Static Admin | Beta |
| GitHub & GitHub Enterprise SSO | Beta |
| Google SSO | Incubating |
| BitBucket SSO | Incubating |
| Bitbucket SSO | Incubating |
| Support GCP [Firestore](https://cloud.google.com/firestore) as a data store of the control plane | Beta |
| Support AWS [DynamoDB](https://aws.amazon.com/dynamodb/) as a data store of the control plane | Incubating |
| Support [MongoDB](https://www.mongodb.com/) as a data store of the control plane | Alpha |
| Support GCP [GCS](https://cloud.google.com/storage) as a file store of the control plane | Beta |
| Support AWS [S3](https://aws.amazon.com/s3/) as a file store of the control plane | Incubating |
| Support [Minio](https://github.com/minio/minio) as a file store of the control plane | Alpha |
| [Insights](/docs/user-guide/insights/) shows delivery perfomance | Incubating |
| [Insights](/docs/user-guide/insights/) shows delivery performance | Incubating |
| Collecting piped's metrics and enabling their dashboards | Incubating |
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ After logging, the project admin should change the provided username and passwor

### Single Sign-On (SSO)

Single sign-on (SSO) allows users to log in to PipeCD by relying on a trusted third-party service such as GitHub, GitHub Enterprise, Google Gmail, BitBucket...
Single sign-on (SSO) allows users to log in to PipeCD by relying on a trusted third-party service such as GitHub, GitHub Enterprise, Google Gmail, Bitbucket...

Before configuring the SSO, you need an OAuth application of the using service. For example, GitHub SSO requires creating a GitHub OAuth application as described in this page:

Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/user-guide/adding-an-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
---

An application is a collect of resources and configurations that are managed together.
It represents the service which you are going to deploy. With PipeCD, all application's manifests and its deployment configuration (`.piped.yaml`) must be committed into a directory of a Git respository. That directory is called as application configuration directory.
It represents the service which you are going to deploy. With PipeCD, all application's manifests and its deployment configuration (`.piped.yaml`) must be committed into a directory of a Git repository. That directory is called as application configuration directory.

Before deploying an application, the application must be registered from the web UI and a deployment configuration file (`.piped.yaml`) must be committed to the application configuration directory.
An application must belong to exactly one environment and can be handled by one of the registered `piped`s. Currently, PipeCD is supporting the following kinds of application:
Expand Down