Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce doc and CLI usage maintenance cost #122

Open
Bobgy opened this issue Apr 10, 2022 · 0 comments
Open

Reduce doc and CLI usage maintenance cost #122

Bobgy opened this issue Apr 10, 2022 · 0 comments
Assignees

Comments

@Bobgy
Copy link
Collaborator

Bobgy commented Apr 10, 2022

Goal: users should be able to find full documentation in both CLI usage and from github documentation.

Problem: doc for both are duplicated, problems:

  1. some information is only available in one place
  2. duplicated efforts needed to maintain docs must be applied to both places

Proposal

  1. Include all the info into CLI usage docstring.
  2. Generate markdown CLI reference using https://github.com/spf13/cobra/blob/master/doc/md_docs.md.
  3. Remove non-quickstart necessary information from README.md and just link to the generated reference doc.

Context: this is an idea generated when updating docs for v1.1 #111.

@Bobgy Bobgy self-assigned this Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant