We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28a1fe commit f394a2bCopy full SHA for f394a2b
netlify.toml
@@ -77,6 +77,15 @@ command = """
77
from = "/docs/platform-ui-link/platform/crd/project/:version"
78
to = "/docs/platform/:version/api/resources/project"
79
80
+# Project Secret
81
+[[redirects]]
82
+ from = "/docs/platform-ui-link/platform/crd/projectsecret"
83
+ to = "/docs/platform/administer/secrets/project/create"
84
+
85
86
+ from = "/docs/platform-ui-link/platform/crd/projectsecret/:version"
87
+ to = "/docs/platform/:version/administer/secrets/project/create"
88
89
# Team
90
[[redirects]]
91
from = "/docs/platform-ui-link/platform/crd/team"
0 commit comments