|
125 | 125 | <div class="hero pt-5 pb-4 text-center"> |
126 | 126 | <div class="text-start"> |
127 | 127 | <img src="https://docs.dotkernel.org/img/dk_logo_2024.svg" alt="Dotkernel logo with text" /> |
128 | | - <h1 class="fw-bold py-3 m-0"> |
| 128 | + <h2 class="fw-bold py-3 m-0"> |
129 | 129 | A Full-Fledged Headless Platform |
130 | | - </h1> |
| 130 | + </h2> |
131 | 131 | <ul class="list-unstyled"> |
132 | 132 | <li> |
133 | 133 | <i class="bi bi-check text-success"></i> |
@@ -163,35 +163,35 @@ <h1 class="fw-bold py-3 m-0"> |
163 | 163 | </div> |
164 | 164 |
|
165 | 165 | <div class="text-center"> |
166 | | - <h2 class="fw-bold">Dotkernel documentation</h2> |
| 166 | + <h1 class="fw-bold">Dotkernel documentation</h1> |
167 | 167 | </div> |
168 | 168 |
|
169 | 169 | <div class="main"> |
170 | 170 | <div class="row gx-4 gy-1"> |
171 | 171 | <div class="col-lg-3 col-md-6 col-sm-12 py-2"> |
172 | 172 | <div class="card h-100 pkg_card"> |
173 | 173 | <div class="card-header"> |
174 | | - <a href="https://docs.dotkernel.org/admin-documentation/" class="stretched-link"> |
175 | | - Dotkernel Admin |
| 174 | + <a href="https://docs.dotkernel.org/api-documentation/" class="stretched-link"> |
| 175 | + Dotkernel API |
176 | 176 | </a> |
177 | 177 | </div> |
178 | 178 | <div class="card-body pkg_card_body"> |
179 | | - <h5 class="card-title">Admin</h5> |
180 | | - <p class="card-text">Dotkernel web starter project suitable for admin applications</p> |
| 179 | + <h5 class="card-title">API</h5> |
| 180 | + <p class="card-text">Dotkernel web starter project suitable for building RESTful APIs</p> |
181 | 181 | </div> |
182 | 182 | </div> |
183 | 183 | </div> |
184 | 184 |
|
185 | 185 | <div class="col-lg-3 col-md-6 col-sm-12 py-2"> |
186 | 186 | <div class="card h-100 pkg_card"> |
187 | 187 | <div class="card-header"> |
188 | | - <a href="https://docs.dotkernel.org/frontend-documentation/" class="stretched-link"> |
189 | | - Dotkernel Frontend |
| 188 | + <a href="https://docs.dotkernel.org/admin-documentation/" class="stretched-link"> |
| 189 | + Dotkernel Admin |
190 | 190 | </a> |
191 | 191 | </div> |
192 | 192 | <div class="card-body pkg_card_body"> |
193 | | - <h5 class="card-title">Frontend</h5> |
194 | | - <p class="card-text">Dotkernel web starter project suitable for frontend applications</p> |
| 193 | + <h5 class="card-title">Admin</h5> |
| 194 | + <p class="card-text">Dotkernel web starter project suitable for admin applications</p> |
195 | 195 | </div> |
196 | 196 | </div> |
197 | 197 | </div> |
@@ -227,27 +227,27 @@ <h5 class="card-title">Headless Platform</h5> |
227 | 227 | <div class="col-lg-3 col-md-6 col-sm-12 py-2"> |
228 | 228 | <div class="card h-100 pkg_card"> |
229 | 229 | <div class="card-header"> |
230 | | - <a href="https://docs.dotkernel.org/api-documentation/" class="stretched-link"> |
231 | | - Dotkernel API |
| 230 | + <a href="https://docs.dotkernel.org/queue-documentation/" class="stretched-link"> |
| 231 | + Dotkernel Queue |
232 | 232 | </a> |
233 | 233 | </div> |
234 | 234 | <div class="card-body pkg_card_body"> |
235 | | - <h5 class="card-title">API</h5> |
236 | | - <p class="card-text">Dotkernel web starter project suitable for building RESTful APIs</p> |
| 235 | + <h5 class="card-title">Queue</h5> |
| 236 | + <p class="card-text">Queue management project, based on Mezzio, Symfony messenger and Swoole</p> |
237 | 237 | </div> |
238 | 238 | </div> |
239 | 239 | </div> |
240 | 240 |
|
241 | 241 | <div class="col-lg-3 col-md-6 col-sm-12 py-2"> |
242 | 242 | <div class="card h-100 pkg_card"> |
243 | 243 | <div class="card-header"> |
244 | | - <a href="https://docs.dotkernel.org/queue-documentation/" class="stretched-link"> |
245 | | - Dotkernel Queue |
| 244 | + <a href="https://docs.dotkernel.org/frontend-documentation/" class="stretched-link"> |
| 245 | + Dotkernel Frontend |
246 | 246 | </a> |
247 | 247 | </div> |
248 | 248 | <div class="card-body pkg_card_body"> |
249 | | - <h5 class="card-title">Queue</h5> |
250 | | - <p class="card-text">Queue management project, based on Mezzio, Symfony messenger and Swoole</p> |
| 249 | + <h5 class="card-title">Frontend</h5> |
| 250 | + <p class="card-text">Dotkernel web starter project suitable for frontend applications</p> |
251 | 251 | </div> |
252 | 252 | </div> |
253 | 253 | </div> |
|
0 commit comments