Fix lack of styling on Aliyun OSS documentation page
This page was missing styling once exported to HTML. Adding a <!--[metadata]> block similar to the ones the other *.md files have appears to solve the problem. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
a0c63372fa
commit
1670502413
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,10 @@
|
||||||
<!--GITHUB
|
<!--[metadata]>
|
||||||
page_title: Aliyun OSS storage driver
|
+++
|
||||||
page_description: Explains how to use the Aliyun OSS storage drivers
|
title = "Aliyun OSS storage driver"
|
||||||
page_keywords: registry, service, driver, images, storage, OSS, aliyun
|
description = "Explains how to use the Aliyun OSS storage driver"
|
||||||
IGNORES-->
|
keywords = ["registry, service, driver, images, storage, OSS, aliyun"]
|
||||||
|
+++
|
||||||
|
<![end-metadata]-->
|
||||||
|
|
||||||
# Aliyun OSS storage driver
|
# Aliyun OSS storage driver
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue