We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0645169 commit c86beb3Copy full SHA for c86beb3
README.md
@@ -1,7 +1,8 @@
1
-# Website
+# FreeSWITCH Documentation
2
3
-This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
+This repository contains the documentation for FreeSWITCH, published at https://developer.signalwire.com/freeswitch.
4
5
+## Instructions for contributors
6
### Installation
7
8
```
@@ -24,11 +25,11 @@ $ yarn build
24
25
26
This command generates static content into the `build` directory and can be served using any static contents hosting service.
27
-### Deployment
28
-
29
-Docker:
+### Building the Docker image
30
31
32
$ docker build -t freeswitch-docs .
33
$ docker run --rm -it -p 8080:80 freeswitch-docs
34
+
35
+The site will be available on port 8080 on your local machine.
0 commit comments