Skip to content

alexashley/docs

This branch is 96 commits behind sigstore/docs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c956f6 · Jun 14, 2023
Aug 24, 2021
Jun 7, 2023
Jun 14, 2023
Aug 19, 2021
Sep 28, 2022
Jul 21, 2022
Apr 2, 2023
Dec 21, 2022
Aug 23, 2021
Aug 23, 2021
Nov 14, 2022

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

Note: If the error "digital envelope routines::unsupported" appears and the build fails, correct this by enabling the legacy OpenSSL provider.

On Unix-like, enter the command:

export NODE_OPTIONS=--openssl-legacy-provider

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 their official GitHub repo.

About

Sigstore documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • Shell 31.8%