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

Export doc tags. #27

Merged
merged 1 commit into from
Jul 23, 2021
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing

<!--* freshness: { exempt: true } *-->

Unfortunately, we are not able to accept external contributions at this time.
We'd love to hear about any issues you experience when using our product. Please
file bugs and feature requests via GitHub's
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fresnel

<!--* freshness: { owner: '@alexherrero' reviewed: '2020-08-19' } *-->

Support | Tests | Contributing | Open Issues | License
------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------
[![Google Groups - Fresnel](https://img.shields.io/badge/Support-Google%20Groups-blue)](https://groups.google.com/forum/#!forum/fresnel-discuss) | [![Go Tests](https://github.com/google/fresnel/workflows/Go%20Tests/badge.svg)](https://github.com/google/fresnel/actions?query=workflow%3A%22Go+Tests%22) | [![Contributing](https://img.shields.io/badge/Contributions-Closed-red)](https://github.com/google/fresnel/blob/master/CONTRIBUTING.md) | [![Open Issues](https://img.shields.io/github/issues/google/fresnel)](https://github.com/google/fresnel/issues) | [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://github.com/google/fresnel/blob/master/LICENSE)
Expand Down
2 changes: 2 additions & 0 deletions appengine/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fresnel App Engine

<!--* freshness: { owner: '@alexherrero' reviewed: '2020-08-17' } *-->

Fresnel App Engine runs in your Google Cloud Platform (GCP) project. It serves
as the intermediary between a client and the resources needed to build trust for
your OS installer.
Expand Down
2 changes: 2 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fresnel CLI

<!--* freshness: { owner: '@alexherrero' reviewed: '2020-08-17' } *-->

The Fresnel CLI runs on a trusted machine that is authorized to build boot media
for an operating system installer. It's primary purpose is to prepare storage
media (USB or Removable Disk) that will install an operating system.
Expand Down
2 changes: 2 additions & 0 deletions cli/config/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CLI Configuration

<!--* freshness: { owner: '@alexherrero' reviewed: '2020-08-17' } *-->

The Fresnel CLI obtains all information for the distributions it makes available
from [deafults.go](defaults.go).

Expand Down