Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Dragonite routes FAQ and Docker disclaimer #25

Merged
merged 2 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions pages/docs/dragonite/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,23 @@ Dragonite sends requests to Koji to create routes. The default settings for each

**Pokemon (Bootstrap)**

TBD
- Mode: Bootstrap
- Radius: 70 (meters)

**Fort**

TBD
- Mode: Cluster
- Category: Fort
- Strategy: S2
- S2 Level: Level 15
- S2 Size: 9x9

**Fort Full**

TBD
- Mode: Bootstrap
- Strategy: S2
- S2 Level: Level 15
- S2 Size: 9x9

##### Q: What logging options should I use?

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from 'nextra-theme-docs'

## Prerequisites

- [Docker](https://docs.docker.com/engine/install/)
- [Docker](https://docs.docker.com/engine/install/) - If you are not familiar working with Docker see [Standard Setup](https://unownhash.com/docs/setup/standard)
- Compatible Database - See [Database Setup](/docs/other/database)

## Install services with Docker
Expand Down