Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Add info (#4)
Browse files Browse the repository at this point in the history
* addInfo

* addInfo2
  • Loading branch information
ZoNeSRuS authored Feb 19, 2024
1 parent 5759cca commit 9e804a1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/localhost.md
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)

0 comments on commit 9e804a1

Please sign in to comment.