|
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 | | - <li class="nav-item"> |
137 | | - <a class="nav-link" href="https://build.prestashop-project.org" title="News">News</a> |
| 136 | + <li class="nav-item dropdown"> |
| 137 | + <a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown"> |
| 138 | + News |
| 139 | + </a> |
| 140 | + <div class="dropdown-menu"> |
| 141 | + |
| 142 | + <a class="dropdown-item" href="/releases/prestashop90" title="Meet PrestaShop 9.0">Meet PrestaShop 9.0</a> |
| 143 | + |
| 144 | + <a class="dropdown-item" href="https://build.prestashop-project.org" title="Developer's blog">Developer's blog</a> |
| 145 | + |
| 146 | + <a class="dropdown-item" href="https://www.youtube.com/@prestashopproject" title="YouTube channel">YouTube channel</a> |
| 147 | + |
| 148 | + </div> |
138 | 149 | </li> |
139 | 150 |
|
140 | 151 |
|
|
145 | 156 | </a> |
146 | 157 | <div class="dropdown-menu"> |
147 | 158 |
|
148 | | - <a class="dropdown-item" href="https://github.com/PrestaShop/PrestaShop/releases" title="Latest Releases">Latest Releases</a> |
| 159 | + <a class="dropdown-item" href="https://prestashop.com/versions" title="Latest release">Latest release</a> |
149 | 160 |
|
150 | | - <a class="dropdown-item" href="/releases/prestashop90/" title="What's new">What's new</a> |
| 161 | + <a class="dropdown-item" href="https://github.com/PrestaShop/PrestaShop/releases" title="All sources">All sources</a> |
151 | 162 |
|
152 | 163 | </div> |
153 | 164 | </li> |
|
166 | 177 |
|
167 | 178 | <a class="dropdown-item" href="https://contributors.prestashop-project.org/" title="Contributors">Contributors</a> |
168 | 179 |
|
169 | | - <a class="dropdown-item" href="/office-hours/" title="Office hours">Office hours</a> |
170 | | - |
171 | 180 | <a class="dropdown-item" href="/slack/" title="Slack chat">Slack chat</a> |
172 | 181 |
|
173 | 182 | </div> |
|
193 | 202 |
|
194 | 203 | <a class="dropdown-item" href="/project-organization/" title="Project organization">Project organization</a> |
195 | 204 |
|
196 | | - <a class="dropdown-item" href="/project-organization/quality-council/" title="Quality Council">Quality Council</a> |
197 | | - |
198 | 205 | <a class="dropdown-item" href="/security/" title="Security">Security</a> |
199 | 206 |
|
200 | 207 | <a class="dropdown-item" href="/user-groups/" title="User groups & branding">User groups & branding</a> |
@@ -486,7 +493,7 @@ <h4 id="our-processors">Our processors</h4> |
486 | 493 | <div class="col-12"> |
487 | 494 | <ul class="list-unstyled footer-list"> |
488 | 495 |
|
489 | | - <li class="d-inline-block"><a href="https://docs.prestashop-project.org/v.8-documentation/v/english/" title="User documentation">User documentation</a></li> |
| 496 | + <li class="d-inline-block"><a href="https://docs.prestashop-project.org/v.9-documentation" title="User documentation">User documentation</a></li> |
490 | 497 |
|
491 | 498 | <li class="d-inline-block"><a href="https://devdocs.prestashop-project.org" title="Developer documentation">Developer documentation</a></li> |
492 | 499 |
|
|
0 commit comments