docs: Fix URLs
More copy-pasta from bootc docs (man it'd sure be nice to auto-inherit this from the repo).
This commit is contained in:
parent
a42f336f05
commit
77cd8d5429
|
|
@ -1,5 +1,5 @@
|
||||||
title: containers/bootc
|
title: centos/centos-boot
|
||||||
description: bootc documentation
|
description: centos-boot documentation
|
||||||
baseurl: "/centos-boot"
|
baseurl: "/centos-boot"
|
||||||
url: "https://centos.github.io"
|
url: "https://centos.github.io"
|
||||||
# Comment above and use below for local development
|
# Comment above and use below for local development
|
||||||
|
|
@ -32,8 +32,8 @@ color_scheme: coreos
|
||||||
|
|
||||||
# Aux links for the upper right navigation
|
# Aux links for the upper right navigation
|
||||||
aux_links:
|
aux_links:
|
||||||
"bootc on GitHub":
|
"centos-boot on GitHub":
|
||||||
- "https://github.com/containers/bootc"
|
- "https://github.com/centos/centos-boot"
|
||||||
|
|
||||||
footer_content: "Copyright © <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/containers\">others</a>."
|
footer_content: "Copyright © <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/containers\">others</a>."
|
||||||
|
|
||||||
|
|
@ -44,7 +44,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p"
|
||||||
# Footer "Edit this page on GitHub" link text
|
# Footer "Edit this page on GitHub" link text
|
||||||
gh_edit_link: true
|
gh_edit_link: true
|
||||||
gh_edit_link_text: "Edit this page on GitHub"
|
gh_edit_link_text: "Edit this page on GitHub"
|
||||||
gh_edit_repository: "https://github.com/containers/bootc"
|
gh_edit_repository: "https://github.com/centos/centos-boot"
|
||||||
gh_edit_branch: "main"
|
gh_edit_branch: "main"
|
||||||
gh_edit_source: docs
|
gh_edit_source: docs
|
||||||
gh_edit_view_mode: "tree"
|
gh_edit_view_mode: "tree"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue