This is an automated email from the ASF dual-hosted git repository.
zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 084216cf [Docs] improve Overview/Introduction.md
084216cf is described below
commit 084216cf36975056265bcd1a2d85229999235ae1
Author: Prasurjya Pran Borah <[email protected]>
AuthorDate: Thu Jul 14 02:27:36 2022 +0530
[Docs] improve Overview/Introduction.md
abbreviation elaborated for better readability: ETL => ETL (Extract,
Transform, Load)
typo fixed: instruction => instructions
---
docs/Overview/Introduction.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/Overview/Introduction.md b/docs/Overview/Introduction.md
index 92199840..aaf0b07f 100755
--- a/docs/Overview/Introduction.md
+++ b/docs/Overview/Introduction.md
@@ -12,11 +12,11 @@ Apache DevLake is designed for developer teams looking to
make better sense of t
## What can be accomplished with DevLake?
1. Collect DevOps data across the entire Software Development Life Cycle
(SDLC) and connect the siloed data with a standard [data
model](../DataModels/DevLakeDomainLayerSchema.md).
2. Visualize out-of-the-box engineering [metrics](../EngineeringMetrics.md) in
a series of use-case driven dashboards
-3. Easily extend DevLake to support your data sources, metrics, and dashboards
with a flexible [framework](Architecture.md) for data collection and ETL.
+3. Easily extend DevLake to support your data sources, metrics, and dashboards
with a flexible [framework](Architecture.md) for data collection and ETL
(Extract, Transform, Load).
## How do I use DevLake?
### 1. Set up DevLake
-You can easily set up Apache DevLake by following our step-by step instruction
for [local setup](../QuickStart/LocalSetup.md) or [Kubernetes
setup](../QuickStart/KubernetesSetup.md).
+You can easily set up Apache DevLake by following our step-by step
instructions for [local setup](../QuickStart/LocalSetup.md) or [Kubernetes
setup](../QuickStart/KubernetesSetup.md).
### 2. Create a Blueprint
The DevLake Configuration UI will guide you through the process (a Blueprint)
to define the data connections, data scope, transformation and sync frequency
of the data you wish to collect.
@@ -36,4 +36,4 @@ Once the first run of the Blueprint is completed, you can
view the corresponding
### 5. Customize the dahsboards with SQL
If the pre-built dashboards are limited for your use cases, you can always
customize or create your own metrics or dashboards with SQL.
-
\ No newline at end of file
+