mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
cpp: add categories
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
acce2832e8
commit
58783833a0
11 changed files with 50 additions and 0 deletions
5
cpp/01-values-and-functions/_category_.yaml
Normal file
5
cpp/01-values-and-functions/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Values and functions
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the values and functions in C++.
|
5
cpp/02-compound-data-types/_category_.yaml
Normal file
5
cpp/02-compound-data-types/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Compound data types
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the compound data types in C++.
|
5
cpp/03-methods-and-operators/_category_.yaml
Normal file
5
cpp/03-methods-and-operators/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Methods and operators
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the methods and operators in C++.
|
5
cpp/04-lifetime/_category_.yaml
Normal file
5
cpp/04-lifetime/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Lifetime
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the lifetime in C++.
|
5
cpp/05-pointers/_category_.yaml
Normal file
5
cpp/05-pointers/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Pointers
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the smart pointers in C++.
|
5
cpp/06-inheritance-late-binding/_category_.yaml
Normal file
5
cpp/06-inheritance-late-binding/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Inheritance and late binding
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the inheritance and late binding in C++.
|
5
cpp/09-sum-types/_category_.yaml
Normal file
5
cpp/09-sum-types/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Sum types
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the sum types in C++.
|
5
cpp/10-algorithms/_category_.yaml
Normal file
5
cpp/10-algorithms/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Algorithms
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the algorithm header in C++.
|
5
cpp/11-iterators/_category_.yaml
Normal file
5
cpp/11-iterators/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Iterators
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the iterators in C++.
|
5
cpp/12-input-output/_category_.yaml
Normal file
5
cpp/12-input-output/_category_.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
label: Input and output
|
||||
link:
|
||||
type: generated-index
|
||||
description: |
|
||||
Materials related to the IO in C++.
|
Loading…
Reference in a new issue