diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..66f8ed3 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +/Gemfile.lock diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..37f5eaa --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..2487882 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,4 @@ +theme: jekyll-theme-minimal +title: SymfonyExtension +description: "🎼 Integrates Behat with Symfony." +repository: FriendsOfBehat/SymfonyExtension