Skip to content

Commit 904c748

Browse files
author
committed
Deployed with MkDocs version: 1.0.4
1 parent 9270386 commit 904c748

File tree

15 files changed

+828
-15
lines changed

15 files changed

+828
-15
lines changed

404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,18 @@
249249
</li>
250250

251251

252+
253+
254+
255+
256+
257+
<li class="md-nav__item">
258+
<a href="/getstart/firstapp/" title="Создание приложения с нуля" class="md-nav__link">
259+
Создание приложения с нуля
260+
</a>
261+
</li>
262+
263+
252264
</ul>
253265
</nav>
254266
</li>

app/example/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@
253253
</li>
254254

255255

256+
257+
258+
259+
260+
261+
<li class="md-nav__item">
262+
<a href="../../getstart/firstapp/" title="Создание приложения с нуля" class="md-nav__link">
263+
Создание приложения с нуля
264+
</a>
265+
</li>
266+
267+
256268
</ul>
257269
</nav>
258270
</li>

cli/cli/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@
253253
</li>
254254

255255

256+
257+
258+
259+
260+
261+
<li class="md-nav__item">
262+
<a href="../../getstart/firstapp/" title="Создание приложения с нуля" class="md-nav__link">
263+
Создание приложения с нуля
264+
</a>
265+
</li>
266+
267+
256268
</ul>
257269
</nav>
258270
</li>

cli/howto/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@
253253
</li>
254254

255255

256+
257+
258+
259+
260+
261+
<li class="md-nav__item">
262+
<a href="../../getstart/firstapp/" title="Создание приложения с нуля" class="md-nav__link">
263+
Создание приложения с нуля
264+
</a>
265+
</li>
266+
267+
256268
</ul>
257269
</nav>
258270
</li>
@@ -447,7 +459,7 @@ <h1 id="cli">Как установить CLI</h1>
447459
<div class="md-footer-nav">
448460
<nav class="md-footer-nav__inner md-grid">
449461

450-
<a href="../../getstart/billing/" title="Биллинг" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
462+
<a href="../../getstart/firstapp/" title="Создание приложения с нуля" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
451463
<div class="md-flex__cell md-flex__cell--shrink">
452464
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
453465
</div>
@@ -456,7 +468,7 @@ <h1 id="cli">Как установить CLI</h1>
456468
<span class="md-footer-nav__direction">
457469
Previous
458470
</span>
459-
Биллинг
471+
Создание приложения с нуля
460472
</span>
461473
</div>
462474
</a>

getstart/billing/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,18 @@
293293
</li>
294294

295295

296+
297+
298+
299+
300+
301+
<li class="md-nav__item">
302+
<a href="../firstapp/" title="Создание приложения с нуля" class="md-nav__link">
303+
Создание приложения с нуля
304+
</a>
305+
</li>
306+
307+
296308
</ul>
297309
</nav>
298310
</li>
@@ -501,13 +513,13 @@ <h2 id="_2">Детализация платежей</h2>
501513
</a>
502514

503515

504-
<a href="../../cli/howto/" title="Как установить cli" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
516+
<a href="../firstapp/" title="Создание приложения с нуля" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
505517
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
506518
<span class="md-flex__ellipsis">
507519
<span class="md-footer-nav__direction">
508520
Next
509521
</span>
510-
Как установить cli
522+
Создание приложения с нуля
511523
</span>
512524
</div>
513525
<div class="md-flex__cell md-flex__cell--shrink">

getstart/createapp/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,18 @@
300300
</li>
301301

302302

303+
304+
305+
306+
307+
308+
<li class="md-nav__item">
309+
<a href="../firstapp/" title="Создание приложения с нуля" class="md-nav__link">
310+
Создание приложения с нуля
311+
</a>
312+
</li>
313+
314+
303315
</ul>
304316
</nav>
305317
</li>

getstart/first/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,18 @@
293293
</li>
294294

295295

296+
297+
298+
299+
300+
301+
<li class="md-nav__item">
302+
<a href="../firstapp/" title="Создание приложения с нуля" class="md-nav__link">
303+
Создание приложения с нуля
304+
</a>
305+
</li>
306+
307+
296308
</ul>
297309
</nav>
298310
</li>

0 commit comments

Comments
 (0)