Skip to content

Commit 681b051

Browse files
tadayositoddmotto
authored andcommitted
Make ToC more readable on GitHub (#164)
1 parent ffa1bb7 commit 681b051

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,35 @@ You can find the old styleguide [here](https://github.com/toddmotto/angular-styl
2020

2121
## Table of Contents
2222

23-
1. [Modular architecture](#modular-architecture)
23+
1. [Modular architecture](#modular-architecture)
2424
1. [Theory](#module-theory)
2525
1. [Root module](#root-module)
2626
1. [Component module](#component-module)
2727
1. [Common module](#common-module)
2828
1. [Low-level modules](#low-level-modules)
2929
1. [File naming conventions](#file-naming-conventions)
3030
1. [Scalable file structure](#scalable-file-structure)
31-
1. [Components](#components)
31+
1. [Components](#components)
3232
1. [Theory](#component-theory)
3333
1. [Supported properties](#supported-properties)
3434
1. [Controllers](#controllers)
3535
1. [One-way dataflow and Events](#one-way-dataflow-and-events)
3636
1. [Stateful Components](#stateful-components)
3737
1. [Stateless Components](#stateless-components)
3838
1. [Routed Components](#routed-components)
39-
1. [Directives](#directives)
39+
1. [Directives](#directives)
4040
1. [Theory](#directive-theory)
4141
1. [Recommended properties](#recommended-properties)
4242
1. [Constants or Classes](#constants-or-classes)
43-
1. [Services](#services)
43+
1. [Services](#services)
4444
1. [Theory](#service-theory)
4545
1. [Classes for Service](#classes-for-service)
46-
1. [Styles](#styles)
47-
1. [ES2015 and Tooling](#es2015-and-tooling)
48-
1. [State management](#state-management)
49-
1. [Resources](#resources)
50-
1. [Documentation](#documentation)
51-
1. [Contributing](#contributing)
46+
1. [Styles](#styles)
47+
1. [ES2015 and Tooling](#es2015-and-tooling)
48+
1. [State management](#state-management)
49+
1. [Resources](#resources)
50+
1. [Documentation](#documentation)
51+
1. [Contributing](#contributing)
5252

5353
# Modular architecture
5454

typescript/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@ You can find the old styleguide [here](https://github.com/toddmotto/angular-styl
1414

1515
## Table of Contents
1616

17-
1. [Modular architecture](#modular-architecture)
17+
1. [Modular architecture](#modular-architecture)
1818
1. [Theory](#module-theory)
1919
1. [Root module](#root-module)
2020
1. [Component module](#component-module)
2121
1. [Common module](#common-module)
2222
1. [Low-level modules](#low-level-modules)
2323
1. [File naming conventions](#file-naming-conventions)
2424
1. [Scalable file structure](#scalable-file-structure)
25-
1. [Components](#components)
25+
1. [Components](#components)
2626
1. [Theory](#component-theory)
2727
1. [Supported properties](#supported-properties)
2828
1. [Controllers](#controllers)
2929
1. [One-way dataflow and Events](#one-way-dataflow-and-events)
3030
1. [Stateful Components](#stateful-components)
3131
1. [Stateless Components](#stateless-components)
3232
1. [Routed Components](#routed-components)
33-
1. [Directives](#directives)
33+
1. [Directives](#directives)
3434
1. [Theory](#directive-theory)
3535
1. [Recommended properties](#recommended-properties)
3636
1. [Constants or Classes](#constants-or-classes)
37-
1. [Services](#services)
37+
1. [Services](#services)
3838
1. [Theory](#service-theory)
3939
1. [Classes for Service](#classes-for-service)
40-
1. [Styles](#styles)
41-
1. [TypeScript and Tooling](#typescript-and-tooling)
42-
1. [State management](#state-management)
43-
1. [Resources](#resources)
44-
1. [Documentation](#documentation)
45-
1. [Contributing](#contributing)
40+
1. [Styles](#styles)
41+
1. [TypeScript and Tooling](#typescript-and-tooling)
42+
1. [State management](#state-management)
43+
1. [Resources](#resources)
44+
1. [Documentation](#documentation)
45+
1. [Contributing](#contributing)
4646

4747
# Modular architecture
4848

0 commit comments

Comments
 (0)