Skip to content

Commit 62c755b

Browse files
committed
chore: remove [TOC], unify formatting
1 parent ad47042 commit 62c755b

File tree

137 files changed

+56
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+56
-279
lines changed

CONTRIBUTING.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Notes Style Guide
22

3-
[TOC]
4-
53
<!-- ToDo: Enforce Style Guide on existing documents -->
64
<!-- ToDo: Find all "see ..." references and link to corresponding location -->
75

6+
7+
88
## Content
99

1010
- begin with a 'Introduction' section to motivate the topic, introduce required terminology, etc.
@@ -32,8 +32,6 @@
3232
```markdown
3333
# Title
3434

35-
[TOC]
36-
3735

3836

3937
## Introduction

content/data-storage/1. ER model.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Entity-relationship model (ER model)
22

3-
[TOC]
4-
53

64

75
## Introduction

content/data-storage/2. Traditional databases.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Traditional databases
22

3-
[TOC]
4-
53

64

75
## Introduction

content/data-storage/3. Graph databases.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Graph databases
22

3-
[TOC]
4-
53
<!-- ToDo: Finish -->
64
<!-- todo: when to use node vs. attribute
75
https://stackoverflow.com/questions/52369909/neo4j-node-versus-node-property
@@ -11,6 +9,7 @@ https://stackoverflow.com/questions/52369909/neo4j-node-versus-node-property
119
-->
1210

1311

12+
1413
## Graph
1514

1615
- set of vertices and edges, nodes and relationships

content/data-storage/4. Cypher.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Cypher
22

3-
[TOC]
4-
53
<!-- ToDo: Finish -->
64

75

6+
87
## Introduction
98

109
- query language for Neo4j

content/developer-tools/1. Terminology.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Terminology
22

3-
[TOC]
4-
53

64

75
## Compiler

content/developer-tools/2. SSG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Static site generator (SSG)
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/developer-tools/3. Workflow.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Workflow
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/developer-tools/ESLint configuration.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ESLint configuration
22

3-
[TOC]
4-
53

64

75
## Introduction

content/developer-tools/Prettier configuration.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Prettier configuration
22

3-
[TOC]
4-
53

64

75
## Introduction

content/developer-tools/TypeScript configuration.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# TypeScript configuration
22

3-
[TOC]
4-
53

64

75
## Installation

content/languages/css/1. Introduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Introduction
22

3-
[TOC]
4-
53

64

75
## CSS (Cascading Style Sheets)

content/languages/css/10. Flex Layout.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Flex Layout
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/11. Grid Layout.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Grid Layout
22

3-
[TOC]
4-
5-
63
<!-- todo: remove unnecessary "grid" fillerword, e.g. explicit ~grid~ track -->
74
<!-- todo: add example code for almost everything -->
85
<!-- ToDo: update to Level 2 with subgrid -->
96

7+
8+
109
## Introduction
1110

1211
- a regular layout, for applications

content/languages/css/2. Data Types.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Data Types
22

3-
[TOC]
3+
<!-- ToDo: add more functions besides url(), e.g. min(), max(), clamp() which are like min/max-width for any property -->
44

55

6-
<!-- ToDo: add more functions besides url(), e.g. min(), max(), clamp() which are like min/max-width for any property -->
76

87
## Introduction
98

content/languages/css/3. Viewport.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Viewport
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4. Box.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Box
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4.1 Padding.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Padding
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4.2 Border.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Border
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4.3 Size.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Size
22

3-
[TOC]
4-
5-
63
<!-- ToDo: revisit once https://www.w3.org/TR/css-sizing-4 has been finished -->
74

85
<!-- ToDo: check ODT dependent things only valid in Flow Layout or also in other FCs like Flex ? e.g. auto value, ODT `inline` restrictions, etc. -->
@@ -11,6 +8,8 @@
118

129
<!-- beware: minimum size `auto` value of grid item that is not a scroll container, spans at least one track in that axis whose min track sizing function is `auto` (i.e. if track sizing is `auto`, `minmax(auto,..)`, `<flex>`, `fit-content(..)`), and spans more than one track in that axis of which none are flexible, then it resolves to `min-content` (with some adjustments) instead of zero ⚠️ SEE https://drafts.csswg.org/css-grid/#min-size-auto -->
1310

11+
12+
1413
## Introduction
1514

1615
- width and height of box, see NFP/Size

content/languages/css/4.4 Background.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Background
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4.5 Shadow.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Shadow
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/4.6 Outline.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Outline
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/5. Layout.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Layout
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/6. Flow Layout.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Flow Layout
22

3-
[TOC]
4-
5-
63
<!-- ToDo: revisit once css-flow is written, https://www.w3.org/TR/css-box-4/#intro -->
74
<!-- ToDo: use flow container and flow item terminology, also in other modules
85
- beware: often refers to specific kind "block-level" or "inline-level" directly rather than "flow item" ❗️
96
-->
107

8+
9+
1110
## Introduction
1211

1312
- a regular layout, for documents

content/languages/css/6.1 Margin.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Margin
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/6.2 Margin Collapse.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Margin Collapse
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/6.3 Float Layout.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Float Layout
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/7. Positioned Layout.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Positioned Layout
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/8. Stacking.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Stacking
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/9. Writing Mode.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Writing mode
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/94. Variables.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Variables
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/css/96. Media Queries.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Media Queries
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/languages/css/96. Text.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Text
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/languages/css/97. Overflow.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Overflow
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/languages/css/98. Generated Content.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Generated content
22

3-
[TOC]
3+
<!-- ToDo: Finish -->
44

55

6-
<!-- ToDo: Finish -->
76

87
## Introduction
98

content/languages/css/99. Animations.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Animations
22

3-
[TOC]
3+
<!-- ToDo: finish -->
44

55

6-
<!-- ToDo: finish -->
76

87
## Introduction
98

content/languages/graphql/1. Introduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Introduction
22

3-
[TOC]
4-
53

64

75
## GraphQL

content/languages/graphql/2. Query language.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Query language
22

3-
[TOC]
4-
53

64

75
## Introduction

content/languages/graphql/3. IDL.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# IDL
22

3-
[TOC]
4-
53

64

75
## Introduction

0 commit comments

Comments
 (0)