dragonfly/docs/en
Eng Zer Jun f579d3c9ce
refactor: move from io/ioutil to io and os packages (#906)
* chore: run `go fmt ./...`

This commit synchronizes `//go:build` lines with `// +build` lines.

Reference: https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* refactor: move from io/ioutil to io and os packages

The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-06-28 17:32:45 +08:00
..
api-reference feat: add scopes validation (#856) 2023-06-28 17:32:40 +08:00
cli-reference feat: update version to v2.0.1 (#869) 2023-06-28 17:32:42 +08:00
deployment fix: typo (#911) 2023-06-28 17:32:45 +08:00
design chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00
developer-guide refactor: move from io/ioutil to io and os packages (#906) 2023-06-28 17:32:45 +08:00
images docs(runtime): upgrade containerd runtime (#748) 2023-06-28 17:32:31 +08:00
preheat chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00
runtime-integration chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00
test-guide Update test-guide.md (#853) 2023-06-28 17:32:40 +08:00
troubleshooting chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00
README.md chore: add markdown lint (#779) 2023-06-28 17:32:34 +08:00
quick-start.md docs: update quick-start.md format (#850) 2023-06-28 17:32:39 +08:00

README.md

Dragonfly Document

Dragonfly Document is written, drawn, memorialized representation of all things about Dragonfly. For those who are generally interested in Dragonfly, README.md of this repo is sufficient. While for end users, all details contained in /docs is the best guide all should have. And for developers, contents in Developer Guide part is that all need.

Organization of document is as following: