mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 11:13:12 -06:00
Pages
This commit is contained in:
parent
aa40d7d519
commit
a4608dbb93
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
6
docs/installation/monolith.md
Normal file
6
docs/installation/monolith.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Monolith
|
||||
parent: Installation
|
||||
---
|
||||
|
||||
# Monolith installation
|
||||
6
docs/installation/polylith.md
Normal file
6
docs/installation/polylith.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Polylith
|
||||
parent: Installation
|
||||
---
|
||||
|
||||
# Polylith installation
|
||||
Loading…
Reference in a new issue