Skip to content

Commit fa48033

Browse files
committed
feat(doc): landing page updates
1 parent 06b6ced commit fa48033

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

src/assets/img/screenshots/10.png

94.1 KB
Loading

src/assets/img/screenshots/9.png

85 KB
Loading

src/index.ejs

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<!-- Collect the nav links, forms, and other content for toggling -->
5151
<div class="collapse navbar-collapse" id="top-navbar-1">
5252
<ul class="nav navbar-nav navbar-right">
53-
<li><a href="./guides/getting-started.html">Getting started</a></li>
5453
<li><a href="./guides/features.html">Features</a></li>
54+
<li><a href="./guides/getting-started.html">Getting started</a></li>
5555
<li><a class="social-changelog" href="https://github.com/compodoc/compodoc/blob/develop/CHANGELOG.md" target="_blank"><span class="typcn typcn-document-text"></span>Changelog</a></li>
5656
<li><a class="social-github" href="https://github.com/compodoc/compodoc" target="_blank"><span class="typcn typcn-social-github"></span>GitHub</a></li>
5757
</ul>
@@ -68,7 +68,7 @@
6868
<div class="description">
6969
<p>
7070
Generate your Angular project documentation in <strong>seconds</strong>.
71-
<br/>Compodoc comes with a lot of features. Check it out now!
71+
<br/>Compodoc comes with a lot of features. Check it out now !
7272
</p>
7373
</div>
7474
<div class="top-big-link">
@@ -100,9 +100,15 @@
100100
</div>
101101
</div>
102102
<div class="item">
103-
<img src="assets/img/screenshots/4.png" alt="">
103+
<img src="assets/img/screenshots/9.png" alt="">
104+
<div class="carousel-caption">
105+
<h3>Architecture page</h3>
106+
</div>
107+
</div>
108+
<div class="item">
109+
<img src="assets/img/screenshots/10.png" alt="">
104110
<div class="carousel-caption">
105-
<h3>Module page</h3>
111+
<h3>Routes page</h3>
106112
</div>
107113
</div>
108114
<div class="item">
@@ -211,6 +217,13 @@
211217
</div>
212218
<h3>Dark mode support</h3>
213219
<p>The generated pages display very well in dark mode</p>
220+
</div>
221+
<div class="col-sm-4 features-box wow fadeInDown">
222+
<div class="features-box-icon">
223+
<span aria-hidden="true" class="typcn typcn-message-typing"></span>
224+
</div>
225+
<h3>LLMs ready export</h3>
226+
<p>The generated documentation contains structured data suitable for LLMs (Large Language Models) processing</p>
214227
</div>
215228
</div>
216229
<div class="row">

0 commit comments

Comments
 (0)