Commit Graph

11 Commits (196789f965f46f706966b4edb652658b7193e247)

Author SHA1 Message Date
Anders F Björklund a4d872faee Fix some minor gofmt and golint issues
So that "make gofmt" and "make golint" go green again
2020-05-14 07:50:29 +02:00
Thomas Stromberg 436cee2d84 Fix minikube/kubernetes capitalization, make short help consistent 2020-05-07 14:12:10 -07:00
Priya Wadhwa 3c7c47e1c7 Rewrite default values that are OS dependent 2020-04-06 10:58:54 -07:00
Priya Wadhwa ff65422562 Code review comments 2020-04-06 10:26:16 -07:00
Priya Wadhwa 7004c398b0 Don't generate documentation for hidden commands 2020-04-02 12:05:27 -07:00
Priya Wadhwa 63ffbd952e Rewrite --mount-string since it depends on host 2020-04-02 11:29:43 -07:00
Priya Wadhwa 7988704bed fixups 2020-04-02 11:01:26 -07:00
Priya Wadhwa 270d4cf5c0 include newline 2020-04-02 10:57:05 -07:00
Priya Wadhwa 6fdecf2ebf Add unit test to check that docs are up to date
This requires the following changes:

1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url

2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00
Priya Wadhwa c409c4c91c Add unit tests to make sure docs are up to date 2020-04-01 16:13:54 -07:00
Priya Wadhwa a9dcfe82fe Update generate-docs command
Now, generate-docs will compile all subcommands for one command into one document instead of creating a document per subcommand.

For example, instead of creating:

minikbue_addons_enable.md
minikbue_addons_disable.md

it will now create

addons.md

which will include subsections for `minikube addons enable` and `minikube addons disable`.
2020-04-01 15:59:33 -07:00