mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
+ table of contents
This commit is contained in:
parent
22ec567660
commit
a0aa86c2e1
18
Develop.md
18
Develop.md
|
@ -5,6 +5,24 @@
|
|||
[![Docker debian][docker-debian-size] ![Docker signal-debian][docker-signal-debian-size] ![Docker alpine][docker-alpine-size]](https://hub.docker.com/r/nicolabs/nicobot/tags)
|
||||
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Basic development](#basic-development)
|
||||
* [PyPi upload](#pypi-upload)
|
||||
* [Automation for PyPi](#automation-for-pypi)
|
||||
- [Docker build](#docker-build)
|
||||
* [Automation for Docker Hub](#automation-for-docker-hub)
|
||||
+ [Tagging strategy](#tagging-strategy)
|
||||
* [Docker build process overview](#docker-build-process-overview)
|
||||
* [Why no image is available for arch x ?](#why-no-image-is-available-for-arch-x-)
|
||||
* [Docker image structure](#docker-image-structure)
|
||||
- [Deploying on AWS](#deploying-on-aws)
|
||||
- [Versioning](#versioning)
|
||||
- [Building signal-cli](#building-signal-cli)
|
||||
- [Resources](#resources)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
|
||||
## Basic development
|
||||
|
||||
|
|
25
README.md
25
README.md
|
@ -9,7 +9,32 @@ Docker images :
|
|||
[![Build and publish to Docker Hub][dockerhub-shield]][dockerhub-link]
|
||||
[![Docker debian][docker-debian-size] ![Docker signal-debian][docker-signal-debian-size] ![Docker alpine][docker-alpine-size]](https://hub.docker.com/r/nicolabs/nicobot/tags)
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [About](#about)
|
||||
- [Requirements & installation](#requirements--installation)
|
||||
* [Python package installation](#python-package-installation)
|
||||
* [Installation from source](#installation-from-source)
|
||||
* [Docker usage](#docker-usage)
|
||||
- [How to use the bots](#how-to-use-the-bots)
|
||||
* [Transbot usage](#transbot-usage)
|
||||
* [Quick start](#quick-start)
|
||||
+ [Main configuration options and files](#main-configuration-options-and-files)
|
||||
* [Askbot usage](#askbot-usage)
|
||||
+ [Main configuration options](#main-configuration-options)
|
||||
+ [Examples](#examples)
|
||||
* [Generic instructions](#generic-instructions)
|
||||
+ [Common options](#common-options)
|
||||
+ [Configuration file : config.yml](#configuration-file--configyml)
|
||||
+ [Using the Jabber/XMPP backend](#using-the-jabberxmpp-backend)
|
||||
+ [Using the Signal backend](#using-the-signal-backend)
|
||||
- [Common issues](#common-issues)
|
||||
* [Couldn't load the OMEMO object](#couldnt-load-the-omemo-object)
|
||||
* [ERROR No appropriate login method](#error---no-appropriate-login-method)
|
||||
* [Authorization failed!](#authorization-failed)
|
||||
- [External resources](#external-resources)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
## About
|
||||
|
||||
|
|
Loading…
Reference in a new issue