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

Commit

Permalink
add local doc start instrustion (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Werzet authored Feb 12, 2024
1 parent 635f0a9 commit c89ba5c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
## Добро пожаловать на официальную вики страницу SS220 Space Station 14

!!! note "О Space Station 14"
Space Station 14 вдохновлена культовой классикой Space Station 13 и рассказывает историю о том, как обычная смена на космической станции пошла наперекосяк.
Погрузитесь в свою роль, возитесь с проработанными системами и выживайте в хаосе в этой многопользовательской ролевой игре..
Space Station 14 вдохновлена культовой классикой Space Station 13 и рассказывает историю о том, как обычная смена на космической станции пошла наперекосяк.
Погрузитесь в свою роль, возитесь с проработанными системами и выживайте в хаосе в этой многопользовательской ролевой игре.

## Для начинающих
[**Сборка и запуск локального сервера**](localhost.md)

[**Сборка и запуск локальной документации**](localhost.md)
10 changes: 10 additions & 0 deletions docs/localhost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Сборка и запуск локальной документации

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. Перейти на [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: SS220 SS14 Wiki
repo_url: https://github.com/SerbiaStrong-220/space-station-14
repo_name: SerbiaStrong-220/space-station-14
repo_url: https://github.com/SerbiaStrong-220/wiki-14
repo_name: SerbiaStrong-220/wiki-14
copyright: Copyright © 2023 SS220. Written and maintained by SS220 comunity

theme:
Expand Down

0 comments on commit c89ba5c

Please sign in to comment.