Adding in the better sed
Renaming to index.md;rereading of Hugo showed me my mistake; removing commented out/Markdown has no comment feature Updating with Olivier. Yay! It looks great Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
3ea67df373
commit
1aa8b00bdf
15 changed files with 56 additions and 68 deletions
|
@ -5,7 +5,7 @@ description = "Explains how to deploy a registry"
|
|||
keywords = ["registry, service, images, repository"]
|
||||
[menu.main]
|
||||
parent="smn_registry"
|
||||
weight=2
|
||||
weight=4
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
@ -279,7 +279,7 @@ Refer to `loglevel` to configure the level of messages printed.
|
|||
|
||||
## loglevel
|
||||
|
||||
> **DEPRECATED:** Please use [log](#log) instead.
|
||||
> **DEPRECATED:** Please use `log` instead.
|
||||
|
||||
```yaml
|
||||
loglevel: debug
|
||||
|
@ -1255,7 +1255,7 @@ Declare parameters for constructing the redis connections. Registry instances
|
|||
may use the Redis instance for several applications. The current purpose is
|
||||
caching information about immutable blobs. Most of the options below control
|
||||
how the registry connects to redis. You can control the pool's behavior
|
||||
with the [pool](#pool) subsection.
|
||||
with the `pool` subsection.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue