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

refactor(build): simplify mkdocs build scripts #12463

Merged

Commits on Jan 4, 2024

  1. refactor(build): simplify mkdocs build scripts

    - we no longer need a separate file in `hack/` since the new build in `mkdocs` 1.5+ is a one-liner
      - this is also more efficient as we only execute `mkdocs build` once now
    
    follow-up to e921056
    
    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9730015 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merge branch 'main' into refactor-mkdocs-script-simplify

    Signed-off-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
    agilgur5 authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b848fed View commit details
    Browse the repository at this point in the history