diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-19 14:40:46 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-19 14:40:46 +0200 |
commit | 7a461eaa613312430712212bc2247a1961c762f8 (patch) | |
tree | 07b9005560fb1ab02ce0d487b1ad1e4edd2f68c1 /theme | |
parent | fd64c05809f3b8a785c64358fd8e70bebf0a4919 (diff) | |
download | gitbook-7a461eaa613312430712212bc2247a1961c762f8.zip gitbook-7a461eaa613312430712212bc2247a1961c762f8.tar.gz gitbook-7a461eaa613312430712212bc2247a1961c762f8.tar.bz2 |
Remove theme readme
Add semver dependency
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/theme/README.md b/theme/README.md deleted file mode 100755 index e707afe..0000000 --- a/theme/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# GitBook Theme - -For creating a theme for GitBook, just copy this folder. The theme folder should at least contains two folders: `assets` and `templates`. - -The theme can be changed using the option ```--theme=<path>``` - -#### Warning! Theme system is going to change before version 1.0.0 |