Skip to content

Commit 860d1be

Browse files
authored
docs: remove content-less sections
2 parents 7a3901a + 0566741 commit 860d1be

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

docs/app/app.component.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,22 @@ <h2>Toppy</h2>
2020
<div class="col-md-9">
2121
<markdown ngPreserveWhitespaces [src]="'./assets/md/introduction.md'"></markdown>
2222
<markdown ngPreserveWhitespaces [src]="'./assets/md/installation.md'"></markdown>
23-
<app-section title="Features">
24-
25-
</app-section>
23+
<!-- <app-section title="Features"> </app-section> -->
2624
<app-section title="Positions">
27-
<app-sub-section title="Relative position">
25+
<app-sub-section title="1. Relative position">
2826
<app-relative-position-example></app-relative-position-example>
29-
3027
</app-sub-section>
31-
<app-sub-section title="Global position">
28+
<app-sub-section title="2. Global position">
3229
<app-global-position-example></app-global-position-example>
33-
3430
</app-sub-section>
35-
<app-sub-section title="Slide position">
31+
<app-sub-section title="3. Slide position">
3632
<app-slide-position-example></app-slide-position-example>
37-
3833
</app-sub-section>
39-
<app-sub-section title="Fullscreen position">
34+
<app-sub-section title="4. Fullscreen position">
4035
<app-fullscreen-position-example></app-fullscreen-position-example>
41-
4236
</app-sub-section>
4337
</app-section>
44-
<app-section title="Communication">
45-
46-
</app-section>
38+
<!-- <app-section title="Communication"> </app-section> -->
4739
<app-section title="Contribution">
4840
<markdown ngPreserveWhitespaces [src]="'./assets/md/contribution.md'"></markdown>
4941
</app-section>
@@ -52,4 +44,4 @@ <h2>Toppy</h2>
5244
</app-section>
5345
</div>
5446
</div>
55-
</div>
47+
</div>

0 commit comments

Comments
 (0)