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

Update doc_locations.md for Java tooling #339

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/about/doc_locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

The location for Sigstore repositories and associated documentation is at [http://github.com/sigstore](http://github.com/sigstore). Documentation for Sigstore falls under two main categories:

- **Documentation for Sigstore users**: those who want to sign or verify artifacts or create integrations with using tooling.

Check failure on line 13 in content/en/about/doc_locations.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces

content/en/about/doc_locations.md:13:126 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md009.md
- **Documentation for Sigstore**: those who are changing the modules (Cosign, Rekor, etc.) of Sigstore, adding support for new languages, or implementing new features for the Sigstore suite of tooling.

Check failure on line 14 in content/en/about/doc_locations.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces

content/en/about/doc_locations.md:14:202 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md009.md

Documentation for users is on the website [https://docs.sigstore.dev](https://docs.sigstore.dev) and the website [https://sigstore.dev](https://sigstore.dev). Sigstore.dev contains a marketing-type first look into what Sigstore is and how it works, while docs.sigstore.dev contains instructions on how to use the software.

Expand All @@ -24,7 +24,7 @@
- [https://github.com/sigstore/docs](https://github.com/sigstore/docs): This repository contains the information for docs.sigstore.dev
- [https://github.com/sigstore/sigstore-website](https://github.com/sigstore/sigstore-website): This repository contains the information for sigstore.dev


Check failure on line 27 in content/en/about/doc_locations.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines

content/en/about/doc_locations.md:27 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md012.md
The documentation for both websites are in the Github repository under the **content** folder.

### Sigstore Docs
Expand All @@ -40,17 +40,17 @@
- **Certificate Authority**: Information on Fulcio, the Sigstore certificate authority.
- **Transparency Log**: Information about Rekkor, the Sigstore logging software.


Check failure on line 43 in content/en/about/doc_locations.md

View workflow job for this annotation

GitHub Actions / markdownlint

Multiple consecutive blank lines

content/en/about/doc_locations.md:43 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md012.md
## Developer Documentation

Developer documentation is with the repositories for the software. This documentation describes the internal workings of the various pieces of software that make up Sigstore. The repositories are broken down as follows:

- **Helm-charts**: Helm charts for the sigstore project.
- **Policy-controller**: The Kubernetes policy controller software.
- **Cosign**: Signing and verifying software.

Check failure on line 50 in content/en/about/doc_locations.md

View workflow job for this annotation

GitHub Actions / markdownlint

Trailing spaces

content/en/about/doc_locations.md:50:46 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**: Common go library shared across Sigstore services and clients.
- **Sigstore-python**: A code signing tool for Python packages.
- **Sigstore-maven-plugin**: A Maven plugin that can be used to use the “keyless” signing paradigm supported by Sigstore. In early stages at this time.
- **Sigstore-java**: A code signing library for Java. Also includes Gradle and Maven plugins for build tool integration.
- **Community**: A general Sigstore community repository.
- **Sigstore-website**: The codebase for sigstore.dev.
- **Cosign-installer**: Cosign Github action.
Expand Down
Loading