Skip to content

Commit d8f5ec8

Browse files
committed
Add redirects
1 parent b3d4817 commit d8f5ec8

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

mkdocs.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,43 @@ plugins:
308308
redirect_maps:
309309
'concepts/manifest.md': 'concepts/environments.md#manifesttoml'
310310
'install-flox.md': 'install-flox/install.md'
311+
'reference/command-reference/flox-activate.md': 'man/flox-activate.md'
312+
'reference/command-reference/flox-auth.md': 'man/flox-auth.md'
313+
'reference/command-reference/flox-build-clean.md': 'man/flox-build-clean.md'
314+
'reference/command-reference/flox-build-import-nixpkgs.md': 'man/flox-build-import-nixpkgs.md'
315+
'reference/command-reference/flox-build.md': 'man/flox-build.md'
316+
'reference/command-reference/flox-config.md': 'man/flox-config.md'
317+
'reference/command-reference/flox-containerize.md': 'man/flox-containerize.md'
318+
'reference/command-reference/flox-delete.md': 'man/flox-delete.md'
319+
'reference/command-reference/flox-edit.md': 'man/flox-edit.md'
320+
'reference/command-reference/flox-envs.md': 'man/flox-envs.md'
321+
'reference/command-reference/flox-gc.md': 'man/flox-gc.md'
322+
'reference/command-reference/flox-generations-history.md': 'man/flox-generations-history.md'
323+
'reference/command-reference/flox-generations-list.md': 'man/flox-generations-list.md'
324+
'reference/command-reference/flox-generations-rollback.md': 'man/flox-generations-rollback.md'
325+
'reference/command-reference/flox-generations-switch.md': 'man/flox-generations-switch.md'
326+
'reference/command-reference/flox-include-upgrade.md': 'man/flox-include-upgrade.md'
327+
'reference/command-reference/flox-init.md': 'man/flox-init.md'
328+
'reference/command-reference/flox-install.md': 'man/flox-install.md'
329+
'reference/command-reference/flox-list.md': 'man/flox-list.md'
330+
'reference/command-reference/flox-publish.md': 'man/flox-publish.md'
331+
'reference/command-reference/flox-pull.md': 'man/flox-pull.md'
332+
'reference/command-reference/flox-push.md': 'man/flox-push.md'
333+
'reference/command-reference/flox-search.md': 'man/flox-search.md'
334+
'reference/command-reference/flox-services-logs.md': 'man/flox-services-logs.md'
335+
'reference/command-reference/flox-services-restart.md': 'man/flox-services-restart.md'
336+
'reference/command-reference/flox-services-start.md': 'man/flox-services-start.md'
337+
'reference/command-reference/flox-services-status.md': 'man/flox-services-status.md'
338+
'reference/command-reference/flox-services-stop.md': 'man/flox-services-stop.md'
339+
'reference/command-reference/flox-show.md': 'man/flox-show.md'
340+
'reference/command-reference/flox-uninstall.md': 'man/flox-uninstall.md'
341+
'reference/command-reference/flox-upgrade.md': 'man/flox-upgrade.md'
342+
'reference/command-reference/flox.md': 'man/flox.md'
343+
'reference/command-reference/manifest.toml.md': 'man/manifest.toml.md'
344+
'cookbook/languages/c.md': 'languages/c.md'
345+
'cookbook/languages/go.md': 'languages/go.md'
346+
'cookbook/languages/jvm.md': 'languages/jvm.md'
347+
'cookbook/languages/nodejs.md': 'languages/nodejs.md'
348+
'cookbook/languages/python.md': 'languages/python.md'
349+
'cookbook/languages/ruby.md': 'languages/ruby.md'
350+
'cookbook/languages/rust.md': 'languages/rust.md'

0 commit comments

Comments
 (0)