Skip to content

Commit c2e7161

Browse files
committed
Reorganize config page
1 parent a63bc34 commit c2e7161

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Writerside/boson.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<toc-element topic="introduction.md"
99
toc-title="Introduction" />
1010
<toc-element topic="installation.md" />
11-
<toc-element topic="configuration.md" />
1211
<toc-element toc-title="Development" />
1312
<toc-element toc-title="Debugging" />
1413
<toc-element toc-title="Roadmap" />
1514
<toc-element topic="release-notes.md" />
1615
</toc-element>
1716
<toc-element toc-title="The Basics">
1817
<toc-element toc-title="Lifecycle" />
18+
<toc-element topic="configuration.md" />
1919
<toc-element topic="application.md" />
2020
<toc-element topic="window.md">
2121
<toc-element toc-title="Multiple Windows" />

Writerside/topics/application.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ for their equivalence.
223223
The <code>ApplicationId</code> property is read-only and cannot be changed.
224224
</warning>
225225

226-
```php
227-
public readonly ApplicationId $id
228-
```
229-
230226
The <code>ApplicationId</code> identifier is a value object and contains methods
231227
for comparison and conversion to scalars.
232228

File renamed without changes.

0 commit comments

Comments
 (0)