|
50 | 50 | <!-- Collect the nav links, forms, and other content for toggling --> |
51 | 51 | <div class="collapse navbar-collapse" id="top-navbar-1"> |
52 | 52 | <ul class="nav navbar-nav navbar-right"> |
53 | | - <li><a href="./guides/getting-started.html">Getting started</a></li> |
54 | 53 | <li><a href="./guides/features.html">Features</a></li> |
| 54 | + <li><a href="./guides/getting-started.html">Getting started</a></li> |
55 | 55 | <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> |
56 | 56 | <li><a class="social-github" href="https://github.com/compodoc/compodoc" target="_blank"><span class="typcn typcn-social-github"></span>GitHub</a></li> |
57 | 57 | </ul> |
|
68 | 68 | <div class="description"> |
69 | 69 | <p> |
70 | 70 | 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 ! |
72 | 72 | </p> |
73 | 73 | </div> |
74 | 74 | <div class="top-big-link"> |
|
100 | 100 | </div> |
101 | 101 | </div> |
102 | 102 | <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=""> |
104 | 110 | <div class="carousel-caption"> |
105 | | - <h3>Module page</h3> |
| 111 | + <h3>Routes page</h3> |
106 | 112 | </div> |
107 | 113 | </div> |
108 | 114 | <div class="item"> |
|
211 | 217 | </div> |
212 | 218 | <h3>Dark mode support</h3> |
213 | 219 | <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> |
214 | 227 | </div> |
215 | 228 | </div> |
216 | 229 | <div class="row"> |
|
0 commit comments