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

Generate docs for the CLI #40

Merged
merged 6 commits into from
Aug 6, 2018
Merged

Generate docs for the CLI #40

merged 6 commits into from
Aug 6, 2018

Commits on Aug 2, 2018

  1. Add command to generate docs for the CLI using pandoc

    This POC provides a new command (`usage`) that is hidden from users,
    but would allow us to CD docs as part of our workflow.
    Zachary Scott committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    6b59c06 View commit details
    Browse the repository at this point in the history
  2. Add job to build docs and store them in artifacts

    Zachary Scott committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    e8d5ab7 View commit details
    Browse the repository at this point in the history
  3. Store the artifacts under an alias

    Zachary Scott committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    cda5b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Deploy docs to gh-pages after updating index

    Zachary Scott committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    c86af1e View commit details
    Browse the repository at this point in the history
  2. Only build docs on deploy

    Zachary Scott committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a47d082 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. Move pandoc outside of go command and page setup from deploy script

    We now generate the markdown comment from `usage` command,
    and call pandoc from a script to handle generating HTML.
    Zachary Scott committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    0cfb929 View commit details
    Browse the repository at this point in the history