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

feat(internal/godocfx): add support for other modules #4290

Merged
merged 6 commits into from Jun 22, 2021

Commits on Jun 21, 2021

  1. feat(internal/godocfx): add support for other modules

    I chose to process all modules at the same time, rather than in separate
    invocations of godocfx, so we wouldn't have to make duplicate requests
    to the module index.
    
    The docs.metadata generation will probably need to be updated in a
    future PR to support different final URL destinations.
    tbpg committed Jun 21, 2021
    Copy the full SHA
    c2aa309 View commit details
    Browse the repository at this point in the history
  2. tests: fix them

    tbpg committed Jun 21, 2021
    Copy the full SHA
    fd89a07 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8e1266e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    37b6704 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c137e7e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb0628e View commit details
    Browse the repository at this point in the history