Skip to content

Commit 9762298

Browse files
authored
docs(type) Provides an initial documentation document for the Type component (azjezz#462)
1 parent 3625f2b commit 9762298

File tree

5 files changed

+1283
-74
lines changed

5 files changed

+1283
-74
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Psl\Async](../src/Psl/Async/README.md)
1010
* [Psl\Default](../src/Psl/Default/README.md)
1111
* [Psl\Range](../src/Psl/Range/README.md)
12+
* [Psl\Type](../src/Psl/Type/README.md)
1213

1314
---
1415

@@ -53,7 +54,6 @@
5354
- [Psl\Str\Grapheme](./component/str-grapheme.md)
5455
- [Psl\TCP](./component/tcp.md)
5556
- [Psl\Trait](./component/trait.md)
56-
- [Psl\Type](./component/type.md)
5757
- [Psl\Unix](./component/unix.md)
5858
- [Psl\Vec](./component/vec.md)
5959

docs/component/type.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

docs/documenter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ function get_all_components(): array
223223
'Psl\\Str\\Grapheme',
224224
'Psl\\TCP',
225225
'Psl\\Trait',
226-
'Psl\\Type',
227226
'Psl\\Unix',
228227
'Psl\\Locale',
229228
'Psl\\Vec',

docs/templates/README.template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Psl\Async](../src/Psl/Async/README.md)
1010
* [Psl\Default](../src/Psl/Default/README.md)
1111
* [Psl\Range](../src/Psl/Range/README.md)
12+
* [Psl\Type](../src/Psl/Type/README.md)
1213

1314
---
1415

0 commit comments

Comments
 (0)