Skip to content

Commit

Permalink
updating overview.
Browse files Browse the repository at this point in the history
Signed-off-by: hayleycd <cook.hayley@gmail.com>
  • Loading branch information
hayleycd committed Oct 14, 2024
1 parent d1f27bf commit 50bf4fb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion content/en/language_clients/language_client_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@ title: Language Client Overview
weight: 5
---

Hello world.
Sigstore uses [cosign](../../cosign/signing/overview) to sign and verify packages by default, but you can opt to use a language specific client instead.

Check failure on line 8 in content/en/language_clients/language_client_overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces

content/en/language_clients/language_client_overview.md:8:153 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md009.md

Sigstore has clients for the following language ecosystems:

- [Python](./python/python_client_overview)
- [Rust](https://github.com/sigstore/sigstore-rs#features)
- [Ruby](https://github.com/sigstore/sigstore-ruby#sigstore)
- [JavaScript](https://github.com/sigstore/sigstore-js#sigstore-js---)
- [Java](https://github.com/sigstore/sigstore-java#sigstore-java)
- [Go](https://github.com/sigstore/sigstore-go#sigstore-go)

Currently, language client documentation is hosted in the individual project repositories. This documentation is being migrated to the general sigstore docs.

Check failure on line 19 in content/en/language_clients/language_client_overview.md

View workflow job for this annotation

GitHub Actions / markdownlint

Files should end with a single newline character

content/en/language_clients/language_client_overview.md:19:157 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md047.md

0 comments on commit 50bf4fb

Please sign in to comment.