https://github.com/nickvolynkin/wtd-ru
Russian-speaking Write the Docs Community
https://github.com/nickvolynkin/wtd-ru
community documentation documentation-site documentation-website technical-writing
Last synced: 11 months ago
JSON representation
Russian-speaking Write the Docs Community
- Host: GitHub
- URL: https://github.com/nickvolynkin/wtd-ru
- Owner: NickVolynkin
- Created: 2017-11-19T07:18:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T13:17:07.000Z (over 8 years ago)
- Last Synced: 2025-03-06T12:47:44.341Z (over 1 year ago)
- Topics: community, documentation, documentation-site, documentation-website, technical-writing
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
Сайт русскоязычного сообщества Write the Docs
=============================================
Чтобы собрать сайт на своей рабочей машине:
#. Убедитесь, что в системе установлен Python 2
#. В папке проекта создайте виртуальное окружение:
.. code-block:: bash
virtualenv venv
source virtualenv/bin/activate
#. Установите необходимые зависимости
.. code-block:: bash
pip install -r requirements.txt
#. Соберите сайт из исходников:
.. code-block:: bash
inv docs
#. Откройте сайт в браузере:
.. code-block:: bash
docs.browse