Render docs on GitHub Pages
This commit is contained in:
1
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/Gemfile.lock
|
||||
2
docs/Gemfile
Normal file
2
docs/Gemfile
Normal file
@@ -0,0 +1,2 @@
|
||||
source 'https://rubygems.org'
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
4
docs/_config.yml
Normal file
4
docs/_config.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
theme: jekyll-theme-minimal
|
||||
title: SymfonyExtension
|
||||
description: "🎼 Integrates Behat with Symfony."
|
||||
repository: FriendsOfBehat/SymfonyExtension
|
||||
Reference in New Issue
Block a user