From 5c44606840e5a3b8e7872848de53efee3d4dcf83 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 21 Jan 2019 13:09:45 +0100 Subject: [PATCH] Remove Jekyll config --- docs/.gitignore | 1 - docs/Gemfile | 2 -- docs/_config.yml | 4 ---- docs/index.md | 32 -------------------------------- 4 files changed, 39 deletions(-) delete mode 100644 docs/.gitignore delete mode 100644 docs/Gemfile delete mode 100644 docs/_config.yml delete mode 100644 docs/index.md diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 66f8ed3..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Gemfile.lock diff --git a/docs/Gemfile b/docs/Gemfile deleted file mode 100644 index 37f5eaa..0000000 --- a/docs/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 2487882..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,4 +0,0 @@ -theme: jekyll-theme-minimal -title: SymfonyExtension -description: "🎼 Integrates Behat with Symfony." -repository: FriendsOfBehat/SymfonyExtension diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 35fb672..0000000 --- a/docs/index.md +++ /dev/null @@ -1,32 +0,0 @@ -

-
-

- -

SymfonyExtension

- -This Behat extension provides an integration with Symfony (both `^3.4` and `^4.1`) and Mink driver for Symfony application. - -It allows for: - - * defining your contexts as regular Symfony services - - * autowiring and autoconfiguring your contexts - - * testing your Symfony application without having to set up a server - -## Documentation - - * [Installation](docs/installation.md) - * [Usage](docs/usage.md) - * [Mink integration](docs/mink_integration.md) - * [Behat/Symfony2Extension differences](docs/bs2e_differences.md) - * [Configuration reference](docs/configuration_reference.md) - -## License - -This extension is completely free and released under permissive [MIT license](LICENSE). - -## Authors - -It is originally created by [Kamil Kokot](https://github.com/pamil). -See the list of [all contributors](https://github.com/FriendsOfBehat/SymfonyExtension/graphs/contributors).