Skip to content

Commit

Permalink
feat: add Lotus, go-fil-markets & go-data-transfer repos to config.to…
Browse files Browse the repository at this point in the history
…ml (#1070)

Co-authored-by: Hugo Dias <mail@hugodias.me>
  • Loading branch information
yiannisbot and hugomrdias authored Aug 22, 2020
1 parent f9616d4 commit 5c23985
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,20 @@ enableGitInfo = true
path = "github.com/filecoin-project/specs-actors"
[[module.imports.mounts]]
source = "actors"
target = "content/modules/actors"
target = "content/modules/actors"
[[module.imports]]
path = "github.com/filecoin-project/go-fil-markets"
[[module.imports.mounts]]
source = "."
target = "content/modules/go-fil-markets"
[[module.imports]]
path = "github.com/filecoin-project/lotus"
[[module.imports.mounts]]
source = "."
target = "content/modules/lotus"
[[module.imports]]
path = "github.com/filecoin-project/go-data-transfer"
[[module.imports.mounts]]
source = "."
target = "content/modules/go-data-transfer"

0 comments on commit 5c23985

Please sign in to comment.