This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* addInfo * addInfo2
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
# Сборка и запуск локальной документации | ||
# Полезное для вики-дела | ||
|
||
## Ссылка на гит | ||
|
||
[https://github.com/SerbiaStrong-220/wiki-14](https://github.com/SerbiaStrong-220/wiki-14) | ||
|
||
## Сборка и запуск локальной вики | ||
|
||
1. [Скачать](https://www.python.org/downloads/) и установить последнюю версию python | ||
1. Выполнить следующие команды | ||
- pip install mkdocs | ||
- pip install mkdocs-material | ||
- pip install pymdown-extensions | ||
- pip install mkdocs-git-revision-date-localized-plugin | ||
1. Выполнить mkdocs serve | ||
1. Выполнить python -m mkdocs serve | ||
1. Перейти на [http://127.0.0.1:8000/](http://127.0.0.1:8000/) | ||
|
||
## Документация | ||
|
||
[Наглядный базиз языка на котором написана вики.](https://markdown-it.github.io/) </br> | ||
[Чуть более продвинутый базиз](https://www.markdownguide.org/basic-syntax/) </br> | ||
[Хороший пример того как делать красивые таблички](https://stackoverflow.com/questions/26197579/set-background-color-for-specific-cell-in-markdown-table) |