Skip to content

Commit 967b924

Browse files
committed
update docs
1 parent 3c67e54 commit 967b924

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/introduction.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Designed for seamless real-time collaboration, multiple users can work on the sa
1111
Docmost is an open-source alternative to the likes of Notion and Confluence. Whether you're managing a wiki, a knowledge base, or extensive project documentation, Docmost provides the tools you need to create, collaborate, and share knowledge effortlessly.
1212

1313
Docmost has support for Spaces. You can create Spaces for different teams, projects, or departments depending on your needs. Each Space comes with its own permissions.
14+
The rich text editor has support for markdown shortcuts.
1415

1516
![img](https://docmost.com/screenshots/home.png)
1617

@@ -36,5 +37,5 @@ We have written an installation guide for you. You can find it [here](./installa
3637
**Do you have a cloud version if I don't want to host it myself?**
3738
There is no cloud version for now. It will be available in the future.
3839

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

docs/self-hosting/development.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ root
1515
└── editor-ext // package for editor extensions
1616
```
1717

18+
The frontend client is developed using Vite and React, with the user interface powered by the [Mantine](https://mantine.dev/) UI library.
19+
The backend server is built using the [Nest.js](https://nestjs.com/) framework.
20+
1821
### Requirements
1922
To run Docmost, you'll need the following:
2023
- **Node.js**: >= 18

0 commit comments

Comments
 (0)