|
@@ -18,6 +18,7 @@
|
|
|
- **[Getting Started](https://wiki.js.org/get-started.html)**
|
|
|
- **[Documentation](https://docs.requarks.io/wiki/)**
|
|
|
- [Requirements](#requirements)
|
|
|
+- [Demo](#demo)
|
|
|
- [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md)
|
|
|
- [Feature Requests](https://wikijs.canny.io/features)
|
|
|
- [Milestones](#milestones)
|
|
@@ -54,6 +55,12 @@ A docker Wiki.js image is available on Docker Hub:
|
|
|
|
|
|
You can also use a Dockerfile ([see example](https://github.com/Requarks/wiki/blob/master/tools/Dockerfile)) or Docker Compose ([see example](https://github.com/Requarks/wiki/blob/master/tools/docker-compose.yml)) to run Wiki.js.
|
|
|
|
|
|
+## Demo
|
|
|
+
|
|
|
+Wiki.js documentation site is actually running Wiki.js! [Check it out »](https://docs.requarks.io/wiki/)
|
|
|
+
|
|
|
+> <span style="font-size: .8em;">We do not provide a demo with write access because of potential security / spam issues. The best way to try it is to install it on your own server / computer. It's easy!</span>
|
|
|
+
|
|
|
## Milestones
|
|
|
|
|
|
Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*:
|