Skip to content

Commit 14e2e88

Browse files
committed
Reorganize and simplify docs structure
1 parent 0a48c69 commit 14e2e88

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Writerside/tl.tree

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
44

55
<instance-profile id="tl" name="PHP TypeLang" is-library="true" start-page="overview.topic">
6-
<toc-element topic="overview.topic" />
7-
8-
<toc-element topic="language.md" toc-title="Syntax">
6+
<toc-element topic="overview.topic">
97
<toc-element topic="basic-types.md"/>
108
<toc-element topic="logical-types.md"/>
119
<toc-element topic="generic-types.md" toc-title="Generics"/>
@@ -14,6 +12,7 @@
1412
<toc-element topic="shape-types.md" toc-title="Shapes"/>
1513
<toc-element topic="callable-types.md" toc-title="Callables"/>
1614
<toc-element topic="conditional-types.md" toc-title="Conditions"/>
15+
<toc-element topic="comparison.md"/>
1716
</toc-element>
1817

1918
<toc-element topic="parser.md" toc-title="Parser">

Writerside/topics/overview.topic

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
</description>
1414

1515
<spotlight>
16-
<a href="language.md" type="container"
17-
summary="Language for describing more precise and strict PHP types.">Language</a>
16+
<a href="basic-types.md" type="container"
17+
summary="Language for describing more precise and strict PHP types.">Language</a>
1818
<a href="parser.md" type="mixed"
1919
summary="Reference implementation of a TypeLang parser providing functionality
20-
for analysis, recognition and construction of AST.">Parser</a>
20+
for analysis, recognition and construction of AST.">Reference Parser Implementation</a>
2121
</spotlight>
2222

2323
<primary>

0 commit comments

Comments
 (0)