This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix link-checking (follow fluxcd/flux#2956)
move back to upstream GH action update pymdown-extensions update to mkdocs-material 5: https://squidfunk.github.io/mkdocs-material/releases/5/#how-to-upgrade fix links follow fluxcd/flux#3006 parallelise checking
- Loading branch information
Daniel Holbach
committed
Apr 28, 2020
1 parent
e881eed
commit ba2c78e
Showing
15 changed files
with
103 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ "pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+" }, | ||
{ "pattern": "^mailto:" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ spec: | |
name: | ||
type: string | ||
git: | ||
description: Git URL is the URL of the Git repository, e.g. [email protected]:org/repo, | ||
http://github.com/org/repo, or ssh://[email protected]:2222/org/repo.git. | ||
description: Git URL is the URL of the Git repository, e.g. `[email protected]:org/repo`, | ||
`http://github.com/org/repo`, or `ssh://[email protected]:2222/org/repo.git`. | ||
type: string | ||
name: | ||
description: Name is the name of the Helm chart _without_ an alias, | ||
|
@@ -95,8 +95,8 @@ spec: | |
Defaults to 'master', or the configured default Git ref. | ||
type: string | ||
repository: | ||
description: RepoURL is the URL of the Helm repository, e.g. https://kubernetes-charts.storage.googleapis.com | ||
or https://charts.example.com. | ||
description: RepoURL is the URL of the Helm repository, e.g. `https://kubernetes-charts.storage.googleapis.com` | ||
or `https://charts.example.com`. | ||
type: string | ||
secretRef: | ||
description: SecretRef holds the authentication secret for accessing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,8 @@ spec: | |
name: | ||
type: string | ||
git: | ||
description: Git URL is the URL of the Git repository, e.g. [email protected]:org/repo, | ||
http://github.com/org/repo, or ssh://[email protected]:2222/org/repo.git. | ||
description: Git URL is the URL of the Git repository, e.g. `[email protected]:org/repo`, | ||
`http://github.com/org/repo`, or `ssh://[email protected]:2222/org/repo.git`. | ||
type: string | ||
name: | ||
description: Name is the name of the Helm chart _without_ an alias, | ||
|
@@ -96,8 +96,8 @@ spec: | |
Defaults to 'master', or the configured default Git ref. | ||
type: string | ||
repository: | ||
description: RepoURL is the URL of the Helm repository, e.g. https://kubernetes-charts.storage.googleapis.com | ||
or https://charts.example.com. | ||
description: RepoURL is the URL of the Helm repository, e.g. `https://kubernetes-charts.storage.googleapis.com` | ||
or `https://charts.example.com`. | ||
type: string | ||
secretRef: | ||
description: SecretRef holds the authentication secret for accessing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -635,8 +635,8 @@ string | |
</td> | ||
<td> | ||
<p>Git URL is the URL of the Git repository, e.g. | ||
[email protected]:org/repo, <a href="http://github.com/org/repo">http://github.com/org/repo</a>, | ||
or ssh://[email protected]:2222/org/repo.git.</p> | ||
<code>[email protected]:org/repo</code>, <code>http://github.com/org/repo</code>, | ||
or <code>ssh://[email protected]:2222/org/repo.git</code>.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
@@ -1381,8 +1381,8 @@ string | |
</td> | ||
<td> | ||
<p>RepoURL is the URL of the Helm repository, e.g. | ||
<a href="https://kubernetes-charts.storage.googleapis.com">https://kubernetes-charts.storage.googleapis.com</a> or | ||
<a href="https://charts.example.com">https://charts.example.com</a>.</p> | ||
<code>https://kubernetes-charts.storage.googleapis.com</code> or | ||
<code>https://charts.example.com</code>.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mkdocs == 1.1 | ||
mkdocs-material == 4.6.3 | ||
mkdocs-material == 5.1.3 | ||
mkdocs-redirects | ||
mkdocs-markdownextradata-plugin == 0.1.3 | ||
pymdown-extensions == 6.3.0 | ||
pymdown-extensions == 7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,14 @@ edit_uri: "" | |
extra: | ||
version: 1.0.1 | ||
social: | ||
- type: 'github' | ||
link: 'https://github.com/fluxcd/helm-operator' | ||
- icon: fontawesome/brands/github-alt | ||
link: https://github.com/fluxcd/helm-operator | ||
|
||
theme: | ||
name: material | ||
logo: _files/[email protected] | ||
favicon: _files/[email protected] | ||
language: en | ||
feature: | ||
tabs: false | ||
palette: | ||
primary: blue | ||
accent: indigo | ||
|
@@ -44,7 +42,7 @@ markdown_extensions: | |
guess_lang: false | ||
- toc: | ||
permalink: true | ||
- pymdownx.superfences | ||
- pymdownx.tabbed | ||
|
||
nav: | ||
- Overview: index.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,8 +159,8 @@ type ChartSource struct { | |
// GitChartSource describes a Helm chart sourced from Git. | ||
type GitChartSource struct { | ||
// Git URL is the URL of the Git repository, e.g. | ||
// [email protected]:org/repo, http://github.com/org/repo, | ||
// or ssh://[email protected]:2222/org/repo.git. | ||
// `[email protected]:org/repo`, `http://github.com/org/repo`, | ||
// or `ssh://[email protected]:2222/org/repo.git`. | ||
// +kubebuilder:validation:Optional | ||
GitURL string `json:"git"` | ||
// Ref is the Git branch (or other reference) to use. Defaults to | ||
|
@@ -195,8 +195,8 @@ func (s GitChartSource) RefOrDefault(defaultGitRef string) string { | |
// repository. | ||
type RepoChartSource struct { | ||
// RepoURL is the URL of the Helm repository, e.g. | ||
// https://kubernetes-charts.storage.googleapis.com or | ||
// https://charts.example.com. | ||
// `https://kubernetes-charts.storage.googleapis.com` or | ||
// `https://charts.example.com`. | ||
// +kubebuilder:validation:Optional | ||
RepoURL string `json:"repository"` | ||
// Name is the name of the Helm chart _without_ an alias, e.g. | ||
|
Oops, something went wrong.