From dc4bd58c248ce57459e3cd70ac162c0cbf26a39a Mon Sep 17 00:00:00 2001
From: "Xavier B."
-Welcome to Docs! The open source document editor where your notes can become knowledge through live collaboration
+Welcome to Docs!
+Docs is an open-source document editor, where your notes can become knowledge through live collaboration.
+It offers a scalable and secure alternative to tools such as Notion, Outline, or Confluence
@@ -22,44 +24,45 @@ Welcome to Docs! The open source document editor where your notes can become kno
-## Why use Docs β
+## Why use Docs?
-Docs is a collaborative text editor designed to address common challenges in knowledge building and sharing.
+Docs is a collaborative text editor designed to address common challenges in knowledge-building and sharing.
### Write
-* π Simple collaborative editing without the formatting complexity of markdown
-* π Offline? No problem, keep writing, your edits will get synced when back online
-* π
Create clean documents with limited but beautiful formatting options and focus on content
-* 𧱠Built for productivity (markdown support, many block types, slash commands, keyboard shortcuts).
-* β¨ Save time thanks to our AI actions (generate, sum up, correct, translate)
+* π Docs offers simple, accessible online editing to all
+* π
Create clean documents with beautiful formatting options
+* ποΈ Focus on your content using either the in-line editor, or [the Markdown syntax](https://www.markdownguide.org/basic-syntax/)
+* 𧱠Docs is built for productivity, with many block types accessible from the `/` slash commands, as well as keyboard shortcuts.
+* π Need to write while offline? No problem! Keep writing, your edits will get synced once you're back online
+* β¨ Save time thanks to our AI actions, such as rephrasing, summarizing, fixing typos, translating, or even turn your text into a prompt!
### Collaborate
-* π€ Collaborate with your team in real time
+* π€ Enjoy live editing! Collaborate with your team in real time
* π Granular access control to ensure your information is secure and only shared with the right people
-* π Professional document exports in multiple formats (.odt, .doc, .pdf) with customizable templates
-* π Built-in wiki functionality to turn your team's collaborative work into organized knowledge `ETA 02/2025`
+* π Export your content in multiple formats (`.odt`, `.doc`, `.pdf`) with customizable templates
+* π _Coming soon! Built-in wiki functionality to turn your team's collaborative work into organized knowledge_
### Self-host
-* π Easy to install, scalable and secure alternative to Notion, Outline or Confluence
+* π Anyone can install Docs on their server, provided you have the necessary configuration
## Getting started π§
-### Test it
+### Test Docs!
-Test Docs on your browser by logging in on this [environment](https://impress-preprod.beta.numerique.gouv.fr/docs/0aa856e9-da41-4d59-b73d-a61cb2c1245f/)
+You can test Docs right now in your browser by logging in on [this test environment](https://impress-preprod.beta.numerique.gouv.fr/) using the following credentials:
```
email: test.docs@yopmail.com
password: I'd<3ToTestDocs
```
-### Run it locally
+### Run Docs locally
-> β οΈ Running Docs locally using the methods described below is for testing purposes only. It is based on building Docs using Minio as the S3 storage solution but you can choose any S3 compatible object storage of your choice.
+> β οΈ The methods described below for reunning Docs locally using is **for testing purposes only**. It is based on building Docs using Minio as the S3 storage solution. You can choose the S3-compatible object storage solution of your choice.
**Prerequisite**
-Make sure you have a recent version of Docker and [Docker Compose](https://docs.docker.com/compose/install) installed on your laptop:
+Make sure you have a recent version of Docker and [Docker Compose](https://docs.docker.com/compose/install) installed on your server. Use these commands to check for versions:
```shellscript
$ docker -v
@@ -71,7 +74,7 @@ $ docker compose version
Docker Compose version v2.32.4
```
-> β οΈ You may need to run the following commands with sudo but this can be avoided by adding your user to the `docker` group.
+> β οΈ You may need to run the following commands with `sudo`, but this can be avoided by adding your user to the local `docker` group.
**Project bootstrap**
@@ -81,11 +84,11 @@ The easiest way to start working on the project is to use GNU Make:
$ make bootstrap FLUSH_ARGS='--no-input'
```
-This command builds the `app` container, installs dependencies, performs database migrations and compile translations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues.
+This command builds the `app` container, installs dependencies, performs database migrations and compiles translations. It's a good idea to use this command each time you are pulling code from the project repository, to avoid dependency-related or migration-related issues.
Your Docker services should now be up and running π
-You can access to the project by going to