Merge pull request #86 from pmarsceill/v0.2.3
v0.2.3 Release Branch
No related branches found
No related tags found
Showing
- _config.yml 5 additions, 1 deletion_config.yml
- _includes/head.html 11 additions, 1 deletion_includes/head.html
- _layouts/default.html 2 additions, 2 deletions_layouts/default.html
- _sass/content.scss 4 additions, 4 deletions_sass/content.scss
- assets/js/just-the-docs.js 2 additions, 2 deletionsassets/js/just-the-docs.js
- docs/configuration.md 23 additions, 1 deletiondocs/configuration.md
- docs/index-test.md 18 additions, 0 deletionsdocs/index-test.md
- docs/utilities/layout.md 2 additions, 2 deletionsdocs/utilities/layout.md
- index.md 1 addition, 1 deletionindex.md
- just-the-docs.gemspec 2 additions, 2 deletionsjust-the-docs.gemspec
- lib/tasks/search.rake 1 addition, 1 deletionlib/tasks/search.rake
- package-lock.json 472 additions, 246 deletionspackage-lock.json
- package.json 3 additions, 3 deletionspackage.json
... | ... | @@ -2,11 +2,11 @@ |
Gem::Specification.new do |spec| | ||
spec.name = "just-the-docs" | ||
spec.version = "0.2.2" | ||
spec.version = "0.2.3" | ||
spec.authors = ["Patrick Marsceill"] | ||
spec.email = ["patrick.marsceill@gmail.com"] | ||
spec.summary = %q{A nice looking, highly customizable, responsive Jekyll theme for documentation with built-in search.} | ||
spec.summary = %q{A modern, high customizable, responsive Jekyll theme for documention with built-in search.} | ||
spec.homepage = "https://github.com/pmarsceill/just-the-docs" | ||
spec.license = "MIT" | ||
... | ... |
This diff is collapsed.
{ | ||
"name": "just-the-docs", | ||
"version": "0.2.2", | ||
"description": "A Jekyll theme for documentation", | ||
"version": "0.2.3", | ||
"description": "A modern Jekyll theme for documentation", | ||
"repository": "pmarsceill/just-the-docs", | ||
"license": "MIT", | ||
"bugs": "https://github.com/pmarsceill/just-the-docs/issues", | ||
"devDependencies": { | ||
"stylelint": "^9.9.0", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-primer": "^3.0.1" | ||
}, | ||
"dependencies": {}, | ||
... | ... |
Please register or sign in to comment