https://github.com/t2bot/docs.t2bot.io
Documentation offered by t2bot.io on running and administering many projects related to t2bot.io.
https://github.com/t2bot/docs.t2bot.io
Last synced: 6 months ago
JSON representation
Documentation offered by t2bot.io on running and administering many projects related to t2bot.io.
- Host: GitHub
- URL: https://github.com/t2bot/docs.t2bot.io
- Owner: t2bot
- License: apache-2.0
- Created: 2020-08-13T21:42:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:05:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:33:56.465Z (over 1 year ago)
- Language: HTML
- Size: 1.46 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs.t2bot.io
Documentation for projects related to t2bot.io, such as media repo or Dimension administration. For
documentation on using/setting up t2bot.io's integrations, use [t2bot.io](https://t2bot.io).
This project is built off of [mdBook](https://rust-lang.github.io/mdBook/index.html).
## Structure
Each project has its own dedicated book in a subdirectory. All the books are published to `./books`
at the repository root. The thin wrapper for the frontend to the bookshelf is at `./bookshelf`.
A template book is provided at `./template`.
When adding a new book, be sure to update the dockerfile.
## Usage
This is intended to be deployed using docker:
```bash
docker run --rm -it -p 80:80 t2bot/docs.t2bot.io
```