Official documentation for Open Intranet — a free, open-source intranet platform built on Drupal by Droptica.
Live site: www.open-intranet.com/docs/
Open Intranet is a ready-to-use company intranet distribution for Drupal 11. It provides news publishing, events with calendar and maps, a hierarchical knowledge base, document management, employee directory with organization chart, user profiles, full-text search, social features (comments, likes, bookmarks), and more — all out of the box.
| Section | Description |
|---|---|
| Getting Started | Installation guide and post-install configuration |
| User Guide | End-user documentation for every feature — homepage, news, events, knowledge base, documents, employee directory, user profiles, search, social features, and content creation |
| Features | In-depth feature descriptions |
| Administration | User and role management |
| Development | API reference and developer resources |
npm install
npm run devThe dev server starts at http://localhost:4321/docs/.
src/
├── assets/ # Images and screenshots
│ ├── getting-started/
│ └── user-guide/
├── content/
│ └── docs/ # Markdown documentation pages
│ ├── getting-started/
│ ├── user-guide/
│ ├── features/
│ ├── administration/
│ └── development/
└── components/ # Custom Astro/Starlight components
Documentation pages are Markdown files in src/content/docs/. Each file becomes a route based on its path. Screenshots live in src/assets/ and are referenced with relative links.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview the production build locally |
The site is deployed to Cloudflare Workers via Wrangler. The dist/ directory is served as static assets.
- Create a branch from
main - Add or edit Markdown files in
src/content/docs/ - Place screenshots in the matching
src/assets/subdirectory - Submit a pull request
- Open Intranet project: https://www.drupal.org/project/openintranet
- Issue queue: https://www.drupal.org/project/issues/openintranet
- Droptica: https://www.droptica.com
- Starlight docs: https://starlight.astro.build