Skip to content

Commit 7d1fd50

Browse files
jeffabaileygitbook-bot
authored andcommitted
GITBOOK-3: change request with no subject merged in GitBook
1 parent e38d17d commit 7d1fd50

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

SUMMARY.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,36 @@
1-
# Summary
1+
# Table of contents
22

33
* [Summary](README.md)
44
* [Introduction](introduction/introduction.md)
55
* [Scenarios](introduction/scenarios.md)
66
* [Framework](introduction/framework.md)
77
* [Authors and Reviewers](introduction/authors.md)
88
* [Infrastructure](infrastructure/infrastructure.md)
9-
* [Basic Infrastructure](infrastructure/infrastructure.md#basic-infrastructure)
10-
* [Development Process](infrastructure/infrastructure.md#development-process-infrastructure)
11-
* [Communication Channels](infrastructure/infrastructure.md#communication-channels-infrastructure)
12-
* [Monitoring](infrastructure/infrastructure.md#monitoring-infrastructure)
13-
* [Comparing How Inner-Sourced Your Infra Is](infrastructure/infrastructure.md#comparing-how-inner-sourced-your-infrastructure-is)
9+
*
10+
*
1411
* [Authors and Reviewers](infrastructure/authors.md)
1512
* [What, When and How to Measure](measuring/introduction.md)
1613
* [Goals using Metrics](measuring/goals.md)
1714
* [Areas of Analysis](measuring/areas.md)
1815
* [Goal-Question-Metric Approach](measuring/gqm.md)
1916
* [Strategy](measuring/strategy.md)
2017
* [Examples of Interest](measuring/metrics.md)
21-
* [Mentorship and helping Newcomers](measuring/metrics.md#mentorships-and-helping-newcomers)
22-
* [Development Cycle](measuring/metrics.md#development-cycle)
23-
* [Contributors Funnel](measuring/metrics.md#contributors-funnel)
24-
* [Engagement](measuring/metrics.md#engagement)
25-
* [Break Silos](measuring/metrics.md#break-silos)
26-
* [Spreading the Knowledge](measuring/metrics.md#spreading-the-knowledge)
27-
* [Middle Management Cultural Change](measuring/metrics.md#middle-management-cultural-change)
28-
* [Scalability](measuring/metrics.md#scalability)
29-
* [Keep great Developers in House](measuring/metrics.md#keep-great-developers-in-house)
30-
* [Allow Innovation in Detail](measuring/metrics.md#allow-innovation-in-detail)
18+
*
19+
*
20+
*
21+
*
22+
*
23+
*
24+
*
25+
*
26+
*
27+
*
3128
* [References](measuring/references.md)
3229
* [Authors and Reviewers](measuring/authors.md)
33-
* [Use Goals, Questions, and Metrics](measuring/use_gqm.md)
34-
* **Goals**
30+
* [Use Goals, Questions, and Metrics](measuring/use\_gqm.md)
31+
* [Goals](use\_gqm/goals/README.md)
3532
* [Reduce Duplication](measuring/goals/reduce-duplication.md)
36-
* **Questions**
33+
* [Questions](use\_gqm/questions/README.md)
3734
* [Who Uses](measuring/questions/who-uses.md)
38-
* **Metrics**
39-
* [Usage Count](measuring/metrics/usage-count.md)
35+
* [Metrics](use\_gqm/metrics/README.md)
36+
* [Usage Count](measuring/metrics/usage-count.md)

measuring/use_gqm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Use Goals, Questions, and Metrics
2-
========
32

43
```mermaid
54
graph LR;
65
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
6+
click reduce-duplication "/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.";
7+
78
who-uses --> usage-count[Usage Count];
89
usage-count --> reduce-duplication[Reduce Duplication];
910
```
11+
12+
[goals](../use\_gqm/goals/ "mention")

use_gqm/goals/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Goals
2+

use_gqm/metrics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Metrics
2+

use_gqm/questions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Questions
2+

0 commit comments

Comments
 (0)