Skip to content

TELEGRAM BOT FOR NEO

Overview

Full developing internal documentation for Telegram BOT NEO. This documentation was bootstraped with MkDocs and Material for MkDocs.

Installation

For serve this documentation locally, you need to install dependencies grouped in requirements.txt file on root foolder (or using poetry with the pyproject.toml file) and run mkdocs serve command:

Python virtual environment

1
2
3
4
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Poetry

1
2
3
poetry install
poetry shell
mkdocs serve

Other commands

  1. mkdocs build - Build the documentation site.
  2. mkdocs -h - Print help message and exit.

Note: This documentation is only for internal use, and is not intended to be public.