Skip to content

Commit 3a3dc4a

Browse files
committed
Update docs
1 parent f44b49c commit 3a3dc4a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/introduction.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The rich text editor has support for markdown shortcuts.
2929
- **Search**: Quickly find the information you need with powerful search capabilities.
3030
- **File Attachment**: Attach files to your pages for easy reference and sharing.
3131
- **Import / Export**: You can easily import and export pages in Markdown and HTML formats.
32+
- **Translations**: Docmost is available in over 10+ languages. 🇺🇸 🇨🇳 🇫🇷 🇩🇪 🇮🇹 🇯🇵 🇰🇷 🇧🇷 🇷🇺 🇪🇸🇫🇷
3233

3334
## Authentication
3435
Currently, Docmost supports local email and password authentication only. Other authentication strategies will come in the near future.
@@ -38,10 +39,10 @@ Currently, Docmost supports local email and password authentication only. Other
3839
We have written an installation guide for you. You can find it on the [installation page](./installation).
3940

4041
**Do you have a cloud version if I don't want to host it myself?**
41-
There is no cloud version for now. It will be available in the future.
42+
Yes! You can subscribe to our cloud version at [https://docmost.com/pricing](https://docmost.com/pricing?ref=docs).
4243

4344
**What license does Docmost use?**
44-
Docmost is licensed under the [AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html) (GNU Affero General Public License).
45+
Docmost is licensed under the [AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html) 3.0 License.
4546

4647
**Will there be an enterprise version?**
4748
Yes, we have plans to introduce an enterprise version in the near future.

docs/self-hosting/installation/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Congratulations 🎉.
143143

144144
:::warning[Reverse Proxy / WebSockets]
145145
If you are using a reverse proxy, make sure WebSockets is enabled. The real-time page editor depends on WebSockets to work.
146+
The WebSocket paths are `/socket.io` and `/collab`.
146147
:::
147148

148149
If you encounter any issues, feel free to create an issue or discussion on the [GitHub repo](https://github.com/docmost/docmost).
@@ -152,7 +153,7 @@ If you encounter any issues, feel free to create an issue or discussion on the [
152153
To upgrade to the latest Docmost version, run the following commands:
153154

154155
```shell
155-
docker pull docmost/docmost
156+
docker pull docmost/docmost:latest
156157
docker compose up --force-recreate --build docmost -d
157158
```
158159

0 commit comments

Comments
 (0)