This is an automated email from the ASF dual-hosted git repository.
yumeng 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 1cd9123a29 Update KeyConcepts.md (#433)
1cd9123a29 is described below
commit 1cd9123a297cf2bcf5dd1795459c0b11c5349548
Author: Suhas R <[email protected]>
AuthorDate: Wed Feb 15 16:30:15 2023 +0530
Update KeyConcepts.md (#433)
---
docs/Overview/KeyConcepts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Overview/KeyConcepts.md b/docs/Overview/KeyConcepts.md
index aa011c1ae6..55f04a64fe 100644
--- a/docs/Overview/KeyConcepts.md
+++ b/docs/Overview/KeyConcepts.md
@@ -14,7 +14,7 @@ description: >
The following terms are arranged in the order of their appearance in the
actual user workflow.
### Projects
-**A project is a method to group data**. Apache DevLake supports users to view
metrics based on projects. A `project` is associated with multiple sets of
[Data Scope](#data-scope), such as GitHub/GitLab repositories, Jira boards,
Jenkins pipelines, etc. Metrics for a project are calculated based on the data
entities(#data-entities) under the project's data scope.
+**A project is a method to group data**. Apache DevLake supports users to view
metrics based on projects. A `project` is associated with multiple sets of
[Data Scope](#data-scope), such as GitHub/GitLab repositories, Jira boards,
Jenkins pipelines, etc. Metrics for a project are calculated based on the [Data
Entities](#data-entities) under the project's data scope.
A project has one [Blueprint](#Bluepirnts) for data collection and metric
computation.