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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user