Skip to content

iwankgb/docs

 
 

Repository files navigation

Sigstore docs

This repo contains the Sigstore documentation, which is hosted at docs.sigstore.dev.

If you are looking for the frontend development of the Sigstore website, please visit the sigstore-wesbite repo.

Contributing

We welcome contributions on the docs site!

Pull Request Process

  1. Please first discuss the change you wish to make via an issue.
  2. Fork the docs repository to your own GitHub account and clone it locally.
  3. Hack on your changes.
  4. Write a meaningful commit message (and sign your commit). Review the commit message guidelines.
  5. Ensure that CI passes, if it fails, fix the failures. If you are making many commits into one PR, please squash your commits.
  6. Every pull request requires a review from the core sigstore-website team before merging.

Setup

Install dependencies:

yarn install

Development

yarn dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

yarn generate

To preview the static generated app, run yarn start

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • Shell 35.8%