Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
27a42ecd
Unverified
Commit
27a42ecd
authored
4 years ago
by
Daniel Holbach
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1360 from dholbach/add-redirects
add redirects file
parents
598dfc32
ae7a59fb
No related branches found
Tags
v2.0.0-rc.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_redirects
+17
-0
17 additions, 0 deletions
_redirects
netlify.toml
+1
-1
1 addition, 1 deletion
netlify.toml
with
18 additions
and
1 deletion
_redirects
0 → 100644
+
17
−
0
View file @
27a42ecd
# individual rules
/core-concepts https://fluxcd.io/docs/concepts 301!
/contributing https://fluxcd.io/contributing 301!
# refer to https://github.com/fluxcd/flux2/discussions/367
/dev-guides/* https://fluxcd.io/docs/gitops-toolkit/:splat 301!
# this is how things looked in the navbar anyway..?
/guides/faq-migration https://fluxcd.io/docs/migration/faq-migration 301!
/guides/flux-v1-automation-migration https://fluxcd.io/docs/migration/flux-v1-automation-migration 301!
/guides/flux-v1-migration https://fluxcd.io/docs/migration/flux-v1-migration 301!
/guides/helm-operator-migration https://fluxcd.io/docs/migration/helm-operator-migration 301!
# catch all
/* https://fluxcd.io/docs/:splat 301!
This diff is collapsed.
Click to expand it.
netlify.toml
+
1
−
1
View file @
27a42ecd
[build]
command
=
"./copy-docs-assets.sh && mkdocs build"
command
=
"./copy-docs-assets.sh && mkdocs build
&& cp _redirects site/
"
publish
=
"site"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment