minor #52 Render docs on GitHub Pages (pamil)
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
d7fa44a328 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