-
- Downloads
Merge branch 'main' into dependabot/npm_and_yarn/hosted-git-info-2.8.9
No related branches found
No related tags found
Showing
- .github/ISSUE_TEMPLATE/config.yml 1 addition, 1 deletion.github/ISSUE_TEMPLATE/config.yml
- .github/release-drafter.yml 18 additions, 18 deletions.github/release-drafter.yml
- .github/workflows/ci-master.yml 22 additions, 25 deletions.github/workflows/ci-master.yml
- .prettierignore 1 addition, 0 deletions.prettierignore
- .prettierrc 1 addition, 2 deletions.prettierrc
- README.md 16 additions, 5 deletionsREADME.md
- _config.yml 5 additions, 5 deletions_config.yml
- _layouts/default.html 1 addition, 1 deletion_layouts/default.html
- docs/configuration.md 10 additions, 11 deletionsdocs/configuration.md
- docs/customization.md 15 additions, 6 deletionsdocs/customization.md
- docs/navigation-structure.md 27 additions, 6 deletionsdocs/navigation-structure.md
- docs/search.md 7 additions, 5 deletionsdocs/search.md
- index.md 32 additions, 26 deletionsindex.md
- just-the-docs.gemspec 2 additions, 2 deletionsjust-the-docs.gemspec
- package.json 2 additions, 2 deletionspackage.json
... | @@ -7,13 +7,13 @@ Gem::Specification.new do |spec| | ... | @@ -7,13 +7,13 @@ Gem::Specification.new do |spec| |
spec.email = ["patrick.marsceill@gmail.com"] | spec.email = ["patrick.marsceill@gmail.com"] | ||
spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.} | spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.} | ||
spec.homepage = "https://github.com/pmarsceill/just-the-docs" | spec.homepage = "https://github.com/just-the-docs/just-the-docs" | ||
spec.license = "MIT" | spec.license = "MIT" | ||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) } | 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.executables << 'just-the-docs' | ||
spec.add_development_dependency "bundler", "~> 2.1.4" | spec.add_development_dependency "bundler", "~> 2.3.5" | ||
spec.add_runtime_dependency "jekyll", ">= 3.8.5" | spec.add_runtime_dependency "jekyll", ">= 3.8.5" | ||
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" | spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" | ||
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0" | spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0" | ||
... | ... |
... | @@ -2,9 +2,9 @@ | ... | @@ -2,9 +2,9 @@ |
"name": "just-the-docs", | "name": "just-the-docs", | ||
"version": "0.3.3", | "version": "0.3.3", | ||
"description": "A modern Jekyll theme for documentation", | "description": "A modern Jekyll theme for documentation", | ||
"repository": "pmarsceill/just-the-docs", | "repository": "just-the-docs/just-the-docs", | ||
"license": "MIT", | "license": "MIT", | ||
"bugs": "https://github.com/pmarsceill/just-the-docs/issues", | "bugs": "https://github.com/just-the-docs/just-the-docs/issues", | ||
"devDependencies": { | "devDependencies": { | ||
"stylelint": "^13.7.2", | "stylelint": "^13.7.2", | ||
"@primer/css": "^15.2.0", | "@primer/css": "^15.2.0", | ||
... | ... |
Please register or sign in to comment