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

fix(docs): correct duplicated title in h1 and title tags in redirecting gh-pages branch #12500

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 12, 2024

  1. fix(docs): correct duplicated title in h1 and title tags

    - `h1` erroneously had `page_heading - Argo Workflows - The workflow engine for Kubernetes` when it should just be `page_heading`
    - `title` erroneously had the above plus another ` - Argo Workflows - The workflow engine for Kubernetes` after it
    
    - also, `proposals` were previously unintentionally included in the docs site, but they should only be on GitHub
      - they're explicitly excluded in future builds (per e921056)
      - they also weren't configured to show up anywhere in the ToC etc in the `mkdocs.yml`
    
    Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
    agilgur5 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ad31de7 View commit details
    Browse the repository at this point in the history