Telegram-iOS/submodules/AsyncDisplayKit/docs
Peter 9bc996374f Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281'
git-subtree-dir: submodules/AsyncDisplayKit
git-subtree-mainline: d06f423e0e
git-subtree-split: 02bedc1281
2019-06-11 18:42:43 +01:00
..
_data Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
_docs Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
_includes Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
_layouts Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
_sass Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
apidiff Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
appledoc Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
static Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
stylesheets Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
.gitignore Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
404.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
_config.yml Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
appledocs.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
CNAME Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
Gemfile Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
index.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
README.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
showcase.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00
slack.md Add 'submodules/AsyncDisplayKit/' from commit '02bedc1281' 2019-06-11 18:42:43 +01:00

Texture Documentation

We use Jekyll to build the site using Markdown and host it on Github Pages.

Dependencies

Github Pages uses Jekyll to host a site and Jekyll has the following dependencies.

Mac OS X comes pre-installed with Ruby, but you may need to update RubyGems (via gem update --system). Once you have RubyGems, use it to install bundler.

$ gem install bundler
$ cd gh-pages # Go to folder
$ bundle install # Might need sudo.

Run Jekyll Locally

Use Jekyll to serve the website locally (by default, at http://localhost:4000):

$ bundle exec jekyll serve [--incremental]
$ open http://localhost:4000/

For more, see https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/