This commit is contained in:
Neil Alexander 2022-05-10 17:24:48 +01:00
parent aa40d7d519
commit a4608dbb93
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 20 additions and 1 deletions

View file

@ -2,7 +2,7 @@ title: Dendrite
description: >-
Second-generation Matrix homeserver written in Go!
baseurl: "/dendrite" # the subpath of your site, e.g. /blog
url: ""
url: "https://matrix-org.github.io/dendrite/"
twitter_username: matrixdotorg
github_username: matrix-org
remote_theme: just-the-docs/just-the-docs

View file

@ -1,3 +1,8 @@
---
title: Installation
has_children: true
---
# Installing Dendrite
Dendrite can be run in one of two configurations:
@ -50,11 +55,13 @@ cd dendrite
Then build it:
* Linux or UNIX-like systems:
```bash
./build.sh
```
* Windows:
```dos
build.cmd
```

View file

@ -0,0 +1,6 @@
---
title: Monolith
parent: Installation
---
# Monolith installation

View file

@ -0,0 +1,6 @@
---
title: Polylith
parent: Installation
---
# Polylith installation