Skip to content

Commit

Permalink
[mkdocs] Add project-level documentation
Browse files Browse the repository at this point in the history
Added the existing CONTRIBUTING.md etc plus the new ADOPTERS.md
to mkdocs.

Signed-off-by: eriknordmark <[email protected]>
  • Loading branch information
eriknordmark committed Nov 7, 2024
1 parent c942867 commit 55d505d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ theme:
extra:
version: 2.0
nav:
- 'Project Information':
- 'Overview': 'README.md'
- 'Contributions': 'CONTRIBUTING.md'
- 'Current EVE Adopters': 'ADOPTERS.md'
- 'Current maintainers': 'MAINTAINERS.md'
- 'Submitting security issues': 'docs/SECURITY.md'
- Introduction: 'docs/README.md'
- 'EVE Configuration': 'docs/CONFIG.md'
- 'BIOS and Firmware management with EVE': 'docs/BIOS-FIRMWARE.md'
Expand Down
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/downloader/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func download(ctx *downloaderContext, trType zedUpload.SyncTransportType,
}
}

var respChan = make(chan *zedUpload.DronaRequest)
var respChan = make(chan *zedUpload.DronaRequest, 1)

log.Functionf("%s syncOp for dpath:<%s>, region: <%s>, filename: <%s>, "+
"downloadURL: <%s>, maxsize: %d, ifname: %s, ipSrc: %+v, locFilename: %s",
Expand Down

0 comments on commit 55d505d

Please sign in to comment.