Update to new repo path
Showing
- .github/ISSUE_TEMPLATE/config.yml 1 addition, 1 deletion.github/ISSUE_TEMPLATE/config.yml
- README.md 3 additions, 3 deletionsREADME.md
- _config.yml 3 additions, 3 deletions_config.yml
- _layouts/default.html 1 addition, 1 deletion_layouts/default.html
- docs/configuration.md 11 additions, 10 deletionsdocs/configuration.md
- docs/customization.md 23 additions, 9 deletionsdocs/customization.md
- docs/navigation-structure.md 27 additions, 6 deletionsdocs/navigation-structure.md
- index.md 18 additions, 5 deletionsindex.md
- just-the-docs.gemspec 1 addition, 1 deletionjust-the-docs.gemspec
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
... | ... | @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| |
spec.email = ["patrick.marsceill@gmail.com"] | ||
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.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) } | ||
... | ... |
... | ... | @@ -2,9 +2,9 @@ |
"name": "just-the-docs", | ||
"version": "0.3.3", | ||
"description": "A modern Jekyll theme for documentation", | ||
"repository": "pmarsceill/just-the-docs", | ||
"repository": "just-the-docs/just-the-docs", | ||
"license": "MIT", | ||
"bugs": "https://github.com/pmarsceill/just-the-docs/issues", | ||
"bugs": "https://github.com/just-the-docs/just-the-docs/issues", | ||
"devDependencies": { | ||
"stylelint": "^13.7.2", | ||
"@primer/css": "^15.2.0", | ||
... | ... |
Please register or sign in to comment