Skip to content

Commit

Permalink
docs for mysqlctl and mysqlctld (#1582)
Browse files Browse the repository at this point in the history
* docs for mysqlctl and mysqlctld

Signed-off-by: Andrew Mason <[email protected]>

* update docs

Signed-off-by: Andrew Mason <[email protected]>

* regen docs

Signed-off-by: Andrew Mason <[email protected]>

* remove handwritten mysqlctl/mysqlctld docs

Signed-off-by: Andrew Mason <[email protected]>

---------

Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason authored Sep 21, 2023
1 parent 83eb955 commit 039e3f2
Show file tree
Hide file tree
Showing 12 changed files with 1,039 additions and 281 deletions.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ ifndef COBRADOC_VERSION_PAIRS
export COBRADOC_VERSION_PAIRS="main:18.0,v17.0.2:17.0,v16.0.4:16.0,v15.0.4:15.0"
endif

generated-docs: vtctld-docs vtctldclient-docs vtgate-docs vtorc-docs vttablet-docs
generated-docs: mysqlctl-docs mysqlctld-docs vtctld-docs vtctldclient-docs vtgate-docs vtorc-docs vttablet-docs

# Usage: VITESS_DIR=/full/path/to/vitess.io/vitess make mysqlctl-docs
mysqlctl-docs:
go run ./tools/cobradocs/ --vitess-dir "${VITESS_DIR}" --version-pairs "${COBRADOC_VERSION_PAIRS}" mysqlctl

# Usage: VITESS_DIR=/full/path/to/vitess.io/vitess make mysqlctld-docs
mysqlctld-docs:
go run ./tools/cobradocs/ --vitess-dir "${VITESS_DIR}" --version-pairs "${COBRADOC_VERSION_PAIRS}" mysqlctld

# Usage: VITESS_DIR=/full/path/to/vitess.io/vitess make vtctld-docs
vtctld-docs:
Expand Down
158 changes: 0 additions & 158 deletions content/en/docs/18.0/reference/programs/mysqlctl.md

This file was deleted.

Loading

0 comments on commit 039e3f2

Please sign in to comment.