Skip to content

Commit 5ab212c

Browse files
authored
docs: update theme (#2240)
1 parent 24f4214 commit 5ab212c

File tree

143 files changed

+296
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+296
-308
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GO_VERSION: stable
15-
HUGO_VERSION: 0.117.0
15+
HUGO_VERSION: 0.131.0
1616
CGO_ENABLED: 0
1717

1818
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
GO_VERSION: stable
1616
GOLANGCI_LINT_VERSION: v1.59.1
17-
HUGO_VERSION: 0.117.0
17+
HUGO_VERSION: 0.131.0
1818
CGO_ENABLED: 0
1919
LEGO_E2E_TESTS: CI
2020
MEMCACHED_HOSTS: localhost:11211

docs/content/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
title: "Welcome"
2+
title: "Lego"
33
date: 2019-03-03T16:39:46+01:00
44
draft: false
5-
chapter: true
5+
chapter: false
66
---
77

8-
# Lego
9-
108
Let's Encrypt client and ACME library written in Go.
119

1210
## Features
@@ -25,7 +23,7 @@ Let's Encrypt client and ACME library written in Go.
2523
- TLS (tls-alpn-01)
2624
- SAN certificate support
2725
- [CNAME support](https://letsencrypt.org/2019/10/09/onboarding-your-customers-with-lets-encrypt-and-acme.html) by default
28-
- Comes with multiple optional [DNS providers]({{< ref "dns" >}})
29-
- [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}})
26+
- Comes with multiple optional [DNS providers]({{% ref "dns" %}})
27+
- [Custom challenge solvers]({{% ref "usage/library/Writing-a-Challenge-Solver" %}})
3028
- Certificate bundling
3129
- OCSP helper function

docs/content/dns/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The environment variables can reference a value.
1515

1616
Here is an example bash command using the Cloudflare DNS provider:
1717

18-
```console
18+
```bash
1919
2020
CLOUDFLARE_API_KEY=b9841238feb177a84330febba8a83208921177bffe733 \
2121
lego --dns cloudflare --domains www.example.com --email [email protected] run
@@ -33,7 +33,7 @@ The file must contain only the value.
3333

3434
Here is an example bash command using the CloudFlare DNS provider:
3535

36-
```console
36+
```bash
3737
$ cat /the/path/to/my/key
3838
b9841238feb177a84330febba8a83208921177bffe733
3939

docs/content/dns/zz_gen_acme-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lego --email [email protected] --dns acme-dns --domains my.example.org run
4242
| `ACME_DNS_STORAGE_PATH` | The ACME-DNS JSON account data file. A per-domain account will be registered/persisted to this file and used for TXT updates. |
4343

4444
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
45-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
45+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4646

4747

4848

docs/content/dns/zz_gen_alidns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ lego --email [email protected] --dns alidns --domains my.example.org run
5050
| `ALICLOUD_SECURITY_TOKEN` | STS Security Token (optional) |
5151

5252
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
53-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
53+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
5454

5555

5656
## Additional Configuration
@@ -63,7 +63,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
6363
| `ALICLOUD_TTL` | The TTL of the TXT record used for the DNS challenge |
6464

6565
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
66-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
66+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
6767

6868

6969

docs/content/dns/zz_gen_allinkl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lego --email [email protected] --dns allinkl --domains my.example.org run
4242
| `ALL_INKL_PASSWORD` | KAS password |
4343

4444
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
45-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
45+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4646

4747

4848
## Additional Configuration
@@ -54,7 +54,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
5454
| `ALL_INKL_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
5555

5656
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
57-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
57+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
5858

5959

6060

docs/content/dns/zz_gen_arvancloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lego --email [email protected] --dns arvancloud --domains my.example.org run
4040
| `ARVANCLOUD_API_KEY` | API key |
4141

4242
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
43-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
43+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4444

4545

4646
## Additional Configuration
@@ -53,7 +53,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
5353
| `ARVANCLOUD_TTL` | The TTL of the TXT record used for the DNS challenge |
5454

5555
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
56-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
56+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
5757

5858

5959

docs/content/dns/zz_gen_auroradns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lego --email [email protected] --dns auroradns --domains my.example.org run
4242
| `AURORA_SECRET` | Secret password to be used |
4343

4444
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
45-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
45+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4646

4747

4848
## Additional Configuration
@@ -55,7 +55,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
5555
| `AURORA_TTL` | The TTL of the TXT record used for the DNS challenge |
5656

5757
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
58-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
58+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
5959

6060

6161

docs/content/dns/zz_gen_autodns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lego --email [email protected] --dns autodns --domains my.example.org run
4242
| `AUTODNS_API_USER` | Username |
4343

4444
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
45-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
45+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4646

4747

4848
## Additional Configuration
@@ -57,7 +57,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
5757
| `AUTODNS_TTL` | The TTL of the TXT record used for the DNS challenge |
5858

5959
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
60-
More information [here]({{< ref "dns#configuration-and-credentials" >}}).
60+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
6161

6262

6363

0 commit comments

Comments
 (0)