Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Aug 31, 2024
1 parent 41fc21b commit 6b63cf7
Showing 1 changed file with 3 additions and 77 deletions.
80 changes: 3 additions & 77 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,85 +56,11 @@ for more details.
</picture>
</div>

The following list includes βœ… completed and 🚧 upcoming features.

* πŸ’§ Drupal
* βœ… Based on [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project)
* βœ… [Drupal 10](https://www.drupal.org/project/drupal)
* βœ… Configurable webroot
* βœ… [Pre-configured settings](web/sites/default/settings.php)
* βœ… [Custom module scaffold](web/modules/custom/ys_core)
* βœ… [Custom theme scaffold](web/themes/custom/your_site_theme)
* βœ… [Tests scaffold](web/modules/custom/ys_core/tests)
* βœ… Configuration for admin modules: [Environment indicator](https://www.drupal.org/project/environment_indicator), [Shield](https://www.drupal.org/project/shield), [Stage file proxy](https://www.drupal.org/project/stage_file_proxy)
* βœ… Configuration for [Search API](https://www.drupal.org/project/search_api) ([Solr](https://www.drupal.org/project/search_api_solr))
* βœ… Configuration for caching ([Redis](https://www.drupal.org/project/redis))
* βœ… Configuration for antivirus ([ClamAV](https://www.drupal.org/project/clamav))
* 🐳 Docker services
* βœ… Nginx
* βœ… PHP
* βœ… MariaDB
* βœ… Solr
* βœ… Redis
* βœ… ClamAV
* βœ… Chrome
* 🏨 Hosting
* βœ… [Acquia](https://www.acquia.com/)
* βœ… [Lagoon](https://github.com/uselagoon/lagoon)
* 🚧 [Pantheon](https://pantheon.io/)
* 🚧 [Platform.sh](https://platform.sh/)
* πŸ’» Local development
* βœ… [Docker Compose](https://docs.docker.com/compose/) + [Ahoy](https://github.com/ahoy-cli/ahoy)
* 🚧 [Lando](https://lando.dev/)
* 🚧 [DDEV](https://ddev.readthedocs.io/)
* πŸ—οΈ CI/CD
* βœ… [Circle CI](https://circleci.com/)
* 🚧 [GitHub Actions](https://github.com/features/actions)
* 🚧 [GitLab CI](https://docs.gitlab.com/ee/ci/)
* 🚧 [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/)
* πŸ› οΈ Tooling
* βœ… [Behat](https://docs.behat.org/en/latest/) + [Drupal extension](https://github.com/jhedstrom/drupalextension) + [Behat Screenshot](https://github.com/drevops/behat-screenshot) + [Behat steps](https://github.com/drevops/behat-steps)
* βœ… [ESLint](https://eslint.org/)
* βœ… [PHP Parallel Lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)
* βœ… [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer)
* βœ… [PHPMD](https://phpmd.org/)
* βœ… [PHPStan](https://github.com/phpstan/phpstan)
* βœ… [PHPUnit](https://phpunit.de/)
* βœ… [SASS Lint](https://github.com/sasstools/sass-lint)
* βœ… [SASS](https://sass-lang.com/)
* βœ… [Twig-CS-Fixer](https://github.com/VincentLanglet/Twig-CS-Fixer)
* 🚧 [Pa11y](https://pa11y.org/)
* βš™οΈ Workflow
* βœ… Database from FTP, CURL, container image, hosting provider
* βœ… [Pull request template](.github/PULL_REQUEST_TEMPLATE.md)
* βœ… [Release drafter](https://github.com/release-drafter/release-drafter)
* βœ… [PR auto-assign](https://github.com/toshimaru/auto-author-assign)
* βœ… [PR auto-label](https://github.com/eps1lon/actions-label-merge-conflict)
* βœ… Deployment notification to email
* βœ… Deployment notification to GitHub
* βœ… Deployment notification to Jira
* βœ… Deployment notification to New Relic
* βœ… Automated dependencies updates ([Renovate](https://www.mend.io/renovate/))
* πŸ“– Documentation
* βœ… Your project [README.md](README.dist.md)
* βœ… Your [project documentation](docs)
* βœ… [Vortex documentation](https://vortex.drevops.com/)
* πŸ§ͺ Vortex
* βœ… Unit test coverage for scripts
* βœ… Functional test coverage for workflows
* βœ… Integration test coverage for deployments
* βœ… Vortex updates
* βœ… [Basic installer](https://install.drevops.com/)
* 🚧 Advanced installer CLI UI
* 🚧 Advances installer Web UI
* 🚧 Automated project setup
* 🚧 Project dashboard
See [Features](https://vortex.drevops.com/getting-started/features) for more details.

## Documentation

The documentation is authored within this repository in the `.vortex/docs` directory.

It is published to [https://vortex.drevops.com](https://vortex.drevops.com) on Vortex release.
The documentation is authored within this repository in the `.vortex/docs` directory and published to [https://vortex.drevops.com](https://vortex.drevops.com) on Vortex release.

Development version of the documentation is available at [https://vortex-docs.netlify.app/](https://vortex-docs.netlify.app/).

Expand All @@ -146,6 +72,6 @@ We provide paid support for **Vortex**:
- Support plans with SLAs
- Priority feature implementation
- Updates to the latest version of the platform
- DevOps consulting and custom implementations
- Vortex consulting and custom implementations

Contact us at [email protected]

1 comment on commit 6b63cf7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://vortex-docs.netlify.app as production
πŸš€ Deployed on https://66d3a88962742698d5af052e--vortex-docs.netlify.app

Please sign in to comment.