From b30f6f82edc0b51056a007656d109c4b81405de3 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 20 Apr 2018 22:56:22 +0200 Subject: [PATCH] move doc to docs and remove gh-pages branch --- config.ld | 7 ------- {doc => docs}/index.html | 0 2 files changed, 7 deletions(-) delete mode 100644 config.ld rename {doc => docs}/index.html (100%) diff --git a/config.ld b/config.ld deleted file mode 100644 index afa00c7..0000000 --- a/config.ld +++ /dev/null @@ -1,7 +0,0 @@ -project='LuaDate' -title='LuaDate; Date and time library' -description='Module for date and time manipulation, with timezone, string parsing, timespan support' -format='discount' -file='./date.lua' -dir='LDoc' -readme='readme.md' diff --git a/doc/index.html b/docs/index.html similarity index 100% rename from doc/index.html rename to docs/index.html