Skip to content

Commit 154a9f4

Browse files
jeffabaileygitbook-bot
authored andcommitted
GITBOOK-7: change request with no subject merged in GitBook
1 parent 22e14c3 commit 154a9f4

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

SUMMARY.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,13 @@
66
* [Framework](introduction/framework.md)
77
* [Authors and Reviewers](introduction/authors.md)
88
* [Infrastructure](infrastructure/infrastructure.md)
9-
*
10-
*
119
* [Authors and Reviewers](infrastructure/authors.md)
1210
* [What, When and How to Measure](measuring/introduction.md)
1311
* [Goals using Metrics](measuring/goals.md)
1412
* [Areas of Analysis](measuring/areas.md)
1513
* [Goal-Question-Metric Approach](measuring/gqm.md)
1614
* [Strategy](measuring/strategy.md)
1715
* [Examples of Interest](measuring/metrics.md)
18-
*
19-
*
20-
*
21-
*
22-
*
23-
*
24-
*
25-
*
26-
*
27-
*
2816
* [References](measuring/references.md)
2917
* [Authors and Reviewers](measuring/authors.md)
3018
* [Use Goals, Questions, and Metrics](measuring/use\_gqm.md)

measuring/use_gqm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Use Goals, Questions, and Metrics
22

3+
4+
35
```mermaid
46
graph LR;
57
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
6-
click reduce-duplication href "https://jeffs-organization-3.gitbook.io/managing-inner-source-projects/measuring/questions/who-uses" "We can see how many times an InnerSource project is reused. If there is extra information attached to that usage (like which business unit is the user) then we can see how widely across the company an InnerSource project is used." _blank;
7-
88
who-uses --> usage-count[Usage Count];
9+
click reduce-duplication href "https://jeffs-organization-3.gitbook.io/managing-inner-source-projects/use_gqm/goals/reduce-duplication" "We can see how many times an InnerSource project is reused. If there is extra information attached to that usage (like which business unit is the user) then we can see how widely across the company an InnerSource project is used." _blank;
910
usage-count --> reduce-duplication[Reduce Duplication];
1011
```

0 commit comments

Comments
 (0)