Skip to content

Commit

Permalink
Update paths from lord/slate to slatedocs/slate
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin authored and bep committed Oct 14, 2019
1 parent c5bb716 commit 7175fd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/49111249-0a1a-4b5a-a3ab-45d00732fdb3/deploy-status)](https://app.netlify.com/sites/docuapi/deploys)

**DocuAPI** is a beautiful multilingual API documentation theme for [Hugo](http://gohugo.io/). This theme is built on top of the beautiful work of [Robert Lord](https://github.com/lord) and others on the [Slate](https://github.com/lord/slate) project ([Apache 2 License](https://github.com/lord/slate/blob/master/LICENSE)).
**DocuAPI** is a beautiful multilingual API documentation theme for [Hugo](http://gohugo.io/). This theme is built on top of the beautiful work of [Robert Lord](https://github.com/lord) and others on the [Slate](https://github.com/slatedocs/slate) project ([Apache 2 License](https://github.com/slatedocs/slate/blob/master/LICENSE)).

<br/>

Expand Down Expand Up @@ -39,8 +39,3 @@ The styles and Javascript import are also put in each partial and as such can be

* `partials/styles.html`
* `partials/js.html`





4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ baseURL = "https://example.com/"
[module.hugoVersion]
min = "0.56.0"
[[module.imports]]
path="github.com/lord/slate"
path="github.com/slatedocs/slate"
[[module.imports.mounts]]
source="source/images"
target="static/images"
Expand All @@ -17,4 +17,4 @@ source="source/stylesheets"
target="assets/scss/slate"
[[module.imports.mounts]]
source="source/javascripts"
target="assets/js/slate"
target="assets/js/slate"
2 changes: 1 addition & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.12

require (
github.com/bep/empty-hugo-module v1.0.0 // indirect
github.com/lord/slate v2.3.1+incompatible // indirect
github.com/slatedocs/slate v2.3.1+incompatible // indirect
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/bep/docuapi

go 1.12

require github.com/lord/slate v2.3.1+incompatible // indirect
require github.com/slatedocs/slate v2.3.1+incompatible // indirect
4 changes: 2 additions & 2 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ min_version = 0.17

[original]
name = "Slate"
homepage = "https://github.com/lord/slate"
repo = "https://github.com/lord/slate"
homepage = "https://github.com/slatedocs/slate"
repo = "https://github.com/slatedocs/slate"

0 comments on commit 7175fd6

Please sign in to comment.