mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
* Add showing/hiding submenus, fix sidebar styling, fix bug where includes wouldn't appear in ToC * Update ToC to highlight last header if page is scrolled to very bottom, fixes #280 * Set HTML title to current h1 section text, see #133 * Fix menu not opening on mobile * Add back increase toc item height on mobile * Fix padding bug * Add back in ToC sliding animation
10 lines
263 B
Ruby
10 lines
263 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Middleman
|
|
gem 'middleman', '~>4.2.1'
|
|
gem 'middleman-syntax', '~> 3.0.0'
|
|
gem 'middleman-autoprefixer', '~> 2.7.0'
|
|
gem "middleman-sprockets", "~> 4.1.0"
|
|
gem 'rouge', '~> 2.0.5'
|
|
gem 'redcarpet', '~> 3.4.0'
|
|
gem 'nokogiri', '~> 1.6.8'
|