mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
## Purpose This pull request improves the project’s documentation entry points and overall readability to make Docs more approachable for new users and contributors. While reviewing the repository, I noticed that the project highlights documentation and Markdown support, but the front-page README contained several Markdown syntax issues and inconsistencies. This made the landing experience feel less polished than the quality of the project itself. The goal of this change is to provide a cleaner, more consistent, and more professional first impression. Please let me know and I can apply any changes, or edit other .md files as needed! ## Proposal - Rewrite the root README to be tighter, easier to scan, and more user-facing - Add a documentation landing page at `/docs/README.md` with a structured table of contents - Introduce `docs/instances.md` to list public Docs instances ## External contributions Thank you for your contribution! 🎉 Please ensure the following items are checked before submitting your pull request: - [x] I have read and followed the [contributing guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md) - [x] I have read and agreed to the [Code of Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md) - [x] I have signed off my commits with `git commit --signoff` (DCO compliance) - [x] I have signed my commits with my SSH or GPG key (`git commit -S`) - [x] My commit messages follow the required format: `<gitmoji>(type) title description` - [x] I have added a changelog entry under `## [Unreleased]` section - [x] I have not added tests because this PR only contains documentation changes --------- Signed-off-by: actuallypav <61046893+actuallypav@users.noreply.github.com>
78 lines
1.7 KiB
Markdown
78 lines
1.7 KiB
Markdown
# 🌍 Public Docs Instances
|
||
|
||
This page lists known public instances of **Docs**.
|
||
|
||
These instances are operated by different organizations and may have different access policies.
|
||
If you run a public instance and would like it listed here, feel free to open a pull request.
|
||
|
||
---
|
||
|
||
## 🏛️ Public Organizations
|
||
|
||
### docs.numerique.gouv.fr
|
||
|
||
**Organization:** DINUM
|
||
**Audience:** French public agents working for central administration and extended public sphere
|
||
**Access:** ProConnect account required
|
||
<https://docs.numerique.gouv.fr/>
|
||
|
||
### docs.suite.anct.gouv.fr
|
||
|
||
**Organization:** ANCT
|
||
**Audience:** French public agents working for territorial administration and extended public sphere
|
||
**Access:** ProConnect account required
|
||
<https://docs.suite.anct.gouv.fr/>
|
||
|
||
### notes.demo.opendesk.eu
|
||
|
||
**Organization:** ZenDiS
|
||
**Type:** OpenDesk demo instance
|
||
**Access:** Request credentials
|
||
<https://notes.demo.opendesk.eu/>
|
||
|
||
---
|
||
|
||
## 🏢 Private Sector
|
||
|
||
### docs.demo.mosacloud.eu
|
||
|
||
**Organization:** mosa.cloud
|
||
**Type:** Demo instance
|
||
<https://docs.demo.mosacloud.eu/>
|
||
|
||
### notes.liiib.re
|
||
|
||
**Organization:** lasuite.coop
|
||
**Access:** Public demo
|
||
**Notes:** Content and accounts reset monthly
|
||
<https://notes.liiib.re/>
|
||
|
||
### notes.lasuite.coop
|
||
|
||
**Organization:** lasuite.coop
|
||
**Access:** Public
|
||
<https://notes.lasuite.coop/>
|
||
|
||
---
|
||
|
||
## 🤝 NGOs
|
||
|
||
### docs.federated.nexus
|
||
|
||
**Organization:** federated.nexus
|
||
**Access:** Public with account registration
|
||
<https://docs.federated.nexus/>
|
||
|
||
---
|
||
|
||
## ➕ Add your instance
|
||
|
||
To add your instance:
|
||
|
||
1. Fork the repository
|
||
2. Edit `docs/instances.md`
|
||
3. Add your instance following the existing format
|
||
4. Open a pull request
|
||
|
||
Thank you for helping grow the Docs ecosystem ❤️
|