No related branches found
No related tags found
Showing
- _config.yml 14 additions, 1 deletion_config.yml
- _includes/head.html 3 additions, 3 deletions_includes/head.html
- _includes/nav.html 20 additions, 16 deletions_includes/nav.html
- _layouts/default.html 20 additions, 1 deletion_layouts/default.html
- docs/configuration.md 20 additions, 1 deletiondocs/configuration.md
- just-the-docs.gemspec 2 additions, 2 deletionsjust-the-docs.gemspec
- package.json 1 addition, 1 deletionpackage.json
... | ... | @@ -2,7 +2,7 @@ |
Gem::Specification.new do |spec| | ||
spec.name = "just-the-docs" | ||
spec.version = "0.2.8" | ||
spec.version = "0.2.9" | ||
spec.authors = ["Patrick Marsceill"] | ||
spec.email = ["patrick.marsceill@gmail.com"] | ||
... | ... | @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| |
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) } | ||
spec.executables << 'just-the-docs' | ||
spec.add_runtime_dependency "bundler", "~> 2.1.4" | ||
spec.add_development_dependency "bundler", "~> 2.1.4" | ||
spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.1.0" | ||
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" | ||
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0" | ||
... | ... |
{ | ||
"name": "just-the-docs", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A modern Jekyll theme for documentation", | ||
"repository": "pmarsceill/just-the-docs", | ||
"license": "MIT", | ||
... | ... |
Please register or sign in to comment