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

docs: update README to align with the new project brand #343

Merged
merged 12 commits into from
Nov 27, 2023
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Notation
# Notation Golang library
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

[![Build Status](https://github.com/notaryproject/notation-go/actions/workflows/build.yml/badge.svg?event=push&branch=main)](https://github.com/notaryproject/notation-go/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Amain)
[![codecov](https://codecov.io/gh/notaryproject/notation-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notaryproject/notation-go)
[![Codecov](https://codecov.io/gh/notaryproject/notation-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notaryproject/notation-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/notaryproject/notation-go.svg)](https://pkg.go.dev/github.com/notaryproject/notation-go@main)

A collection of libraries for supporting Notation sign, verify, push, pull of oci artifacts. Based on Notary Project standard.
A collection of libraries for Notation, provides the ability to sign, verify, push, and pull OCI artifacts. Based on the Notary Project standard. You can develop your own client for signing and verifying artifacts by using the Notation Golang library.
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

Notation Golang library reaches stable in July 2023 and is in active development status.
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

> **Note** The Notation documentation is available [here](https://notaryproject.dev/docs/). You can also find the Notary Project [README](https://github.com/notaryproject/.github/blob/main/README.md) to learn about the overall Notary Project.
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

## Table of Contents
- [Core Documents](#core-documents)
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Core Documents
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

* [Governance for Notation](https://github.com/notaryproject/notary/blob/master/GOVERNANCE.md)
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved
* [Maintainers and reviewers list](https://github.com/notaryproject/notary/blob/master/MAINTAINERS)
All examples and library documentation are available at [Go Reference](https://pkg.go.dev/github.com/notaryproject/notation-go@main#section-documentation).
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved
FeynmanZhou marked this conversation as resolved.
Show resolved Hide resolved

## Code of Conduct

Expand Down