This pull request includes several changes aimed at improving documentation and fixing issues related to release assets and checksums. The most important changes include updates to documentation links, the removal of unnecessary SBOM JSON files, and adjustments to the .goreleaser.yml configuration.
Documentation Updates:
Updated links in docs/index.md and templates/index.md.tmpl to point to the correct guides for authentication methods. ([[1]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L64-R73), [[2]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L109-R113), [[3]](diffhunk://#diff-2787aac6ad1510c9157d238b7b366aa4a6abdeba2429c28affad380e0bd3df26L40-R60))
Removed the "Authentication" section from the navigation in docs/.pages. ([docs/.pagesL5](diffhunk://#diff-5b7137a1b17cd50c3db509d7fccc84b453921a9ab979daa5e1a372fda4575a0dL5))
Release Assets and Configuration:
Fixed the issue of unnecessary SBOM JSON files being included in the release assets by removing the sboms section from .goreleaser.yml. ([.goreleaser.ymlL45-L47](diffhunk://#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689L45-L47))
Added entries to track fixed issues related to docs rendering and links, and unnecessary SBOM JSON files in the .changes/unreleased directory. ([[1]](diffhunk://#diff-b58489300b3b5adc5685a5818f34be2b63dcfb9cb27e46c929f7f90e3af85363R1-R5), [[2]](diffhunk://#diff-c031cfd4606dfeb2c17b6a9d48c7bea25692e9446970205e1eee395aa0cb4cfdR1-R5))
This pull request includes several changes aimed at improving documentation and fixing issues related to release assets and checksums. The most important changes include updates to documentation links, the removal of unnecessary SBOM JSON files, and adjustments to the
.goreleaser.yml
configuration.Documentation Updates:
docs/index.md
andtemplates/index.md.tmpl
to point to the correct guides for authentication methods. ([[1]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L64-R73)
,[[2]](diffhunk://#diff-b4d68dc855d0f9476d3f2ee343853bd21bf82ea9960d0cf06661baa244439dd6L109-R113)
,[[3]](diffhunk://#diff-2787aac6ad1510c9157d238b7b366aa4a6abdeba2429c28affad380e0bd3df26L40-R60)
)docs/.pages
. ([docs/.pagesL5](diffhunk://#diff-5b7137a1b17cd50c3db509d7fccc84b453921a9ab979daa5e1a372fda4575a0dL5)
)Release Assets and Configuration:
sboms
section from.goreleaser.yml
. ([.goreleaser.ymlL45-L47](diffhunk://#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689L45-L47)
).changes/unreleased
directory. ([[1]](diffhunk://#diff-b58489300b3b5adc5685a5818f34be2b63dcfb9cb27e46c929f7f90e3af85363R1-R5)
,[[2]](diffhunk://#diff-c031cfd4606dfeb2c17b6a9d48c7bea25692e9446970205e1eee395aa0cb4cfdR1-R5)
)