Skip to content

Commit 776eea0

Browse files
jeffabaileygitbook-bot
authored andcommitted
GITBOOK-1: change request with no subject merged in GitBook
1 parent b3645b7 commit 776eea0

File tree

2 files changed

+21
-25
lines changed

2 files changed

+21
-25
lines changed

SUMMARY.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
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)
30+
* [Use Goals, Questions, and Metrics](measuring/use\_gqm.md)

measuring/use_gqm.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Use Goals Questions, and Metrics
2-
=============================
1+
# Use Goals, Questions, and Metrics
32

4-
{% mermaid %}
5-
graph LR;
6-
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
7-
who-uses --> usage-count[Usage Count];
8-
usage-count --> reduce-duplication[Reduce Duplication];
9-
{% endmermaid %}
3+
```mermaid
4+
graph LR;
5+
reduce-duplication[Reduce Duplication] --> who-uses[Who Uses];
6+
who-uses --> usage-count[Usage Count];
7+
usage-count --> reduce-duplication[Reduce Duplication];
8+
```

0 commit comments

Comments
 (0)