Skip to content

Commit

Permalink
Добавил раздел про тестовый шаблон (#64)
Browse files Browse the repository at this point in the history
* Create new page

* Fix toc

* Add href

* Small edit
  • Loading branch information
VitalRu authored Nov 11, 2024
1 parent e0fec13 commit 469e20a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions ru/static-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Тестового шаблон

В репозитории есть [шаблон тестового проекта](https://github.com/diplodoc-platform/static-template). Форкните репозиторий шаблона, чтобы быстро развернуть свою документацию


{% cut "Как сделать форк" %}


1. На [странице шаблона](https://github.com/diplodoc-platform/static-template) рядом с заголовком нажмите кнопку **Fork**. Откроется страница **Create a new fork**.

1. Нажмите **Create fork**. В вашем профиле Github будет создан репозиторий с готовой структурой проекта.


{% endcut %}
8 changes: 6 additions & 2 deletions ru/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ navigation:
items:
- name: Обзор системы
href: about.md
- name: Быстрый старт
href: how-it-work.md
- name: Начало работы
items:
- name: Быстрый старт
href: how-it-work.md
- name: Тестовый шаблон
href: static-template.md
- name: Настройка личного домена
href: personal-domain-ya-cloud.md
- name: Yandex Flavored Markdown
Expand Down

0 comments on commit 469e20a

Please sign in to comment.