Eclipse Dirigible is a High-Productivity Application Platform providing development tools and runtime environment. The main project goal of the platform is to provide all required capabilities needed to develop and run an end-to-end vertical scenario in the Cloud for the shortest time ever.
Website address: www.dirigible.io.
This repository contains the source of the website, built with VitePress and deployed to GitHub Pages.
- Database Management
- Server-side Development
- Client-side Development
- Integration Services
- Mobile Apps Development
- Built-in DevOps
Learn about these features and many more here.
The latest documentation is available here.
These fine people contribute to the project on a daily basis.
1. Create an issue and describe your idea.
2. Fork the repository.
3. Work in your branch and why not publish it.
4. Commit the changes.
5. Create a pull request.
6. See your changes come to life!
The site is a VitePress project. It requires Node.js 20 or later.
Install the dependencies:
npm install
Run the development server on http://localhost:8080:
npm run docs:dev
Build the production site into docs/.vitepress/dist:
npm run docs:build
Preview the production build locally on http://localhost:8080:
npm run docs:preview
The content lives under docs/ (Markdown), with the site configuration in docs/.vitepress/config.mts. On every push to master, the deploy.yaml GitHub Actions workflow builds the site and publishes it to GitHub Pages at www.dirigible.io.
Eclipse Dirigible is under the Eclipse Public License - v 2.0.