mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-03-29 00:08:07 +08: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
11 lines
263 B
Ruby
11 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'
|