Skip to content

Commit 14a8e5e

Browse files
authored
Merge pull request #21 from hactazia/fumadocs
fixed: Malformed Markdown
2 parents ed798fb + 0c53bdc commit 14a8e5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/server/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Configuration
33
---
44

55
import { Callout } from 'fumadocs-ui/components/callout';
6+
67
{/*
78
## Introduction
89
@@ -107,6 +108,7 @@ you first start the client.
107108
<br />
108109
<br />
109110
*/}
111+
110112
### Compile and Run on Linux
111113

112114
#### Prerequisits Assuming Debian/Ubuntu
@@ -270,7 +272,7 @@ How many people can connect with the same Auth credentials.
270272

271273
The default settings you may find in the config.xml:
272274

273-
```xml
275+
```xml title="config.xml"
274276
<?xml version="1.0" encoding="utf-8"?>
275277
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
276278
<PeerLimit>1024</PeerLimit>

0 commit comments

Comments
 (0)