mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
* Change master to main in most uses Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
11 lines
245 B
TOML
11 lines
245 B
TOML
[build]
|
|
base = "site/"
|
|
command = "jekyll build"
|
|
publish = "site/_site"
|
|
|
|
# Using the * -> :splat rule should redirect anything under master to the matching file under main
|
|
[[redirects]]
|
|
from = "/docs/master/*"
|
|
to = "/docs/main/:splat"
|
|
|