forked from OctopusDeploy/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredirects.txt
1047 lines (1047 loc) · 132 KB
/
redirects.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
from-file-path -> to-file-path #DO NOT DELETE THIS LINE
docs/administration/high-availability/removing-high-availability-nodes.md -> docs/administration/high-availability/maintain/maintain-high-availability-nodes.md
docs/administration/upgrading/migrating-from-redgate-deployment-manager-to-octopus-deploy.md -> docs/administration/upgrading/index.md
docs/administration/how-to-move-the-octopus-server-to-another-server-or-vm.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/moving-octopus-server-folders.md
docs/administration/retention-policies/retention-policies-and-channels.md -> docs/administration/retention-policies/index.md
docs/administration/moving-your-octopus/replicating-your-octopus-instance-in-a-test-environment.md -> docs/administration/managing-infrastructure/moving-your-octopus/index.md
docs/api-and-integration/visual-studio-team-services-vsts -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/api-and-integration/team-foundation-server-tfs -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/administration/subscription_events.md -> docs/administration/managing-infrastructure/subscriptions/index.md
docs/packaging-applications/nuget-packages/using-octo.exe.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/nuget-packages/using-octopack/index.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/packaging-applications/nuget-packages/using-octopack/octopack-to-include-buildevent-files.md -> docs/packaging-applications/create-packages/octopack/octopack-to-include-buildevent-files.md
docs/packaging-applications/creating-zip-packages.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/installation/installing-octopus/index.md -> docs/installation/index.md
docs/installation/installing-octopus/automating-installation.md -> docs/installation/automating-installation.md
docs/installation/installing-octopus/permissions-required-for-the-octopus-windows-service.md -> docs/installation/permissions-for-the-octopus-windows-service.md
docs/installation/permissions-required-for-the-octopus-windows-service.md -> docs/installation/permissions-for-the-octopus-windows-service.md
docs/installation/installing-octopus/sql-server-database-requirements.md -> docs/installation/sql-server-database.md
docs/infrastructure/environments/accounts/index.md -> docs/infrastructure/accounts/index.md
docs/infrastructure/environments/accounts/username-and-password.md -> docs/infrastructure/accounts/username-and-password.md
docs/infrastructure/azure-cloud-service-target.md -> docs/infrastructure/deployment-targets/azure/cloud-service-targets/index.md
docs/infrastructure/environments/accounts/azure-account.md -> docs/infrastructure/accounts/azure/index.md
docs/api-and-integration/bamboo/bamboo-plugin.md -> docs/packaging-applications/build-servers/bamboo.md
docs/deployment-examples/node-on-nix-deployments/configure-octopus-deploy-project.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-examples/node-on-nix-deployments/configuring-target-machine.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-examples/node-on-nix-deployments/index.md -> docs/deployments/node-js/node-on-linux.md
varying-azure-subscription-by-environment.md -> docs/deployments/azure/varying-azure-subscription-by-environment.md
docs/deployment-process/project-triggers/automatic-deployment-triggers.md -> docs/projects/project-triggers/deployment-target-triggers.md
docs/deployment-process/steps/deploying-packages/dynamically-selecting-packages.md -> docs/deployments/packages/dynamically-selecting-packages.md
docs/deployment-process/projects/reporting.md -> docs/administration/reporting/index.md
docs/infrastructure/lifecycles/index.md -> docs/releases/lifecycles/index.md
docs/deployment-patterns/multi-tenant-deployment-pattern.md -> docs/tenants/index.md
docs/deployment-process/deploying-virtual-hard-drives.md -> docs/deployments/windows/virtual-hard-drive-deployments.md
docs/api-and-integration/octopus-rest-api.md -> docs/octopus-rest-api/index.md
docs/administration/get-a-database-backup-and-encrypt-the-master-key.md -> docs/support/get-a-database-backup-and-encrypt-the-master-key.md
docs/administration/use-iis-as-reverse-proxy.md -> docs/security/exposing-octopus/use-iis-as-reverse-proxy.md
docs/administration/custom-certificates-with-octopus-server-and-tentacle.md -> docs/security/octopus-tentacle-communication/custom-certificates-with-octopus-server-and-tentacle.md
docs/administration/security-headers.md -> docs/security/http-security-headers.md
docs/administration/security-and-encryption.md -> docs/security/data-encryption.md
docs/administration/fips-and-octopus-deploy.md -> docs/security/fips-and-octopus-deploy.md
docs/administration/security/cve/fips-and-octopus-deploy.md -> docs/security/fips-and-octopus-deploy.md
docs/administration/outbound-requests.md -> docs/security/outbound-requests/index.md
docs/administration/csrf-and-octopus-deploy.md -> docs/security/cve/csrf-and-octopus-deploy.md
docs/administration/security/csrf-and-octopus-deploy.md -> docs/security/cve/csrf-and-octopus-deploy.md
docs/installation/expose-the-octopus-web-portal-over-https.md -> docs/security/exposing-octopus/expose-the-octopus-web-portal-over-https.md
docs/administration/process-dumps.md -> docs/support/process-dumps.md
docs/administration/docker/docker-run-with-networking.md -> docs/deployments/docker/docker-run-with-networking.md
docs/administration/docker/index.md -> docs/deployments/docker/index.md
docs/administration/script-modules.md -> docs/deployments/custom-scripts/script-modules.md
docs/administration/pci-compliance-and-octopus-deploy.md -> docs/security/pci-compliance-and-octopus-deploy.md
docs/administration/octopus-tentacle-communication/troubleshooting-schannel-and-tls.md -> docs/security/octopus-tentacle-communication/troubleshooting-schannel-and-tls.md
docs/administration/octopus-tentacle-communication/index.md -> docs/security/octopus-tentacle-communication/index.md
docs/administration/lets-encrypt-integration.md -> docs/security/exposing-octopus/lets-encrypt-integration.md
docs/administration/octopus-server-configuration-file.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/index.md
docs/deployment-process/configure-environment-specific-configuration-transforms-while-keeping-sensitive-values-in-octopus.md -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-process/substitute-variables-in-files.md -> docs/projects/steps/configuration-features/substitute-variables-in-templates.md
docs/deployment-process/variable-substitution-syntax.md -> docs/projects/variables/variable-substitutions.md
docs/deployment-process/steps/automatic-release-creation.md -> docs/projects/project-triggers/automatic-release-creation.md
docs/installation/sql-server-database-requirements.md -> docs/installation/sql-server-database.md
docs/administration/security/hardening-octopus-server.md -> docs/security/hardening-octopus.md
docs/packaging-applications/creating-packages/versioning-in-octopus-deploy.md -> docs/packaging-applications/create-packages/versioning.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployments-prior-to-octopus-3.4.md -> docs/tenants/index.md
docs/administration/report-on-deployments-using-excel.md -> docs/administration/reporting/report-on-deployments-using-excel.md
docs/infrastructure/environments/elastic-and-transient-environments/index.md -> docs/deployments/patterns/elastic-and-transient-environments/index.md
docs/infrastructure/environments/elastic-and-transient-environments/cleaning-up-environments.md -> docs/deployments/patterns/elastic-and-transient-environments/cleaning-up-environments.md
docs/infrastructure/environments/elastic-and-transient-environments/deploying-to-transient-targets.md -> docs/deployments/patterns/elastic-and-transient-environments/deploying-to-transient-targets.md
docs/infrastructure/environments/elastic-and-transient-environments/immutable-infrastructure.md -> docs/deployments/patterns/elastic-and-transient-environments/immutable-infrastructure.md
docs/infrastructure/environments/elastic-and-transient-environments/keeping-deployment-targets-up-to-date.md -> docs/deployments/patterns/elastic-and-transient-environments/keeping-deployment-targets-up-to-date.md
docs/infrastructure/environments/target-roles/index.md -> docs/infrastructure/deployment-targets/index.md
docs/infrastructure/environments/machine-policies.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/administration/octopus-dsc/tentacle-agent.md -> docs/infrastructure/deployment-targets/windows-targets/automating-tentacle-installation.md
docs/administration/octopus-dsc/octopus-server.md -> docs/installation/automating-installation.md
docs/installation/upgrading.md -> docs/administration/upgrading/index.md
docs/deployment-process/migrate-azure-targets-into-azure-steps.md -> docs/index.md
docs/packaging-applications/creating-packages/package-id.md -> docs/packaging-applications/index.md
docs/infrastructure/windows-targets/listening-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/index.md
docs/infrastructure/windows-targets/polling-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/index.md
docs/infrastructure/windows-targets/listening-tentacles/troubleshoot-listening-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/troubleshooting-tentacles.md
docs/infrastructure/windows-targets/polling-tentacles/polling-tentacles-web-sockets.md -> docs/infrastructure/deployment-targets/windows-targets/polling-tentacles-web-sockets.md
docs/infrastructure/windows-targets/polling-tentacles/troubleshoot-polling-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/troubleshooting-tentacles.md
docs/infrastructure/windows-targets/legacy-requirements.md -> docs/infrastructure/deployment-targets/windows-targets/requirements/legacy-requirements.md
docs/infrastructure/windows-targets/troubleshoot-listening-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/troubleshooting-tentacles.md
docs/infrastructure/windows-targets/troubleshoot-polling-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/troubleshooting-tentacles.md
docs/packaging-applications/creating-packages/applications/index.md -> docs/packaging-applications/index.md
docs/packaging-applications/creating-packages/applications/web-apps/index.md -> docs/packaging-applications/index.md
docs/packaging-applications/creating-packages/supported-packages -> docs/packaging-applications/index.md
docs/packaging-applications/creating-packages/versioning -> docs/packaging-applications/create-packages/versioning.md
docs/deployment-process/coordinating-multiple-projects/index.md -> docs/projects/coordinating-multiple-projects/index.md
docs/deployment-process/steps/configuration-files/index.md -> docs/projects/steps/configuration-features/index.md
docs/deployment-process/steps/configuration-files/advanced-configuration-transforms-examples.md -> docs/projects/steps/configuration-features/configuration-transforms/index.md
docs/deployment-process/steps/deploying-packages/transfer-package.md -> docs/deployments/packages/transfer-package.md
docs/deployment-process/steps/deploying-packages/troubleshoot-missing-packages.md -> docs/deployments/packages/troubleshoot-missing-packages.md
docs/deployment-process/manually-fail-a-running-or-cancelling-task.md -> docs/releases/manually-fail-a-task.md
docs/deployment-process/deploy-to-a-specific-subset-of-targets.md -> docs/releases/index.md
docs/deployment-process/how-to-run-steps-on-the-octopus-server.md -> docs/deployments/packages/deploy-packages-to-your-octopus-server.md
docs/deployment-process/coordinating-multiple-projects/deploy-release-step/index.md -> docs/projects/coordinating-multiple-projects/deploy-release-step/index.md
docs/deployment-process/steps/configuration-files/configure-environment-specific-configuration-transforms-while-keeping-sensitive-values-in-octopus.md -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-process/steps/configuration-files/substitute-variables-in-files.md -> docs/projects/steps/configuration-features/substitute-variables-in-templates.md
docs/deployment-process/steps/deploying-packages/delta-compression-for-package-transfers.md -> docs/deployments/packages/delta-compression-for-package-transfers.md
docs/deployment-process/steps/deploying-packages/package-deployment-feature-ordering.md -> docs/deployments/packages/package-deployment-feature-ordering.md
docs/deployment-process/steps/deploying-packages/stage-package-uploads.md -> docs/deployments/packages/stage-package-uploads.md
docs/deployment-process/coordinating-multiple-projects/project-coordination-code-samples.md -> docs/projects/coordinating-multiple-projects/project-coordination-code-samples.md
docs/deployment-process/steps/run-steps-in-parallel.md -> docs/projects/steps/conditions/index.md
docs/deployment-process/steps/custom-installation-directory.md -> docs/projects/steps/configuration-features/custom-installation-directory.md
docs/deployment-process/steps/configuration-files/custom-installation-directory.md -> docs/projects/steps/configuration-features/custom-installation-directory.md
docs/deployment-process/steps/deploying-packages/index.md -> docs/deployments/packages/index.md
docs/deployment-process/steps/using-target-roles-in-deployment-steps -> docs/projects/steps/index.md
docs/deployment-examples/node-on-nix-deployments/create-&-push-node.js-project.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-process/steps/exporting-step-templates.md -> docs/projects/custom-step-templates.md
docs/administration/octopus-community-step-templates-integration.md -> docs/projects/community-step-templates.md
docs/administration/subscription-events.md -> docs/administration/managing-infrastructure/subscriptions/index.md
docs/administration/troubleshooting-authentication-problems.md -> docs/security/authentication/troubleshooting-authentication-problems.md
docs/administration/specifying-a-custom-container-to-use-for-ad-authetication.md -> docs/security/authentication/active-directory/custom-containers-for-ad-authentication.md
docs/administration/authentication-providers/index.md -> docs/security/authentication/index.md
docs/administration/authentication-providers/active-directory-authentication.md -> docs/security/authentication/active-directory/index.md
docs/administration/authentication-providers/auto-user-creation -> docs/security/authentication/auto-user-creation.md
docs/administration/authentication-providers/azure-ad-authentication.md -> docs/security/authentication/azure-ad-authentication.md
docs/administration/authentication-providers/googleapps-authentication.md -> docs/security/authentication/googleapps-authentication.md
docs/administration/authentication-providers/guest-login.md -> docs/security/authentication/guest-login.md
docs/administration/authentication-providers/moving-active-directory-domains.md -> docs/security/authentication/active-directory/moving-active-directory-domains.md
docs/administration/authentication-providers/troubleshooting-active-directory-integration.md -> docs/security/authentication/active-directory/troubleshooting-active-directory-integration.md
docs/administration/authentication-providers/okta-authentication.md -> docs/security/authentication/okta-authentication.md
docs/administration/specifying-a-custom-container-to-use-for-ad-authentication.md -> docs/security/authentication/active-directory/custom-containers-for-ad-authentication.md
docs/administration/run-tentacle-under-a-specific-user.md -> docs/infrastructure/deployment-targets/windows-targets/running-tentacle-under-a-specific-user-account.md
docs/administration/export-and-import-tentacle-certificates-without-a-profile.md -> docs/infrastructure/deployment-targets/windows-targets/automating-tentacle-installation.md
docs/deployment-examples/manual-intervention-and-approvals.md -> docs/projects/built-in-step-templates/manual-intervention-and-approvals.md
docs/deployment-process/steps/conditions/index.md -> docs/projects/steps/conditions/index.md
docs/deployment-process/steps/conditions/run-steps-in-parallel.md -> docs/projects/steps/conditions/index.md
docs/deployment-process/configuration-files/index.md -> docs/projects/steps/configuration-features/index.md
docs/deployment-process/configuration-files/advanced-configuration-transforms-examples.md -> docs/projects/steps/configuration-features/configuration-transforms/index.md
docs/deployment-process/configuration-files/configuration-transforms.md -> docs/projects/steps/configuration-features/configuration-transforms/index.md
docs/deployment-process/configuration-files/configure-environment-specific-configuration-transforms-while-keeping-sensitive-values-in-octopus.md -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-process/configuration-files/configuration-variables.md -> docs/projects/steps/configuration-features/xml-configuration-variables-feature.md
docs/deployment-process/configuration-files/custom-installation-directory.md -> docs/projects/steps/configuration-features/custom-installation-directory.md
docs/deployment-process/configuration-files/substitute-variables-in-files.md -> docs/projects/steps/configuration-features/substitute-variables-in-templates.md
docs/deployment-process/configuration-files/confiuration-variables.md -> docs/projects/steps/configuration-features/xml-configuration-variables-feature.md
docs/deployment-examples/deploying-asp.net-core-web-applications/json-configuration-variables-feature.md -> docs/projects/steps/configuration-features/structured-configuration-variables-feature.md
docs/administration/workers/external-workers.md -> docs/infrastructure/workers/index.md
docs/deployment-process/steps/how-to-run-steps-on-the-octopus-server.md -> docs/deployments/packages/deploy-packages-to-your-octopus-server.md
docs/administration/worker-pools.md -> docs/infrastructure/workers/worker-pools.md
docs/key-concepts/machine-roles -> docs/infrastructure/deployment-targets/index.md
docs/deployment-process/configuration-features/advanced-configuration-transforms-examples.md -> docs/projects/steps/configuration-features/configuration-transforms/index.md
docs/deployment-process/configuration-features/configuration-variables.md -> docs/projects/steps/configuration-features/xml-configuration-variables-feature.md
docs/infrastructure/aws/creating-an-aws-account/index.md -> docs/infrastructure/accounts/aws/index.md
docs/deployment-process/releases/scheduled-deployments.md -> docs/releases/index.md
docs/deployment-process/releases/deploy-to-a-specific-subset-of-targets.md -> docs/releases/index.md
docs/deployment-process/releases/automatic-release-creation.md -> docs/projects/project-triggers/automatic-release-creation.md
docs/deployment-examples/email-notifications.md -> docs/projects/built-in-step-templates/email-notifications.md
docs/deployment-examples/deploying-asp.net-core-web-applications/index.md -> docs/deployments/dotnet/netcore-webapp.md
docs/deployment-examples/deploying-mobile-applications.md -> docs/deployments/index.md
docs/deployment-examples/configure-environment-specific-configuration-transforms-while-keeping-sensitive-values-in-octopus.md -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-examples/deploying-packages/index.md -> docs/deployments/packages/index.md
docs/deployment-examples/deploying-packages/delta-compression-for-package-transfers.md -> docs/deployments/packages/delta-compression-for-package-transfers.md
docs/deployment-examples/deploying-packages/deploy-packages-to-your-octopus-server.md -> docs/deployments/packages/deploy-packages-to-your-octopus-server.md
docs/deployment-examples/deploying-packages/dynamically-selecting-packages.md -> docs/deployments/packages/dynamically-selecting-packages.md
docs/deployment-examples/deploying-packages/package-deployment-feature-ordering.md -> docs/deployments/packages/package-deployment-feature-ordering.md
docs/deployment-examples/deploying-packages/stage-package-uploads.md -> docs/deployments/packages/stage-package-uploads.md
docs/deployment-examples/deploying-packages/transfer-package.md -> docs/deployments/packages/transfer-package.md
docs/deployment-examples/deploying-packages/troubleshoot-missing-packages.md -> docs/deployments/packages/troubleshoot-missing-packages.md
docs/deployment-examples/deploying-html-and-javascript-applications.md -> docs/deployments/html-and-javascript-application-deployments.md
docs/deployment-examples/deploying-virtual-hard-drives.md -> docs/deployments/windows/virtual-hard-drive-deployments.md
docs/infrastructure/azure/creating-an-azure-account/creating-an-azure-service-principal-account.md -> docs/infrastructure/accounts/azure/index.md
docs/infrastructure/azure/creating-an-azure-account/creating-an-azure-management-certificate-account.md -> docs/infrastructure/accounts/azure/index.md
docs/infrastructure/azure/creating-an-azure-account/index.md -> docs/infrastructure/accounts/azure/index.md
docs/api-and-integration/tfs-vsts/index.md -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/api-and-integration/tfs-vsts/using-octopack.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/api-and-integration/tfs-vsts/using-octopus-extension/index.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/index.md
docs/api-and-integration/tfs-vsts/using-octopus-extension/build-versions-in-team-build.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/build-versions-in-team-build.md
docs/api-and-integration/tfs-vsts/using-octopus-extension/extension-compatibility.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/extension-compatibility.md
docs/api-and-integration/tfs-vsts/using-octopus-extension/install-octo-capability.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/install-octopus-cli-capability.md
docs/api-and-integration/tfs-vsts/using-octopus-extension/manually-install-the-build-task.md -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/packaging-applications/package-repositories/registries/index.md -> docs/packaging-applications/package-repositories/docker-registries/index.md
docs/packaging-applications/package-repositories/registries/amazon-ec2-container-services.md -> docs/packaging-applications/package-repositories/guides/container-registries/amazon-ec2-container-services.md
docs/packaging-applications/package-repositories/registries/azure-container-services.md -> docs/packaging-applications/package-repositories/guides/container-registries/azure-container-services.md
docs/packaging-applications/package-repositories/registries/docker-hub.md -> docs/packaging-applications/package-repositories/guides/container-registries/docker-hub.md
docs/deployment-examples/azure-deployments/cloud-services/cloud-service-concepts.md -> docs/deployments/azure/cloud-services/index.md
docs/api-and-integration/octo.exe-command-line/cleaning-environments.md -> docs/octopus-rest-api/octopus-cli/clean-environment.md
docs/api-and-integration/octo.exe-command-line/creating-channels.md -> docs/octopus-rest-api/octopus-cli/create-channel.md
docs/api-and-integration/octo.exe-command-line/creating-environments.md -> docs/octopus-rest-api/octopus-cli/create-environment.md
docs/api-and-integration/octo.exe-command-line/creating-projects.md -> docs/octopus-rest-api/octopus-cli/create-project.md
docs/api-and-integration/octo.exe-command-line/creating-releases.md -> docs/octopus-rest-api/octopus-cli/create-release.md
docs/api-and-integration/octo.exe-command-line/deleting-releases.md -> docs/octopus-rest-api/octopus-cli/delete-releases.md
docs/api-and-integration/octo.exe-command-line/deploying-releases.md -> docs/octopus-rest-api/octopus-cli/deploy-release.md
docs/api-and-integration/octo.exe-command-line/promoting-releases.md -> docs/octopus-rest-api/octopus-cli/promote-release.md
docs/api-and-integration/octo.exe-command-line/pushing-packages.md -> docs/octopus-rest-api/octopus-cli/push.md
docs/api-and-integration/octo.exe-command-line/creating-auto-deploy-overrides/index.md -> docs/octopus-rest-api/octopus-cli/create-autodeployoverride.md
docs/api-and-integration/octo.exe-command-line/creating-auto-deploy-overrides/deleting-auto-deploy-overrides.md -> docs/octopus-rest-api/octopus-cli/delete-autodeployoverride.md
docs/infrastructure/aws/index.md -> docs/infrastructure/accounts/aws/index.md
docs/infrastructure/azure/index.md -> docs/infrastructure/deployment-targets/azure/index.md
docs/infrastructure/azure/cloud-service-targets/index.md -> docs/infrastructure/deployment-targets/azure/cloud-service-targets/index.md
docs/infrastructure/azure/service-fabric-cluster-targets/index.md -> docs/infrastructure/deployment-targets/azure/service-fabric-cluster-targets/index.md
docs/infrastructure/azure/web-app-targets/index.md -> docs/infrastructure/deployment-targets/azure/web-app-targets/index.md
docs/infrastructure/dynamic-infrastructure/index.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/index.md
docs/infrastructure/dynamic-infrastructure/azure-accounts.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/azure-accounts.md
docs/infrastructure/dynamic-infrastructure/azure-cloud-service-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/azure-cloud-service-target.md
docs/infrastructure/dynamic-infrastructure/azure-service-fabric-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/azure-service-fabric-target.md
docs/infrastructure/dynamic-infrastructure/azure-web-app-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/azure-web-app-target.md
docs/infrastructure/dynamic-infrastructure/kubernetes-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/kubernetes-target.md
docs/infrastructure/dynamic-infrastructure/remove-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/remove-octopustarget.md
docs/infrastructure/deployment-targets/dynamic-infrastructure/remove-target.md -> docs/infrastructure/deployment-targets/dynamic-infrastructure/remove-octopustarget.md
docs/infrastructure/ssh-targets/index.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/infrastructure/ssh-targets/configuring-ssh-connection.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/infrastructure/ssh-targets/mono-calamari.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/ssh-targets/self-contained-calamari.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/ssh-targets/ssh-key-pair.md -> docs/infrastructure/accounts/ssh-key-pair.md
docs/infrastructure/ssh-targets/sudo-commands.md -> docs/infrastructure/deployment-targets/linux/sudo-commands.md
docs/infrastructure/ssh-targets/username-and-password.md -> docs/infrastructure/accounts/username-and-password.md
docs/infrastructure/target-roles/index.md -> docs/infrastructure/deployment-targets/index.md
docs/infrastructure/windows-targets/azure-virtual-machines/configuration-structure.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/configuration-structure.md
docs/infrastructure/windows-targets/azure-virtual-machines/diagnosing-issues.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/diagnosing-issues.md
docs/infrastructure/windows-targets/azure-virtual-machines/index.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/index.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-an-arm-template-with-dsc.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-an-arm-template-with-dsc.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-an-arm-template.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-an-arm-template.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-powershell.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-powershell.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-the-azure-cli.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-the-azure-cli.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-the-azure-portal.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-the-azure-portal.md
docs/infrastructure/windows-targets/azure-virtual-machines/via-the-classic-azure-portal.md -> docs/infrastructure/deployment-targets/windows-targets/azure-virtual-machines/via-the-classic-azure-portal.md
docs/infrastructure/windows-targets/requirements/index.md -> docs/infrastructure/deployment-targets/windows-targets/requirements/index.md
docs/infrastructure/windows-targets/requirements/legacy-requirements.md -> docs/infrastructure/deployment-targets/windows-targets/requirements/legacy-requirements.md
docs/infrastructure/windows-targets/automating-tentacle-installation.md -> docs/infrastructure/deployment-targets/windows-targets/automating-tentacle-installation.md
docs/infrastructure/windows-targets/index.md -> docs/infrastructure/deployment-targets/windows-targets/index.md
docs/infrastructure/windows-targets/polling-tentacles-web-sockets.md -> docs/infrastructure/deployment-targets/windows-targets/polling-tentacles-web-sockets.md
docs/infrastructure/windows-targets/proxy-support.md -> docs/infrastructure/deployment-targets/proxy-support.md
docs/infrastructure/windows-targets/running-tentacle-under-a-specific-user-account.md -> docs/infrastructure/deployment-targets/windows-targets/running-tentacle-under-a-specific-user-account.md
docs/infrastructure/windows-targets/tentacle-communication.md -> docs/infrastructure/deployment-targets/windows-targets/tentacle-communication.md
docs/infrastructure/windows-targets/tentacle-permissions.md -> docs/infrastructure/deployment-targets/windows-targets/tentacle-permissions.md
docs/infrastructure/windows-targets/troubleshooting-tentacles.md -> docs/infrastructure/deployment-targets/windows-targets/troubleshooting-tentacles.md
docs/infrastructure/cloud-regions.md -> docs/infrastructure/deployment-targets/cloud-regions.md
docs/infrastructure/offline-package-drop.md -> docs/infrastructure/deployment-targets/offline-package-drop.md
docs/infrastructure/worker-pools.md -> docs/infrastructure/workers/worker-pools.md
docs/infrastructure/deployment-targets/ssh-targets/ssh-key-pair.md -> docs/infrastructure/accounts/ssh-key-pair.md
docs/infrastructure/deployment-targets/ssh-targets/username-and-password.md -> docs/infrastructure/accounts/username-and-password.md
docs/deployment-examples/custom-scripts/long-paths.md -> docs/installation/troubleshooting.md
docs/infrastructure/deployment-targets/ssh-targets/mono-calamari.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/ssh-targets/self-contained-calamari.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/ssh-targets/configuring-ssh-connection.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/infrastructure/deployment-targets/health-checks.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/deployment-examples/nginx-on-nix-deployments/index.md -> docs/deployments/nginx/index.md
docs/deployment-examples/nginx-on-nix-deployments/create-&-push-asp.net-core-project.md -> docs/deployments/nginx/create-and-push-asp.net-core-project.md
docs/deployment-examples/nginx-on-nix-deployments/configure-target-machine.md -> docs/deployments/nginx/configure-target-machine.md
docs/deployment-examples/nginx-on-nix-deployments/configure-octopus-deploy-project.md -> docs/deployments/nginx/configure-octopus-deploy-project.md
docs/infrastructure/deployment-targets/ssh-targets/index.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/infrastructure/deployment-targets/ssh-targets/requirements.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/ssh-targets/sudo-commands.md -> docs/infrastructure/deployment-targets/linux/sudo-commands.md
docs/infrastructure/deployment-targets/ssh-targets/calamari-on-ssh-targets.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/ssh-targets/ssh-deployments.md -> docs/infrastructure/deployment-targets/linux/ssh-deployments.md
docs/infrastructure/deployment-targets/linux/ssh-targets/requirements.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/linux/ssh-targets/sudo-commands.md -> docs/infrastructure/deployment-targets/linux/sudo-commands.md
docs/infrastructure/deployment-targets/linux/ssh-targets/calamari-on-ssh-targets.md -> docs/infrastructure/deployment-targets/linux/ssh-requirements.md
docs/infrastructure/deployment-targets/linux/ssh-targets/ssh-deployments.md -> docs/infrastructure/deployment-targets/linux/ssh-deployments.md
docs/infrastructure/deployment-targets/linux/ssh-targets/index.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/administration/upgrading/upgrading-from-octopus-1.6.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-1.6-2.6.5.md
docs/administration/upgrading/upgrading-from-octopus-2.0.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.x-2.6.5.md
docs/administration/upgrading/upgrading-from-octopus-2.6/index.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/index.md
docs/administration/upgrading/upgrading-from-octopus-2.6/backup-2.6.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/backup-2.6.md
docs/administration/upgrading/upgrading-from-octopus-2.6/in-place-upgrade-install-over-2.6.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/in-place-upgrade-install-over-2.6.5.md
docs/administration/upgrading/upgrading-from-octopus-2.6/manual-upgrade.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/manual-upgrade.md
docs/administration/upgrading/upgrading-from-octopus-2.6/migrating-data-from-octopus-2.6-to-3.x.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/migrating-data-from-octopus-2.6.5-2018.10lts.md
docs/administration/upgrading/upgrading-from-octopus-2.6/minimize-migration-time.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/minimize-migration-time.md
docs/administration/upgrading/upgrading-from-octopus-2.6/troubleshooting.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/troubleshooting.md
docs/administration/upgrading/upgrading-from-octopus-2.6/upgrade-with-a-new-3.0-server-instance.md -> docs/administration/upgrading/legacy/upgrading-from-octopus-2.6.5-2018.10lts/upgrade-with-a-new-server-instance.md
docs/administration/upgrading/upgrading-from-octopus-3.x.md -> docs/administration/upgrading/guide/index.md
docs/administration/upgrading/maintenance-mode.md -> docs/administration/managing-infrastructure/maintenance-mode.md
docs/administration/auditing.md -> docs/security/users-and-teams/auditing.md
docs/administration/server-configuration/index.md -> docs/administration/managing-infrastructure/server-configuration/index.md
docs/administration/server-configuration/managing-configuration.md -> docs/administration/managing-infrastructure/server-configuration/managing-configuration.md
docs/administration/server-configuration-and-file-storage/index.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/index.md
docs/administration/server-configuration-and-file-storage/manually-uninstall-octopus-server.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/manually-uninstall-octopus-server.md
docs/administration/server-configuration-and-file-storage/moving-octopus-server-folders.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/moving-octopus-server-folders.md
docs/administration/subscriptions/index.md -> docs/administration/managing-infrastructure/subscriptions/index.md
docs/administration/tentacle-configuration-and-file-storage/index.md -> docs/administration/managing-infrastructure/tentacle-configuration-and-file-storage/index.md
docs/administration/tentacle-configuration-and-file-storage/manually-uninstall-tentacle.md -> docs/administration/managing-infrastructure/tentacle-configuration-and-file-storage/manually-uninstall-tentacle.md
docs/administration/show-configuration.md -> docs/administration/managing-infrastructure/show-configuration.md
docs/administration/backup-and-restore.md -> docs/administration/data/backup-and-restore.md
docs/administration/octopus-database/index.md -> docs/administration/data/octopus-database/index.md
docs/administration/octopus-database/changing-the-collation-of-the-octopus-database.md -> docs/administration/data/octopus-database/changing-the-collation-of-the-octopus-database.md
docs/administration/data-migration.md -> docs/administration/data/data-migration.md
docs/administration/maintenance-mode.md -> docs/administration/managing-infrastructure/maintenance-mode.md
docs/administration/lost-master-key.md -> docs/administration/managing-infrastructure/lost-master-key.md
docs/administration/performance.md -> docs/administration/managing-infrastructure/performance/index.md
docs/administration/run-multiple-processes-on-a-tentacle-simultaneously.md -> docs/administration/managing-infrastructure/run-multiple-processes-on-a-target-simultaneously.md
docs/administration/enable-web-request-logging.md -> docs/administration/managing-infrastructure/performance/enable-web-request-logging.md
docs/administration/managing-multiple-instances.md -> docs/administration/managing-infrastructure/managing-multiple-instances.md
docs/administration/script-console.md -> docs/administration/managing-infrastructure/script-console.md
docs/administration/workers/index.md -> docs/infrastructure/workers/index.md
docs/administration/workers/built-in-worker.md -> docs/infrastructure/workers/built-in-worker.md
docs/administration/service-watchdog.md -> docs/administration/managing-infrastructure/service-watchdog.md
docs/administration/diagnostics.md -> docs/administration/managing-infrastructure/diagnostics.md
docs/administration/octopus-dsc/index.md -> docs/administration/managing-infrastructure/octopus-dsc/index.md
docs/administration/moving-your-octopus/index.md -> docs/administration/managing-infrastructure/moving-your-octopus/index.md
docs/administration/moving-your-octopus/move-the-database-and-server.md -> docs/administration/managing-infrastructure/moving-your-octopus/move-the-database-and-server.md
docs/administration/moving-your-octopus/move-the-database.md -> docs/administration/managing-infrastructure/moving-your-octopus/move-the-database.md
docs/administration/moving-your-octopus/move-the-home-directory.md -> docs/administration/managing-infrastructure/moving-your-octopus/move-the-home-directory.md
docs/administration/moving-your-octopus/move-the-octopus-home-folder-and-the-tentacle-home-and-application-folders.md -> docs/administration/managing-infrastructure/moving-your-octopus/move-the-octopus-home-folder-and-the-tentacle-home-and-application-folders.md
docs/administration/moving-your-octopus/move-the-server.md -> docs/administration/managing-infrastructure/moving-your-octopus/move-the-server.md
docs/administration/applying-operating-system-upgrades.md -> docs/administration/managing-infrastructure/applying-operating-system-upgrades.md
docs/administration/configuration/server-configuration/index.md -> docs/administration/managing-infrastructure/server-configuration/index.md
docs/administration/configuration/server-configuration/managing-configuration.md -> docs/administration/managing-infrastructure/server-configuration/managing-configuration.md
docs/administration/configuration/server-configuration-and-file-storage/index.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/index.md
docs/administration/configuration/server-configuration-and-file-storage/manually-uninstall-octopus-server.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/manually-uninstall-octopus-server.md
docs/administration/configuration/server-configuration-and-file-storage/moving-octopus-server-folders.md -> docs/administration/managing-infrastructure/server-configuration-and-file-storage/moving-octopus-server-folders.md
docs/administration/configuration/subscriptions/index.md -> docs/administration/managing-infrastructure/subscriptions/index.md
docs/administration/configuration/tentacle-configuration-and-file-storage/index.md -> docs/administration/managing-infrastructure/tentacle-configuration-and-file-storage/index.md
docs/administration/configuration/tentacle-configuration-and-file-storage/manually-uninstall-tentacle.md -> docs/administration/managing-infrastructure/tentacle-configuration-and-file-storage/manually-uninstall-tentacle.md
docs/administration/configuration/show-configuration.md -> docs/administration/managing-infrastructure/show-configuration.md
docs/administration/configuration/index.md -> docs/administration/managing-infrastructure/index.md
docs/administration/managing-infrastructure/enable-web-request-logging.md -> docs/administration/managing-infrastructure/performance/enable-web-request-logging.md
docs/administration/managing-infrastructure/workers/built-in-worker.md -> docs/infrastructure/workers/built-in-worker.md
docs/administration/managing-infrastructure/workers/index.md -> docs/infrastructure/workers/index.md
docs/administration/authentication/authentication-providers/moving-active-directory-domains.md -> docs/security/authentication/active-directory/moving-active-directory-domains.md
docs/administration/authentication/specifying-a-custom-container-to-use-for-ad-authentication.md -> docs/security/authentication/active-directory/custom-containers-for-ad-authentication.md
docs/administration/authentication/troubleshooting-active-directory-integration.md -> docs/security/authentication/active-directory/troubleshooting-active-directory-integration.md
docs/administration/authentication/authentication-providers/troubleshooting-active-directory-integration.md -> docs/security/authentication/active-directory/troubleshooting-active-directory-integration.md
docs/administration/authentication/authentication-providers/active-directory-authentication/index.md -> docs/security/authentication/active-directory/index.md
docs/administration/authentication/authentication-providers/active-directory-authentication/moving-active-directory-domains.md -> docs/security/authentication/active-directory/moving-active-directory-domains.md
docs/administration/authentication/authentication-providers/active-directory-authentication/specifying-a-custom-container-to-use-for-ad-authentication.md -> docs/security/authentication/active-directory/custom-containers-for-ad-authentication.md
docs/administration/authentication/authentication-providers/active-directory-authentication/troubleshooting-active-directory-integration.md -> docs/security/authentication/active-directory/troubleshooting-active-directory-integration.md
docs/administration/authentication/authentication-providers/auto-user-creation.md -> docs/security/authentication/auto-user-creation.md
docs/administration/authentication/authentication-providers/azure-ad-authentication.md -> docs/security/authentication/azure-ad-authentication.md
docs/administration/authentication/authentication-providers/googleapps-authentication.md -> docs/security/authentication/googleapps-authentication.md
docs/administration/authentication/authentication-providers/guest-login.md -> docs/security/authentication/guest-login.md
docs/administration/authentication/authentication-providers/index.md -> docs/security/authentication/index.md
docs/administration/authentication/authentication-providers/okta-authentication.md -> docs/security/authentication/okta-authentication.md
docs/deployment-examples/mobile-application-deployments.md -> docs/deployments/index.md
docs/deployment-examples/nginx-on-linux-deployments/create-&-push-asp.net-core-project.md -> docs/deployments/nginx/create-and-push-asp.net-core-project.md
docs/deployment-examples/node-on-linux-deployments/create-&-push-node.js-project.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-process/variables/binding-syntax.md -> docs/projects/variables/variable-substitutions.md
docs/deployment-process/variables/variable-substitution-syntax.md -> docs/projects/variables/variable-substitutions.md
docs/deployment-process/variables/scoping-variables/index.md -> docs/projects/variables/index.md
docs/api-and-integration/octo.exe-command-line/delete-release.md -> docs/octopus-rest-api/octopus-cli/delete-releases.md
docs/api-and-integration/octo.exe-command-line/push-package.md -> docs/octopus-rest-api/octopus-cli/push.md
docs/deployment-process/variables/environment-specific-configuration-transforms-with-sensitive-values-in-octopus -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-examples/custom-scripts/standalone-scripts.md -> docs/deployments/custom-scripts/run-a-script-step.md
docs/deployment-examples/custom-scripts/debugging-powershell-scripts-on-remote-machines.md -> docs/deployments/custom-scripts/debugging-powershell-scripts/debugging-powershell-scripts-on-remote-machines.md
docs/deployment-examples/custom-scripts/reference-files-within-a-package.md -> docs/deployments/custom-scripts/scripts-in-packages/reference-files-within-a-package.md
docs/deployment-examples/kubernetes-deployments/kubernetes-target/index.md -> docs/infrastructure/deployment-targets/kubernetes-target/index.md
docs/infrastructure/deployment-targets/kubernetes-cluster/index.md -> docs/infrastructure/deployment-targets/kubernetes-target/index.md
docs/packaging-applications/package-repositories/pushing-packages-to-the-built-in-repository.md -> docs/packaging-applications/package-repositories/built-in-repository/index.md
docs/packaging-applications/package-repositories/built-in-repository-reindexing.md -> docs/packaging-applications/package-repositories/built-in-repository/index.md
docs/packaging-applications/package-repositories/built-in-repository/built-in-repository-reindexing.md -> docs/packaging-applications/package-repositories/built-in-repository/index.md
docs/packaging-applications/package-id -> docs/packaging-applications/index.md
docs/packaging-applications/supported-packages -> docs/packaging-applications/index.md
docs/packaging-applications/creating-packages/creating-zip-packages.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/creating-packages/nuget-packages/using-octo.exe.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/creating-packages/nuget-packages/push-a-nuget-package-that-already-exists.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/packaging-applications/creating-packages/nuget-packages/using-octopack/octopack-to-include-buildevent-files.md -> docs/packaging-applications/create-packages/octopack/octopack-to-include-buildevent-files.md
docs/packaging-applications/creating-packages -> docs/packaging-applications/index.md
docs/packaging-applications/creating-packages/nuget-packages/manually.md -> docs/packaging-applications/create-packages/index.md
docs/packaging-applications/creating-packages/nuget-packages/index.md -> docs/packaging-applications/create-packages/index.md
docs/packaging-applications/creating-packages/nuget-packages/using-octopack/index.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/packaging-applications/creating-packages/known-issues-with-other-compression-libraries.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/known-issues-with-other-compression-libraries.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/octopack/push-a-nuget-package-that-already-exists.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/installation/downloads.md -> docs/installation/index.md
docs/api-and-integration/octopus.migrator.exe-command-line/migrator-export.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/export.md
docs/api-and-integration/octopus.migrator.exe-command-line/migrator-import.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/import.md
docs/api-and-integration/app-veyor/index.md -> docs/packaging-applications/build-servers/appveyor/index.md
docs/api-and-integration/server-extensibility/index.md -> docs/administration/server-extensibility/index.md
docs/api-and-integration/server-extensibility/authoring-an-octopus-deploy-server-extension.md -> docs/administration/server-extensibility/authoring-an-octopus-deploy-server-extension.md
docs/api-and-integration/server-extensibility/customising-an-octopus-deploy-server-extension.md -> docs/administration/server-extensibility/customizing-an-octopus-deploy-server-extension.md
docs/api-and-integration/server-extensibility/installing-a-custom-server-extension.md -> docs/administration/server-extensibility/installing-a-custom-server-extension.md
docs/api-and-integration/server-extensibility/building-an-authentication-provider/index.md -> docs/administration/server-extensibility/building-an-authentication-provider/index.md
docs/api-and-integration/server-extensibility/building-an-authentication-provider/building-a-forms-based-authentication-provider.md -> docs/administration/server-extensibility/building-an-authentication-provider/building-a-forms-based-authentication-provider.md
docs/api-and-integration/server-extensibility/building-an-authentication-provider/building-an-external-authentication-provider.md -> docs/administration/server-extensibility/building-an-authentication-provider/building-an-external-authentication-provider.md
docs/api-and-integration/compatibility.md -> docs/support/compatibility.md
docs/api-and-integration/appveyor/index.md -> docs/packaging-applications/build-servers/appveyor/index.md
docs/api-and-integration/bamboo.md -> docs/packaging-applications/build-servers/bamboo.md
docs/api-and-integration/bitbucket-pipelines/index.md -> docs/packaging-applications/build-servers/bitbucket-pipelines/index.md
docs/api-and-integration/tfs-azure-devops/index.md -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/api-and-integration/tfs-azure-devops/using-octopack.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/api-and-integration/tfs-azure-devops/using-octopus-extension/index.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/index.md
docs/api-and-integration/tfs-azure-devops/using-octopus-extension/build-versions-in-team-build.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/build-versions-in-team-build.md
docs/api-and-integration/tfs-azure-devops/using-octopus-extension/extension-compatibility.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/extension-compatibility.md
docs/api-and-integration/tfs-azure-devops/using-octopus-extension/install-octo-capability.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/install-octopus-cli-capability.md
docs/api-and-integration/tfs-azure-devops/using-octopus-extension/manually-install-the-build-task.md -> docs/packaging-applications/build-servers/tfs-azure-devops/index.md
docs/api-and-integration/continua-ci.md -> docs/packaging-applications/build-servers/continua-ci.md
docs/api-and-integration/troubleshooting-integrations-with-build-servers.md -> docs/packaging-applications/build-servers/troubleshooting-integrations-with-build-servers.md
docs/api-and-integration/jenkins.md -> docs/packaging-applications/build-servers/jenkins/index.md
docs/api-and-integration/teamcity.md -> docs/packaging-applications/build-servers/teamcity.md
docs/api-and-integration/metadata/index.md -> docs/packaging-applications/build-servers/index.md
docs/api-and-integration/metadata/github.md -> docs/releases/issue-tracking/github.md
docs/api-and-integration/metadata/jira.md -> docs/releases/issue-tracking/jira.md
docs/api-and-integration/metadata/release-notes-templates.md -> docs/releases/release-notes.md
docs/api-and-integration/octopus.client.md -> docs/octopus-rest-api/octopus.client/index.md
docs/api-and-integration/calamari.md -> docs/octopus-rest-api/calamari.md
docs/api-and-integration/tentacle.exe-command-line/watchdog.md -> docs/octopus-rest-api/tentacle.exe-command-line/watchdog.md
docs/api-and-integration/tentacle.exe-command-line/version.md -> docs/octopus-rest-api/tentacle.exe-command-line/version.md
docs/api-and-integration/tentacle.exe-command-line/update-trust.md -> docs/octopus-rest-api/tentacle.exe-command-line/update-trust.md
docs/api-and-integration/tentacle.exe-command-line/show-thumbprint.md -> docs/octopus-rest-api/tentacle.exe-command-line/show-thumbprint.md
docs/api-and-integration/tentacle.exe-command-line/show-configuration.md -> docs/octopus-rest-api/tentacle.exe-command-line/show-configuration.md
docs/api-and-integration/tentacle.exe-command-line/service.md -> docs/octopus-rest-api/tentacle.exe-command-line/service.md
docs/api-and-integration/tentacle.exe-command-line/server-comms.md -> docs/octopus-rest-api/tentacle.exe-command-line/server-comms.md
docs/api-and-integration/tentacle.exe-command-line/register-worker.md -> docs/octopus-rest-api/tentacle.exe-command-line/register-worker.md
docs/api-and-integration/tentacle.exe-command-line/register-with.md -> docs/octopus-rest-api/tentacle.exe-command-line/register-with.md
docs/api-and-integration/tentacle.exe-command-line/proxy.md -> docs/octopus-rest-api/tentacle.exe-command-line/proxy.md
docs/api-and-integration/tentacle.exe-command-line/polling-proxy.md -> docs/octopus-rest-api/tentacle.exe-command-line/polling-proxy.md
docs/api-and-integration/tentacle.exe-command-line/poll-server.md -> docs/octopus-rest-api/tentacle.exe-command-line/poll-server.md
docs/api-and-integration/tentacle.exe-command-line/new-certificate.md -> docs/octopus-rest-api/tentacle.exe-command-line/new-certificate.md
docs/api-and-integration/tentacle.exe-command-line/list-instances.md -> docs/octopus-rest-api/tentacle.exe-command-line/list-instances.md
docs/api-and-integration/tentacle.exe-command-line/index.md -> docs/octopus-rest-api/tentacle.exe-command-line/index.md
docs/api-and-integration/tentacle.exe-command-line/import-certificate.md -> docs/octopus-rest-api/tentacle.exe-command-line/import-certificate.md
docs/api-and-integration/tentacle.exe-command-line/extract.md -> docs/octopus-rest-api/tentacle.exe-command-line/extract.md
docs/api-and-integration/tentacle.exe-command-line/deregister-worker.md -> docs/octopus-rest-api/tentacle.exe-command-line/deregister-worker.md
docs/api-and-integration/tentacle.exe-command-line/deregister-from.md -> docs/octopus-rest-api/tentacle.exe-command-line/deregister-from.md
docs/api-and-integration/tentacle.exe-command-line/delete-instance.md -> docs/octopus-rest-api/tentacle.exe-command-line/delete-instance.md
docs/api-and-integration/tentacle.exe-command-line/create-instance.md -> docs/octopus-rest-api/tentacle.exe-command-line/create-instance.md
docs/api-and-integration/tentacle.exe-command-line/configure.md -> docs/octopus-rest-api/tentacle.exe-command-line/configure.md
docs/api-and-integration/tentacle.exe-command-line/checkservices.md -> docs/octopus-rest-api/tentacle.exe-command-line/checkservices.md
docs/api-and-integration/tentacle.exe-command-line/agent.md -> docs/octopus-rest-api/tentacle.exe-command-line/agent.md
docs/api-and-integration/migration-api/index.md -> docs/octopus-rest-api/migration-api/index.md
docs/api-and-integration/octopus.migrator.exe-command-line/index.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/index.md
docs/api-and-integration/octopus.migrator.exe-command-line/export.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/export.md
docs/api-and-integration/octopus.migrator.exe-command-line/import.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/import.md
docs/api-and-integration/octopus.migrator.exe-command-line/migrate.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/migrate.md
docs/api-and-integration/octopus.migrator.exe-command-line/partial-export.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/partial-export.md
docs/api-and-integration/octopus.migrator.exe-command-line/version.md -> docs/octopus-rest-api/octopus.migrator.exe-command-line/version.md
docs/api-and-integration/examples/index.md -> docs/octopus-rest-api/examples/index.md
docs/api-and-integration/examples/add-a-space-with-environments.md -> docs/octopus-rest-api/examples/spaces/add-a-space-with-environments.md
docs/api-and-integration/examples/delete-a-space.md -> docs/octopus-rest-api/examples/spaces/delete-a-space.md
docs/api-and-integration/octo.exe-command-line/clean-environment.md -> docs/octopus-rest-api/octopus-cli/clean-environment.md
docs/api-and-integration/octo.exe-command-line/clean-workerpool.md -> docs/octopus-rest-api/octopus-cli/clean-workerpool.md
docs/api-and-integration/octo.exe-command-line/create-autodeployoverride.md -> docs/octopus-rest-api/octopus-cli/create-autodeployoverride.md
docs/api-and-integration/octo.exe-command-line/create-channel.md -> docs/octopus-rest-api/octopus-cli/create-channel.md
docs/api-and-integration/octo.exe-command-line/create-environment.md -> docs/octopus-rest-api/octopus-cli/create-environment.md
docs/api-and-integration/octo.exe-command-line/create-project.md -> docs/octopus-rest-api/octopus-cli/create-project.md
docs/api-and-integration/octo.exe-command-line/create-release.md -> docs/octopus-rest-api/octopus-cli/create-release.md
docs/api-and-integration/octo.exe-command-line/create-workerpool.md -> docs/octopus-rest-api/octopus-cli/create-workerpool.md
docs/api-and-integration/octo.exe-command-line/delete-autodeployoverride.md -> docs/octopus-rest-api/octopus-cli/delete-autodeployoverride.md
docs/api-and-integration/octo.exe-command-line/delete-releases.md -> docs/octopus-rest-api/octopus-cli/delete-releases.md
docs/api-and-integration/octo.exe-command-line/deploy-release.md -> docs/octopus-rest-api/octopus-cli/deploy-release.md
docs/api-and-integration/octo.exe-command-line/dump-deployments.md -> docs/octopus-rest-api/octopus-cli/dump-deployments.md
docs/api-and-integration/octo.exe-command-line/export.md -> docs/octopus-rest-api/octopus-cli/export.md
docs/api-and-integration/octo.exe-command-line/formatted-output.md -> docs/octopus-rest-api/octopus-cli/formatted-output.md
docs/api-and-integration/octo.exe-command-line/import.md -> docs/octopus-rest-api/octopus-cli/import.md
docs/api-and-integration/octo.exe-command-line/index.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/api-and-integration/octo.exe-command-line/install-global-tool.md -> docs/octopus-rest-api/octopus-cli/install-global-tool.md
docs/api-and-integration/octo.exe-command-line/list-deployments.md -> docs/octopus-rest-api/octopus-cli/list-deployments.md
docs/api-and-integration/octo.exe-command-line/list-environments.md -> docs/octopus-rest-api/octopus-cli/list-environments.md
docs/api-and-integration/octo.exe-command-line/list-latestdeployments.md -> docs/octopus-rest-api/octopus-cli/list-latestdeployments.md
docs/api-and-integration/octo.exe-command-line/list-machines.md -> docs/octopus-rest-api/octopus-cli/list-machines.md
docs/api-and-integration/octo.exe-command-line/list-projects.md -> docs/octopus-rest-api/octopus-cli/list-projects.md
docs/api-and-integration/octo.exe-command-line/list-releases.md -> docs/octopus-rest-api/octopus-cli/list-releases.md
docs/api-and-integration/octo.exe-command-line/list-tenants.md -> docs/octopus-rest-api/octopus-cli/list-tenants.md
docs/api-and-integration/octo.exe-command-line/list-workerpools.md -> docs/octopus-rest-api/octopus-cli/list-workerpools.md
docs/api-and-integration/octo.exe-command-line/list-workers.md -> docs/octopus-rest-api/octopus-cli/list-workers.md
docs/api-and-integration/octo.exe-command-line/pack.md -> docs/octopus-rest-api/octopus-cli/pack.md
docs/api-and-integration/octo.exe-command-line/promote-release.md -> docs/octopus-rest-api/octopus-cli/promote-release.md
docs/api-and-integration/octo.exe-command-line/push-metadata.md -> docs/octopus-rest-api/octopus-cli/push-metadata.md
docs/api-and-integration/octo.exe-command-line/push.md -> docs/octopus-rest-api/octopus-cli/push.md
docs/api-and-integration/octo.exe-command-line/version.md -> docs/octopus-rest-api/octopus-cli/version.md
docs/api-and-integration/octopus.server.exe-command-line/admin.md -> docs/octopus-rest-api/octopus.server.exe-command-line/admin.md
docs/api-and-integration/octopus.server.exe-command-line/builtin-worker.md -> docs/octopus-rest-api/octopus.server.exe-command-line/builtin-worker.md
docs/api-and-integration/octopus.server.exe-command-line/checkservices.md -> docs/octopus-rest-api/octopus.server.exe-command-line/checkservices.md
docs/api-and-integration/octopus.server.exe-command-line/configure.md -> docs/octopus-rest-api/octopus.server.exe-command-line/configure.md
docs/api-and-integration/octopus.server.exe-command-line/create-instance.md -> docs/octopus-rest-api/octopus.server.exe-command-line/create-instance.md
docs/api-and-integration/octopus.server.exe-command-line/database.md -> docs/octopus-rest-api/octopus.server.exe-command-line/database.md
docs/api-and-integration/octopus.server.exe-command-line/delete-instance.md -> docs/octopus-rest-api/octopus.server.exe-command-line/delete-instance.md
docs/api-and-integration/octopus.server.exe-command-line/export-certificate.md -> docs/octopus-rest-api/octopus.server.exe-command-line/export-certificate.md
docs/api-and-integration/octopus.server.exe-command-line/external-worker.md -> docs/octopus-rest-api/octopus.server.exe-command-line/external-worker.md
docs/api-and-integration/octopus.server.exe-command-line/import-certificate.md -> docs/octopus-rest-api/octopus.server.exe-command-line/import-certificate.md
docs/api-and-integration/octopus.server.exe-command-line/index.md -> docs/octopus-rest-api/octopus.server.exe-command-line/index.md
docs/api-and-integration/octopus.server.exe-command-line/license.md -> docs/octopus-rest-api/octopus.server.exe-command-line/license.md
docs/api-and-integration/octopus.server.exe-command-line/list-instances.md -> docs/octopus-rest-api/octopus.server.exe-command-line/list-instances.md
docs/api-and-integration/octopus.server.exe-command-line/lost-master-key.md -> docs/octopus-rest-api/octopus.server.exe-command-line/lost-master-key.md
docs/api-and-integration/octopus.server.exe-command-line/metrics.md -> docs/octopus-rest-api/octopus.server.exe-command-line/metrics.md
docs/api-and-integration/octopus.server.exe-command-line/new-certificate.md -> docs/octopus-rest-api/octopus.server.exe-command-line/new-certificate.md
docs/api-and-integration/octopus.server.exe-command-line/node.md -> docs/octopus-rest-api/octopus.server.exe-command-line/node.md
docs/api-and-integration/octopus.server.exe-command-line/path.md -> docs/octopus-rest-api/octopus.server.exe-command-line/path.md
docs/api-and-integration/octopus.server.exe-command-line/proxy.md -> docs/octopus-rest-api/octopus.server.exe-command-line/proxy.md
docs/api-and-integration/octopus.server.exe-command-line/regenerate-certificate.md -> docs/octopus-rest-api/octopus.server.exe-command-line/regenerate-certificate.md
docs/api-and-integration/octopus.server.exe-command-line/run.md -> docs/octopus-rest-api/octopus.server.exe-command-line/run.md
docs/api-and-integration/octopus.server.exe-command-line/service.md -> docs/octopus-rest-api/octopus.server.exe-command-line/service.md
docs/api-and-integration/octopus.server.exe-command-line/show-configuration.md -> docs/octopus-rest-api/octopus.server.exe-command-line/show-configuration.md
docs/api-and-integration/octopus.server.exe-command-line/show-master-key.md -> docs/octopus-rest-api/octopus.server.exe-command-line/show-master-key.md
docs/api-and-integration/octopus.server.exe-command-line/show-thumbprint.md -> docs/octopus-rest-api/octopus.server.exe-command-line/show-thumbprint.md
docs/api-and-integration/octopus.server.exe-command-line/ssl-certificate.md -> docs/octopus-rest-api/octopus.server.exe-command-line/ssl-certificate.md
docs/api-and-integration/octopus.server.exe-command-line/version.md -> docs/octopus-rest-api/octopus.server.exe-command-line/version.md
docs/api-and-integration/octopus.server.exe-command-line/watchdog.md -> docs/octopus-rest-api/octopus.server.exe-command-line/watchdog.md
docs/api-and-integration/api/sensitive-properties-api-changes-in-release-3.3.md -> docs/octopus-rest-api/index.md
docs/api-and-integration/api/how-to-create-an-api-key.md -> docs/octopus-rest-api/how-to-create-an-api-key.md
docs/api-and-integration/api/index.md -> docs/octopus-rest-api/index.md
docs/api-and-integration/index.md -> docs/octopus-rest-api/index.md
docs/packaging-applications/octopack/index.md -> docs/packaging-applications/create-packages/octopack/index.md
docs/packaging-applications/octopack/octopack-to-include-buildevent-files.md -> docs/packaging-applications/create-packages/octopack/octopack-to-include-buildevent-files.md
docs/packaging-applications/octopack/troubleshooting-octopack.md -> docs/packaging-applications/create-packages/octopack/troubleshooting-octopack.md
docs/packaging-applications/nuget-packages.md -> docs/packaging-applications/create-packages/index.md
docs/packaging-applications/octo.exe.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/versioning.md -> docs/packaging-applications/create-packages/versioning.md
docs/infrastructure/machine-policies.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/infrastructure/deployment-targets/windows-targets/proxy-support.md -> docs/infrastructure/deployment-targets/proxy-support.md
docs/infrastructure/deployment-targets/target-roles/index.md -> docs/infrastructure/deployment-targets/index.md
docs/packaging-applications/create-packages/nuget-packages.md -> docs/packaging-applications/create-packages/index.md
docs/packaging-applications/build-servers/metadata/index.md -> docs/packaging-applications/build-servers/index.md
docs/packaging-applications/build-servers/metadata/jira.md -> docs/releases/issue-tracking/jira.md
docs/packaging-applications/build-servers/metadata/github.md -> docs/releases/issue-tracking/github.md
docs/packaging-applications/build-servers/metadata/release-notes-templates.md -> docs/releases/release-notes.md
docs/packaging-applications/package-repositories/built-in-repository/pushing-packages-to-the-built-in-repository.md -> docs/packaging-applications/package-repositories/built-in-repository/index.md
docs/deployment-examples/node-on-linux-deployments/index.md -> docs/deployments/node-js/index.md
docs/deployment-examples/node-on-linux-deployments/configure-octopus-deploy-project.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-examples/node-on-linux-deployments/configuring-target-machine.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-examples/node-on-linux-deployments/create-and-push-node.js-project.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-process/project-triggers/scheduled-project-trigger.md -> docs/projects/project-triggers/scheduled-deployment-trigger.md
docs/getting-started/terms.md -> docs/getting-started/index.md
docs/overview.md -> docs/getting-started/index.md
docs/deployment-process/variables/index.md -> docs/projects/variables/index.md
docs/deployment-process/variables/aws-account-variables.md -> docs/projects/variables/aws-account-variables.md
docs/deployment-process/variables/azure-account-variables.md -> docs/projects/variables/azure-account-variables.md
docs/deployment-process/variables/certificate-variables.md -> docs/projects/variables/certificate-variables.md
docs/deployment-process/variables/library-variable-sets.md -> docs/projects/variables/library-variable-sets.md
docs/deployment-process/variables/output-variables.md -> docs/projects/variables/output-variables.md
docs/deployment-process/variables/prompted-variables.md -> docs/projects/variables/prompted-variables.md
docs/deployment-process/variables/sensitive-variables.md -> docs/projects/variables/sensitive-variables.md
docs/deployment-process/variables/system-variables.md -> docs/projects/variables/system-variables.md
docs/deployment-process/variables/variable-filters.md -> docs/projects/variables/variable-filters.md
docs/deployment-process/variables/variable-substitutions.md -> docs/projects/variables/variable-substitutions.md
docs/deployment-process/variables/variable-templates.md -> docs/projects/variables/variable-templates.md
docs/deployment-process/releases/index.md -> docs/releases/index.md
docs/deployment-process/releases/blocking-deployments.md -> docs/releases/prevent-release-progression.md
docs/deployment-process/releases/deleting-releases.md -> docs/releases/deleting-releases.md
docs/deployment-process/releases/deployment-notes.md -> docs/releases/deployment-notes.md
docs/deployment-process/releases/guided-failures.md -> docs/releases/guided-failures.md
docs/deployment-process/releases/manually-fail-a-running-or-cancelling-task.md -> docs/releases/manually-fail-a-task.md
docs/deployment-process/releases/release-notes.md -> docs/releases/release-notes.md
docs/deployment-process/releases/release-versioning.md -> docs/releases/release-versioning.md
docs/deployment-process/issue-tracking/github.md -> docs/releases/issue-tracking/github.md
docs/deployment-process/issue-tracking/jira.md -> docs/releases/issue-tracking/jira.md
docs/deployment-process/project-triggers/index.md -> docs/projects/project-triggers/index.md
docs/deployment-process/project-triggers/automatic-release-creation.md -> docs/projects/project-triggers/automatic-release-creation.md
docs/deployment-process/project-triggers/deployment-target-triggers.md -> docs/projects/project-triggers/deployment-target-triggers.md
docs/deployment-process/project-triggers/scheduled-deployment-trigger.md -> docs/projects/project-triggers/scheduled-deployment-trigger.md
docs/deployment-process/project-triggers/scheduled-runbook-trigger.md -> docs/runbooks/scheduled-runbook-trigger/index.md
docs/deployment-process/projects/index.md -> docs/projects/index.md
docs/deployment-process/projects/coordinating-multiple-projects/index.md -> docs/projects/coordinating-multiple-projects/index.md
docs/deployment-process/projects/coordinating-multiple-projects/project-coordination-code-samples.md -> docs/projects/coordinating-multiple-projects/project-coordination-code-samples.md
docs/deployment-process/projects/coordinating-multiple-projects/deploy-release-step/index.md -> docs/projects/coordinating-multiple-projects/deploy-release-step/index.md
docs/deployment-process/operations-runbooks/index.md -> docs/runbooks/index.md
docs/deployment-process/issue-tracking/index.md -> docs/releases/issue-tracking/index.md
docs/deployment-process/issue-tracking/azure-devops.md -> docs/releases/issue-tracking/azure-devops.md
docs/release-management/index.md -> docs/releases/index.md
docs/release-management/blocking-deployments.md -> docs/releases/prevent-release-progression.md
docs/release-management/deleting-releases.md -> docs/releases/deleting-releases.md
docs/release-management/deployment-notes.md -> docs/releases/deployment-notes.md
docs/release-management/guided-failures.md -> docs/releases/guided-failures.md
docs/release-management/manually-fail-a-running-or-cancelling-task.md -> docs/releases/manually-fail-a-task.md
docs/release-management/release-notes.md -> docs/releases/release-notes.md
docs/release-management/release-versioning.md -> docs/releases/release-versioning.md
docs/release-management/issue-tracking/index.md -> docs/releases/issue-tracking/index.md
docs/release-management/issue-tracking/azure-devops.md -> docs/releases/issue-tracking/azure-devops.md
docs/release-management/issue-tracking/github.md -> docs/releases/issue-tracking/github.md
docs/release-management/issue-tracking/jira.md -> docs/releases/issue-tracking/jira.md
docs/installation/octopus-in-container/octopus-server-container.md -> docs/installation/octopus-server-linux-container/index.md
docs/installation/octopus-in-container/docker-compose.md -> docs/installation/octopus-server-linux-container/docker-compose-linux.md
docs/octopus-concepts/octo.exe.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/octopus-rest-api/octo.exe-command-line/build-information.md -> docs/octopus-rest-api/octopus-cli/build-information.md
docs/octopus-rest-api/octo.exe-command-line/clean-environment.md -> docs/octopus-rest-api/octopus-cli/clean-environment.md
docs/octopus-rest-api/octo.exe-command-line/clean-workerpool.md -> docs/octopus-rest-api/octopus-cli/clean-workerpool.md
docs/octopus-rest-api/octo.exe-command-line/create-autodeployoverride.md -> docs/octopus-rest-api/octopus-cli/create-autodeployoverride.md
docs/octopus-rest-api/octo.exe-command-line/create-channel.md -> docs/octopus-rest-api/octopus-cli/create-channel.md
docs/octopus-rest-api/octo.exe-command-line/create-environment.md -> docs/octopus-rest-api/octopus-cli/create-environment.md
docs/octopus-rest-api/octo.exe-command-line/create-project.md -> docs/octopus-rest-api/octopus-cli/create-project.md
docs/octopus-rest-api/octo.exe-command-line/create-release.md -> docs/octopus-rest-api/octopus-cli/create-release.md
docs/octopus-rest-api/octo.exe-command-line/create-workerpool.md -> docs/octopus-rest-api/octopus-cli/create-workerpool.md
docs/octopus-rest-api/octo.exe-command-line/delete-autodeployoverride.md -> docs/octopus-rest-api/octopus-cli/delete-autodeployoverride.md
docs/octopus-rest-api/octo.exe-command-line/delete-releases.md -> docs/octopus-rest-api/octopus-cli/delete-releases.md
docs/octopus-rest-api/octo.exe-command-line/deploy-release.md -> docs/octopus-rest-api/octopus-cli/deploy-release.md
docs/octopus-rest-api/octo.exe-command-line/dump-deployments.md -> docs/octopus-rest-api/octopus-cli/dump-deployments.md
docs/octopus-rest-api/octo.exe-command-line/export.md -> docs/octopus-rest-api/octopus-cli/export.md
docs/octopus-rest-api/octo.exe-command-line/formatted-output.md -> docs/octopus-rest-api/octopus-cli/formatted-output.md
docs/octopus-rest-api/octo.exe-command-line/import.md -> docs/octopus-rest-api/octopus-cli/import.md
docs/octopus-rest-api/octo.exe-command-line/index.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/octopus-rest-api/octo.exe-command-line/install-global-tool.md -> docs/octopus-rest-api/octopus-cli/install-global-tool.md
docs/octopus-rest-api/octo.exe-command-line/list-deployments.md -> docs/octopus-rest-api/octopus-cli/list-deployments.md
docs/octopus-rest-api/octo.exe-command-line/list-environments.md -> docs/octopus-rest-api/octopus-cli/list-environments.md
docs/octopus-rest-api/octo.exe-command-line/list-latestdeployments.md -> docs/octopus-rest-api/octopus-cli/list-latestdeployments.md
docs/octopus-rest-api/octo.exe-command-line/list-machines.md -> docs/octopus-rest-api/octopus-cli/list-machines.md
docs/octopus-rest-api/octo.exe-command-line/list-projects.md -> docs/octopus-rest-api/octopus-cli/list-projects.md
docs/octopus-rest-api/octo.exe-command-line/list-releases.md -> docs/octopus-rest-api/octopus-cli/list-releases.md
docs/octopus-rest-api/octo.exe-command-line/list-tenants.md -> docs/octopus-rest-api/octopus-cli/list-tenants.md
docs/octopus-rest-api/octo.exe-command-line/list-workerpools.md -> docs/octopus-rest-api/octopus-cli/list-workerpools.md
docs/octopus-rest-api/octo.exe-command-line/list-workers.md -> docs/octopus-rest-api/octopus-cli/list-workers.md
docs/octopus-rest-api/octo.exe-command-line/pack.md -> docs/octopus-rest-api/octopus-cli/pack.md
docs/octopus-rest-api/octo.exe-command-line/promote-release.md -> docs/octopus-rest-api/octopus-cli/promote-release.md
docs/octopus-rest-api/octo.exe-command-line/push.md -> docs/octopus-rest-api/octopus-cli/push.md
docs/octopus-rest-api/octo.exe-command-line/push-metadata.md -> docs/octopus-rest-api/octopus-cli/push-metadata.md
docs/octopus-rest-api/octo.exe-command-line/version.md -> docs/octopus-rest-api/octopus-cli/version.md
docs/packaging-applications/create-packages/octo.exe.md -> docs/packaging-applications/create-packages/octopus-cli.md
docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/install-octo-capability.md -> docs/packaging-applications/build-servers/tfs-azure-devops/using-octopus-extension/install-octopus-cli-capability.md
docs/octopus-concepts/api.md -> docs/octopus-rest-api/index.md
docs/deployment-examples/sql-server-databases -> docs/deployments/databases/index.md
docs/administration/upgrading/long-term-support.md -> docs/installation/index.md
docs/octopus-concepts/octopus-deploy-server.md -> docs/installation/index.md
docs/administration/security/index.md -> docs/security/index.md
docs/administration/security/built-in-worker.md -> docs/security/built-in-worker.md
docs/administration/security/data-encryption.md -> docs/security/data-encryption.md
docs/administration/security/fips-and-octopus-deploy.md -> docs/security/fips-and-octopus-deploy.md
docs/administration/security/hardening-octopus.md -> docs/security/hardening-octopus.md
docs/administration/security/http-security-headers.md -> docs/security/http-security-headers.md
docs/administration/security/outbound-requests.md -> docs/security/outbound-requests/index.md
docs/administration/security/pci-compliance-and-octopus-deploy.md -> docs/security/pci-compliance-and-octopus-deploy.md
docs/administration/security/script-integrity.md -> docs/security/script-integrity.md
docs/administration/security/cve/index.md -> docs/security/cve/index.md
docs/administration/security/cve/csrf-and-octopus-deploy.md -> docs/security/cve/csrf-and-octopus-deploy.md
docs/administration/security/cve/shattered-and-octopus-deploy.md -> docs/security/cve/shattered-and-octopus-deploy.md
docs/administration/security/cve/spectre-meltdown-and-octopus-deploy.md -> docs/security/cve/spectre-meltdown-and-octopus-deploy.md
docs/administration/security/cve/xss-and-octopus-deploy.md -> docs/security/cve/xss-and-octopus-deploy.md
docs/administration/security/exposing-octopus/index.md -> docs/security/exposing-octopus/index.md
docs/administration/security/exposing-octopus/expose-the-octopus-web-portal-over-https.md -> docs/security/exposing-octopus/expose-the-octopus-web-portal-over-https.md
docs/administration/security/exposing-octopus/lets-encrypt-integration.md -> docs/security/exposing-octopus/lets-encrypt-integration.md
docs/administration/security/exposing-octopus/use-iis-as-reverse-proxy.md -> docs/security/exposing-octopus/use-iis-as-reverse-proxy.md
docs/administration/security/octopus-tentacle-communication/index.md -> docs/security/octopus-tentacle-communication/index.md
docs/administration/security/octopus-tentacle-communication/how-to-use-custom-certificates-with-octopus-server-and-tentacle.md -> docs/security/octopus-tentacle-communication/custom-certificates-with-octopus-server-and-tentacle.md
docs/administration/security/octopus-tentacle-communication/troubleshooting-schannel-and-tls.md -> docs/security/octopus-tentacle-communication/troubleshooting-schannel-and-tls.md
docs/administration/authentication/index.md -> docs/security/authentication/index.md
docs/administration/authentication/authentication-automation-with-octopusdsc.md -> docs/security/authentication/authentication-automation-with-octopusdsc.md
docs/administration/authentication/auto-user-creation.md -> docs/security/authentication/auto-user-creation.md
docs/administration/authentication/azure-ad-authentication.md -> docs/security/authentication/azure-ad-authentication.md
docs/administration/authentication/googleapps-authentication.md -> docs/security/authentication/googleapps-authentication.md
docs/administration/authentication/guest-login.md -> docs/security/authentication/guest-login.md
docs/administration/authentication/octopusid-authentication.md -> docs/security/authentication/octopusid-authentication.md
docs/administration/authentication/okta-authentication.md -> docs/security/authentication/okta-authentication.md
docs/administration/authentication/troubleshooting-authentication-problems.md -> docs/security/authentication/troubleshooting-authentication-problems.md
docs/administration/authentication/active-directory-authentication/index.md -> docs/security/authentication/active-directory/index.md
docs/administration/authentication/active-directory-authentication/moving-active-directory-domains.md -> docs/security/authentication/active-directory/moving-active-directory-domains.md
docs/administration/authentication/active-directory-authentication/specifying-a-custom-container-to-use-for-ad-authentication.md -> docs/security/authentication/active-directory/custom-containers-for-ad-authentication.md
docs/administration/authentication/active-directory-authentication/troubleshooting-active-directory-integration.md -> docs/security/authentication/active-directory/troubleshooting-active-directory-integration.md
docs/administration/managing-users-and-teams/index.md -> docs/security/users-and-teams/index.md
docs/administration/managing-users-and-teams/auditing.md -> docs/security/users-and-teams/auditing.md
docs/administration/managing-users-and-teams/creating-teams-for-a-user-with-mixed-environment-privileges.md -> docs/security/users-and-teams/creating-teams-for-a-user-with-mixed-environment-privileges.md
docs/administration/managing-users-and-teams/default-permissions.md -> docs/security/users-and-teams/default-permissions.md
docs/administration/managing-users-and-teams/external-groups-and-rolls.md -> docs/security/users-and-teams/external-groups-and-roles.md
docs/administration/managing-users-and-teams/resetting-passwords.md -> docs/security/users-and-teams/resetting-passwords.md
docs/administration/managing-users-and-teams/security-and-un-scoped-variables.md -> docs/security/users-and-teams/security-and-un-scoped-variables.md
docs/administration/managing-users-and-teams/service-accounts.md -> docs/security/users-and-teams/service-accounts.md
docs/administration/managing-users-and-teams/system-and-space-permissions.md -> docs/security/users-and-teams/system-and-space-permissions.md
docs/administration/managing-users-and-teams/user-roles.md -> docs/security/users-and-teams/user-roles.md
docs/administration/managing-users-and-teams/external-groups-and-roles.md -> docs/security/users-and-teams/external-groups-and-roles.md
docs/deploying-applications/deployment-process/configuration-features/index.md -> docs/projects/steps/configuration-features/index.md
docs/deploying-applications/variables/output-variables.md -> docs/projects/variables/output-variables.md
docs/managing-releases/blocking-deployments.md -> docs/releases/prevent-release-progression.md
docs/deployment-applications/configuration-files/index.md -> docs/projects/steps/configuration-features/index.md
docs/deployment-patterns/clustered-listening-tentacles/index.md -> docs/infrastructure/deployment-targets/windows-targets/clustered-listening-tentacles/index.md
docs/deployment-patterns/isolated-octopus-deploy-servers.md -> docs/installation/isolated-octopus-deploy-servers.md
docs/projects/project-triggers/scheduled-runbook-trigger.md -> docs/runbooks/scheduled-runbook-trigger/index.md
docs/deployment-examples/azure-deployments/resource-groups/index.md -> docs/runbooks/runbook-examples/azure/resource-groups/index.md
docs/operations-runbooks/index.md -> docs/runbooks/index.md
docs/operations-runbooks/runbook-examples/index.md -> docs/runbooks/runbook-examples/index.md
docs/operations-runbooks/runbook-examples/azure/index.md -> docs/runbooks/runbook-examples/azure/index.md
docs/operations-runbooks/runbook-examples/azure/resource-groups/index.md -> docs/runbooks/runbook-examples/azure/resource-groups/index.md
docs/operations-runbooks/runbook-examples/databases/index.md -> docs/runbooks/runbook-examples/databases/index.md
docs/operations-runbooks/runbook-examples/databases/backup-mssql-database.md -> docs/runbooks/runbook-examples/databases/backup-mssql-database.md
docs/operations-runbooks/runbook-examples/emergency/index.md -> docs/runbooks/runbook-examples/emergency/index.md
docs/operations-runbooks/runbook-examples/emergency/manually-failover-dns.md -> docs/runbooks/runbook-examples/emergency/manually-failover-dns.md
docs/operations-runbooks/runbook-examples/emergency/monitor-failover-dns.md -> docs/runbooks/runbook-examples/emergency/monitor-failover-dns.md
docs/operations-runbooks/runbook-examples/routine/index.md -> docs/runbooks/runbook-examples/routine/index.md
docs/operations-runbooks/runbook-examples/routine/iis-maintenance.md -> docs/runbooks/runbook-examples/routine/iis-runbooks.md
docs/operations-runbooks/runbook-examples/routine/installing-iis.md -> docs/runbooks/runbook-examples/routine/iis-runbooks.md
docs/operations-runbooks/runbook-examples/routine/installing-software-chocolatey.md -> docs/runbooks/runbook-examples/routine/installing-software-chocolatey.md
docs/operations-runbooks/runbook-examples/routine/installing-tomcat.md -> docs/runbooks/runbook-examples/routine/installing-tomcat.md
docs/operations-runbooks/runbook-examples/routine/updating-linux.md -> docs/runbooks/runbook-examples/routine/updating-linux.md
docs/operations-runbooks/runbook-examples/services/index.md -> docs/runbooks/runbook-examples/routine/services-runbooks.md
docs/operations-runbooks/runbook-examples/services/restart-linux-service.md -> docs/runbooks/runbook-examples/routine/services-runbooks.md
docs/operations-runbooks/runbook-permissions/index.md -> docs/runbooks/runbook-permissions/index.md
docs/operations-runbooks/runbook-publishing/index.md -> docs/runbooks/runbook-publishing/index.md
docs/operations-runbooks/runbooks-vs-deployments/index.md -> docs/runbooks/runbooks-vs-deployments/index.md
docs/operations-runbooks/scheduled-runbook-trigger/index.md -> docs/runbooks/scheduled-runbook-trigger/index.md
docs/deployment-process/configuration-features/json-configuration-variables-feature.md -> docs/projects/steps/configuration-features/structured-configuration-variables-feature.md
docs/deployment-process/configuration-features/substitute-variables-in-files.md -> docs/projects/steps/configuration-features/substitute-variables-in-templates.md
docs/octopus-concepts/index.md -> docs/getting-started/index.md
docs/octopus-concepts/configuration-features.md -> docs/projects/steps/configuration-features/index.md
docs/octopus-concepts/deployment-process.md -> docs/projects/deployment-process/index.md
docs/octopus-concepts/deployment-targets.md -> docs/infrastructure/deployment-targets/index.md
docs/octopus-concepts/environments.md -> docs/infrastructure/environments/index.md
docs/octopus-concepts/health-checks.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/octopus-concepts/lifecycle.md -> docs/releases/lifecycles/index.md
docs/octopus-concepts/octopus-cli.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/octopus-concepts/octopus-cloud.md -> docs/octopus-cloud/index.md
docs/octopus-concepts/octopus-server.md -> docs/installation/index.md
docs/octopus-concepts/octopus-web-portal.md -> docs/getting-started/index.md
docs/getting-started/octopus-concepts/octopus-web-portal.md -> docs/getting-started/index.md
docs/octopus-concepts/operations-runbooks.md -> docs/runbooks/index.md
docs/octopus-concepts/projects.md -> docs/projects/index.md
docs/octopus-concepts/releases.md -> docs/releases/index.md
docs/octopus-concepts/rest-api.md -> docs/octopus-rest-api/index.md
docs/octopus-concepts/target-roles.md -> docs/infrastructure/deployment-targets/index.md
docs/octopus-concepts/tentacles.md -> docs/infrastructure/deployment-targets/index.md
docs/octopus-concepts/upgrading.md -> docs/administration/upgrading/index.md
docs/octopus-concepts/variables.md -> docs/projects/variables/index.md
docs/octopus-concepts/workers.md -> docs/infrastructure/workers/index.md
docs/getting-started/octopus-concepts/deployment-process.md -> docs/projects/deployment-process/index.md
docs/getting-started/octopus-concepts/deployment-targets.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started/octopus-concepts/octopus-server.md -> docs/installation/index.md
docs/getting-started/octopus-concepts/octopus-cloud.md -> docs/octopus-cloud/index.md
docs/getting-started/octopus-concepts/releases.md -> docs/releases/index.md
docs/runbooks/runbook-examples/routine/hardening-iis.md -> docs/runbooks/runbook-examples/routine/iis-runbooks.md
docs/runbooks/runbook-examples/routine/installing-iis.md -> docs/runbooks/runbook-examples/routine/iis-runbooks.md
docs/runbooks/runbook-examples/routine/iis-maintenance.md -> docs/runbooks/runbook-examples/routine/iis-runbooks.md
docs/getting-started/octopus-concepts/environments.md -> docs/infrastructure/environments/index.md
docs/getting-started/configure-your-environments.md -> docs/infrastructure/environments/index.md
docs/getting-started/connect-your-deployment-targets-to-octopus.md -> docs/infrastructure/deployment-targets/index.md
docs/deploying-applications/deploy-java-applications/index.md -> docs/deployments/java/index.md
docs/getting-started/octopus-concepts/target-roles.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started/octopus-concepts/upgrading.md -> docs/administration/upgrading/index.md
docs/deployment-process/lifecycles/index.md -> docs/releases/lifecycles/index.md
docs/getting-started/octopus-concepts/lifecycle.md -> docs/releases/lifecycles/index.md
docs/runbooks/runbook-examples/aws/destroy-stack.md -> docs/runbooks/runbook-examples/aws/delete-stack.md
docs/deployment-process/channels/index.md -> docs/releases/channels/index.md
docs/getting-started/getting-started-guides.md -> docs/getting-started/index.md
docs/getting-started/octopus-concepts/configuration-features.md -> docs/projects/steps/configuration-features/index.md
docs/getting-started/octopus-concepts/health-checks.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/getting-started/octopus-concepts/octopus-cli.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/getting-started/octopus-concepts/projects.md -> docs/projects/index.md
docs/getting-started/octopus-concepts/rest-api.md -> docs/octopus-rest-api/index.md
docs/getting-started/octopus-concepts/runbooks.md -> docs/runbooks/index.md
docs/getting-started/octopus-concepts/tentacles.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started/octopus-concepts/variables.md -> docs/projects/variables/index.md
docs/getting-started/octopus-concepts/workers.md -> docs/infrastructure/workers/index.md
docs/getting-started/create-a-release.md -> docs/releases/index.md
docs/getting-started/define-your-deployment-process.md -> docs/projects/deployment-process/index.md
docs/getting-started/deployment-targets.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started/environments.md -> docs/infrastructure/environments/index.md
docs/getting-started/hello-world.md -> docs/getting-started/index.md
docs/getting-started/lifecycle.md -> docs/releases/lifecycles/index.md
docs/getting-started/package-your-software.md -> docs/packaging-applications/index.md
docs/getting-started/setup-octopus-deploy.md -> docs/installation/index.md
docs/getting-started/the-cicd-pipeline.md -> docs/packaging-applications/build-servers/index.md
docs/getting-started/the-octopus-web-portal.md -> docs/getting-started/index.md
docs/getting-started/upgrading.md -> docs/administration/upgrading/index.md
docs/getting-started/octopus-concepts/index.md -> docs/getting-started/index.md
docs/getting-started-guides/create-a-release.md -> docs/releases/index.md
docs/getting-started-guides/octopus-concepts/projects.md -> docs/projects/index.md
docs/managing-releases/index.md -> docs/releases/index.md
docs/managing-releases/channels/index.md -> docs/releases/channels/index.md
docs/managing-releases/issue-tracking/index.md -> docs/releases/issue-tracking/index.md
docs/managing-releases/issue-tracking/azure-devops.md -> docs/releases/issue-tracking/azure-devops.md
docs/managing-releases/issue-tracking/github.md -> docs/releases/issue-tracking/github.md
docs/managing-releases/issue-tracking/jira.md -> docs/releases/issue-tracking/jira.md
docs/managing-releases/lifecycles/index.md -> docs/releases/lifecycles/index.md
docs/managing-releases/deleting-releases.md -> docs/releases/deleting-releases.md
docs/managing-releases/deployment-notes.md -> docs/releases/deployment-notes.md
docs/managing-releases/guided-failures.md -> docs/releases/guided-failures.md
docs/managing-releases/manually-fail-a-running-or-cancelling-task.md -> docs/releases/manually-fail-a-task.md
docs/managing-releases/prevent-release-progression.md -> docs/releases/prevent-release-progression.md
docs/managing-releases/release-notes.md -> docs/releases/release-notes.md
docs/managing-releases/release-versioning.md -> docs/releases/release-versioning.md
docs/runbooks/runbook-examples/services/index.md -> docs/runbooks/runbook-examples/routine/services-runbooks.md
docs/runbooks/runbook-examples/services/restart-linux-service.md -> docs/runbooks/runbook-examples/routine/services-runbooks.md
docs/runbooks/runbook-examples/services/windows-services.md -> docs/runbooks/runbook-examples/routine/services-runbooks.md
docs/deploying-applications/certificates/index.md -> docs/deployments/certificates/index.md
docs/deploying-applications/docker-containers/index.md -> docs/deployments/docker/index.md
docs/octopus-rest-api/examples/add-a-space-with-environments.md -> docs/octopus-rest-api/examples/spaces/add-a-space-with-environments.md
docs/octopus-rest-api/examples/delete-a-space.md -> docs/octopus-rest-api/examples/spaces/delete-a-space.md
docs/octopus-rest-api/examples/create-azure-service-principal.md -> docs/octopus-rest-api/examples/accounts/create-azure-service-principal.md
docs/octopus-rest-api/examples/create-certificate.md -> docs/octopus-rest-api/examples/certificates/create-certificate.md
docs/octopus-rest-api/examples/replace-certificate.md -> docs/octopus-rest-api/examples/certificates/replace-certificate.md
docs/octopus-rest-api/examples/add-environment-to-step.md -> docs/octopus-rest-api/examples/deployment-process/add-environment-to-step.md
docs/octopus-rest-api/examples/create-script-step.md -> docs/octopus-rest-api/examples/deployment-process/create-script-step.md
docs/octopus-rest-api/examples/get-steps-using-role.md -> docs/octopus-rest-api/examples/deployment-process/get-steps-using-role.md
docs/octopus-rest-api/examples/add-azure-web-app.md -> docs/octopus-rest-api/examples/deployment-targets/add-azure-web-app.md
docs/octopus-rest-api/examples/change-machine-machinepolicy.md -> docs/octopus-rest-api/examples/deployment-targets/change-target-machinepolicy.md
docs/octopus-rest-api/examples/delete-machines-by-role.md -> docs/octopus-rest-api/examples/deployment-targets/delete-machines-by-role.md
docs/octopus-rest-api/examples/register-listening-tentacle.md -> docs/octopus-rest-api/examples/deployment-targets/register-listening-tentacle.md
docs/octopus-rest-api/examples/register-polling-tentacle.md -> docs/octopus-rest-api/examples/deployment-targets/register-polling-tentacle.md
docs/octopus-rest-api/examples/create-and-deploy-a-release -> docs/octopus-rest-api/examples/deployments/create-and-deploy-a-release.md
docs/octopus-rest-api/examples/cancel-queued-deployments.md -> docs/octopus-rest-api/examples/deployments/cancel-queued-deployments.md
docs/octopus-rest-api/examples/create-project.md -> docs/octopus-rest-api/examples/projects/create-project.md
docs/octopus-rest-api/examples/delete-project-releases.md -> docs/octopus-rest-api/examples/releases/delete-project-releases.md
docs/octopus-rest-api/examples/create-runbook.md -> docs/octopus-rest-api/examples/runbooks/create-runbook.md
docs/octopus-rest-api/examples/publish-runbook.md -> docs/octopus-rest-api/examples/runbooks/publish-runbook.md
docs/octopus-rest-api/examples/run-runbook.md -> docs/octopus-rest-api/examples/runbooks/run-runbook.md
docs/octopus-rest-api/examples/list-users-with-role.md -> docs/octopus-rest-api/examples/users-and-teams/list-users-with-role.md
docs/octopus-rest-api/examples/users/index.md -> docs/octopus-rest-api/examples/users-and-teams/index.md
docs/octopus-rest-api/examples/users/list-users-with-role.md -> docs/octopus-rest-api/examples/users-and-teams/list-users-with-role.md
docs/octopus-rest-api/examples/feeds/get-feeds.md -> docs/octopus-rest-api/examples/feeds/retrieve-feeds.md
docs/octopus-rest-api/examples/variables/find-variable-vaule-usage.md -> docs/octopus-rest-api/examples/variables/find-variable-value-usage.md
docs/getting-started-guides/octopus-concepts/configuration-features.md -> docs/projects/steps/configuration-features/index.md
docs/getting-started-guides/octopus-concepts/octopus-cli.md -> docs/octopus-rest-api/octopus-cli/index.md
docs/getting-started-guides/octopus-concepts/rest-api.md -> docs/octopus-rest-api/index.md
docs/getting-started-guides/octopus-concepts/health-checks.md -> docs/infrastructure/deployment-targets/machine-policies.md
docs/getting-started-guides/octopus-concepts/index.md -> docs/getting-started/index.md
docs/getting-started-guides/octopus-concepts/runbooks.md -> docs/runbooks/index.md
docs/getting-started-guides/octopus-concepts/tentacles.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started-guides/octopus-concepts/variables.md -> docs/projects/variables/index.md
docs/getting-started-guides/octopus-concepts/workers.md -> docs/infrastructure/workers/index.md
docs/getting-started-guides/index.md -> docs/getting-started/index.md
docs/getting-started-guides/deployment-process.md -> docs/projects/deployment-process/index.md
docs/getting-started-guides/deployment-targets.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started-guides/environments.md -> docs/infrastructure/environments/index.md
docs/getting-started-guides/hello-world.md -> docs/getting-started/index.md
docs/getting-started-guides/lifecycle.md -> docs/releases/lifecycles/index.md
docs/getting-started-guides/package-your-software.md -> docs/packaging-applications/index.md
docs/getting-started-guides/setup-octopus-deploy.md -> docs/installation/index.md
docs/getting-started-guides/the-cicd-pipeline.md -> docs/packaging-applications/build-servers/index.md
docs/getting-started-guides/the-octopus-web-portal.md -> docs/getting-started/index.md
docs/getting-started-guides/upgrading.md -> docs/administration/upgrading/index.md
docs/getting-started-guides/projects.md -> docs/projects/index.md
docs/getting-started-guides/releases.md -> docs/releases/index.md
docs/getting-started-guides/runbooks.md -> docs/runbooks/index.md
docs/getting-started-guides/tentacles.md -> docs/infrastructure/deployment-targets/index.md
docs/getting-started-guides/variables.md -> docs/projects/variables/index.md
docs/getting-started-guides/workers.md -> docs/infrastructure/workers/index.md
docs/support/sensitive-properties-api-changes-in-release-3.3.md -> docs/octopus-rest-api/index.md
docs/credits.template.md -> docs/credits.md
docs/deployment-patterns/index.md -> docs/deployments/patterns/index.md
docs/deployment-patterns/rolling-deployments/index.md -> docs/deployments/patterns/rolling-deployments.md
docs/deployment-patterns/multi-tenant-deployments/index.md -> docs/tenants/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/index.md -> docs/tenants/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/creating-your-first-tenant.md -> docs/tenants/tenant-creation/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/creating-your-first-multi-tenant-project.md -> docs/tenants/tenant-creation/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/deploying-a-simple-multi-tenant-project.md -> docs/tenants/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/working-with-tenant-specific-variables.md -> docs/tenants/tenant-variables.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/working-with-groups-of-tenants-using-tags.md -> docs/tenants/tenant-tags.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/designing-a-multi-tenant-hosting-model.md -> docs/tenants/tenant-infrastructure.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/designing-a-multi-tenant-upgrade-process.md -> docs/tenants/index.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployment-guide/multi-tenant-roles-and-security.md -> docs/tenants/tenant-roles-and-security.md
docs/deployment-patterns/multi-tenant-deployments/multi-tenant-deployments-faq.md -> docs/tenants/tenant-deployment-faq.md
docs/deployment-patterns/multi-tenant-deployments/tenant-tags.md -> docs/tenants/tenant-tags.md
docs/deployment-patterns/multi-tenant-deployments/troubleshooting-multi-tenant-deployments.md -> docs/tenants/troubleshooting-multi-tenant-deployments.md
docs/deployment-patterns/multi-region-deployment-pattern.md -> docs/deployments/patterns/multi-region-deployment-pattern.md
docs/deployment-patterns/blue-green-deployments/index.md -> docs/deployments/patterns/blue-green-deployments/index.md
docs/deployment-patterns/blue-green-deployments/blue-green-in-octopus-environments.md -> docs/deployments/patterns/blue-green-deployments/blue-green-in-octopus-environments.md
docs/deployment-patterns/blue-green-deployments/blue-green-deployments-in-iis.md -> docs/deployments/patterns/blue-green-deployments/blue-green-deployments-in-iis.md
docs/deployment-patterns/elastic-and-transient-environments/index.md -> docs/deployments/patterns/elastic-and-transient-environments/index.md
docs/deployment-patterns/elastic-and-transient-environments/deploying-to-transient-targets.md -> docs/deployments/patterns/elastic-and-transient-environments/deploying-to-transient-targets.md
docs/deployment-patterns/elastic-and-transient-environments/keeping-deployment-targets-up-to-date.md -> docs/deployments/patterns/elastic-and-transient-environments/keeping-deployment-targets-up-to-date.md
docs/deployment-patterns/elastic-and-transient-environments/cleaning-up-environments.md -> docs/deployments/patterns/elastic-and-transient-environments/cleaning-up-environments.md
docs/deployment-patterns/elastic-and-transient-environments/immutable-infrastructure.md -> docs/deployments/patterns/elastic-and-transient-environments/immutable-infrastructure.md
docs/deployment-patterns/canary-deployments.md -> docs/deployments/patterns/canary-deployments.md
docs/deployment-patterns/branching.md -> docs/deployments/patterns/branching.md
docs/deployment-patterns/deployment-process-as-code.md -> docs/deployments/patterns/deployment-process-as-code.md
docs/deployment-examples/index.md -> docs/deployments/index.md
docs/deployment-examples/asp.net-core-web-application-deployments/index.md -> docs/deployments/dotnet/netcore-webapp.md
docs/deployment-examples/windows-services.md -> docs/deployments/windows/windows-services.md
docs/deployment-examples/iis-websites-and-application-pools.md -> docs/deployments/windows/iis-websites-and-application-pools.md
docs/deployment-examples/virtual-hard-drive-deployments.md -> docs/deployments/windows/virtual-hard-drive-deployments.md
docs/deployment-examples/html-and-javascript-application-deployments.md -> docs/deployments/html-and-javascript-application-deployments.md
docs/deployment-examples/aws-deployments/index.md -> docs/deployments/aws/index.md
docs/deployment-examples/aws-deployments/removecloudformation/index.md -> docs/deployments/aws/removecloudformation/index.md
docs/deployment-examples/aws-deployments/cloudformation/index.md -> docs/deployments/aws/cloudformation/index.md
docs/deployment-examples/aws-deployments/permissions/index.md -> docs/deployments/aws/permissions/index.md
docs/deployment-examples/aws-deployments/s3/index.md -> docs/deployments/aws/s3/index.md
docs/deployment-examples/azure-deployments/azure-environments.md -> docs/deployments/azure/azure-environments.md
docs/deployment-examples/azure-deployments/index.md -> docs/deployments/azure/index.md
docs/deployment-examples/azure-deployments/varying-azure-subscription-by-environment.md -> docs/deployments/azure/varying-azure-subscription-by-environment.md
docs/deployment-examples/azure-deployments/running-azure-powershell/configuring-the-version-of-the-azure-powershell-cli.md -> docs/deployments/azure/running-azure-powershell/configuring-the-version-of-the-azure-cli.md
docs/deployment-examples/azure-deployments/running-azure-powershell/configuring-the-version-of-the-azure-powershell-modules.md -> docs/deployments/azure/running-azure-powershell/configuring-the-version-of-the-azure-powershell-modules.md
docs/deployment-examples/azure-deployments/running-azure-powershell/index.md -> docs/deployments/azure/running-azure-powershell/index.md
docs/deployment-examples/azure-deployments/ase/index.md -> docs/deployments/azure/ase/index.md
docs/deployment-examples/azure-deployments/cloud-services/getting-started-with-azure-cloud-services.md -> docs/deployments/azure/cloud-services/index.md
docs/deployment-examples/azure-deployments/cloud-services/index.md -> docs/deployments/azure/cloud-services/index.md
docs/deployment-examples/azure-deployments/cloud-services/vip-swap.md -> docs/deployments/azure/cloud-services/vip-swap.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-cloud-service/index.md -> docs/deployments/azure/cloud-services/index.md
docs/deployment-examples/azure-deployments/service-fabric/index.md -> docs/deployments/azure/service-fabric/index.md
docs/deployment-examples/azure-deployments/service-fabric/packaging.md -> docs/deployments/azure/service-fabric/packaging.md
docs/deployment-examples/azure-deployments/service-fabric/version-automation-with-service-fabric-application-packages/index.md -> docs/deployments/azure/service-fabric/version-automation-with-service-fabric-application-packages/index.md
docs/deployment-examples/azure-deployments/deploying-to-azure-via-a-firewall/index.md -> docs/deployments/azure/deploying-to-azure-via-a-firewall/index.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-web-app/deploying-web-jobs.md -> docs/deployments/azure/deploying-a-package-to-an-azure-web-app/deploying-web-jobs.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-web-app/index_configurestep_(,2018.5).partial.md -> docs/deployments/azure/deploying-a-package-to-an-azure-web-app/index_configurestep_(,2018.5).partial.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-web-app/index_configurestep_[2018.5,).partial.md -> docs/deployments/azure/deploying-a-package-to-an-azure-web-app/index_configurestep_[2018.5,).partial.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-web-app/index.md -> docs/deployments/azure/deploying-a-package-to-an-azure-web-app/index.md
docs/deployment-examples/azure-deployments/deploying-a-package-to-an-azure-web-app/using-deployment-slots-with-azure-web-apps.md -> docs/deployments/azure/deploying-a-package-to-an-azure-web-app/using-deployment-slots-with-azure-web-apps.md
docs/deployment-examples/azure-deployments/deploying-to-service-fabric/index.md -> docs/deployments/azure/service-fabric/index.md
docs/deployment-examples/azure-deployments/deploying-to-service-fabric/connecting-securely-with-azure-active-directory/index.md -> docs/deployments/azure/service-fabric/connecting-securely-with-azure-active-directory/index.md
docs/deployment-examples/azure-deployments/deploying-to-service-fabric/connecting-securely-with-client-certificates/index.md -> docs/deployments/azure/service-fabric/connecting-securely-with-client-certificates/index.md
docs/deployment-examples/azure-deployments/deploying-to-service-fabric/deploying-a-package-to-a-service-fabric-cluster/index.md -> docs/deployments/azure/service-fabric/deploying-a-package-to-a-service-fabric-cluster.md
docs/deployment-examples/certificates/add-certificate.md -> docs/deployments/certificates/add-certificate.md
docs/deployment-examples/certificates/archiving-and-deleting-certificates.md -> docs/deployments/certificates/archiving-and-deleting-certificates.md
docs/deployment-examples/certificates/certificate-chains.md -> docs/deployments/certificates/certificate-chains.md
docs/deployment-examples/certificates/export-certificate.md -> docs/deployments/certificates/export-certificate.md
docs/deployment-examples/certificates/file-formats.md -> docs/deployments/certificates/index.md
docs/deployment-examples/certificates/import-certificate-step.md -> docs/deployments/certificates/import-certificate-step.md
docs/deployment-examples/certificates/index.md -> docs/deployments/certificates/index.md
docs/deployment-examples/certificates/java-keystore-export.md -> docs/deployments/certificates/java-keystore-export.md
docs/deployment-examples/certificates/replace-certificate.md -> docs/deployments/certificates/replace-certificate.md
docs/deployment-examples/certificates/tomcat-certificate-import.md -> docs/deployments/certificates/tomcat-certificate-import.md
docs/deployment-examples/certificates/troubleshooting.md -> docs/deployments/certificates/troubleshooting.md
docs/deployment-examples/certificates/wildfly-certificate-import.md -> docs/deployments/certificates/wildfly-certificate-import.md
docs/deployment-examples/custom-scripts/aws-cli-scripts.md -> docs/deployments/custom-scripts/aws-cli-scripts.md
docs/deployment-examples/custom-scripts/azure-powershell-scripts.md -> docs/deployments/custom-scripts/azure-powershell-scripts.md
docs/deployment-examples/custom-scripts/error-handling.md -> docs/deployments/custom-scripts/error-handling.md
docs/deployment-examples/custom-scripts/index.md -> docs/deployments/custom-scripts/index.md
docs/deployment-examples/custom-scripts/logging-messages-in-scripts.md -> docs/deployments/custom-scripts/logging-messages-in-scripts.md
docs/deployment-examples/custom-scripts/output-variables.md -> docs/deployments/custom-scripts/output-variables.md
docs/deployment-examples/custom-scripts/passing-parameters-to-scripts.md -> docs/deployments/custom-scripts/passing-parameters-to-scripts.md
docs/deployment-examples/custom-scripts/powershell-core.md -> docs/deployments/custom-scripts/powershell-core.md
docs/deployment-examples/custom-scripts/raw-scripting.md -> docs/deployments/custom-scripts/raw-scripting.md
docs/deployment-examples/custom-scripts/run-a-script-step.md -> docs/deployments/custom-scripts/run-a-script-step.md
docs/deployment-examples/custom-scripts/script-modules.md -> docs/deployments/custom-scripts/script-modules.md
docs/deployment-examples/custom-scripts/service-fabric-powershell-scripts.md -> docs/deployments/custom-scripts/service-fabric-powershell-scripts.md
docs/deployment-examples/custom-scripts/using-variables-in-scripts.md -> docs/deployments/custom-scripts/using-variables-in-scripts.md
docs/deployment-examples/custom-scripts/scripts-in-packages/index.md -> docs/deployments/custom-scripts/scripts-in-packages/index.md
docs/deployment-examples/custom-scripts/scripts-in-packages/reference-files-within-a-package.md -> docs/deployments/custom-scripts/scripts-in-packages/reference-files-within-a-package.md
docs/deployment-examples/custom-scripts/debugging-powershell-scripts/debugging-powershell-scripts-on-remote-machines.md -> docs/deployments/custom-scripts/debugging-powershell-scripts/debugging-powershell-scripts-on-remote-machines.md
docs/deployment-examples/custom-scripts/debugging-powershell-scripts/index.md -> docs/deployments/custom-scripts/debugging-powershell-scripts/index.md
docs/deployment-examples/database-deployments/index.md -> docs/deployments/databases/index.md
docs/deployment-examples/database-deployments/mysql-flyway/index.md -> docs/deployments/databases/mysql-flyway/index.md
docs/deployment-examples/database-deployments/sql-server/dacpac.md -> docs/deployments/databases/sql-server/dacpac.md
docs/deployment-examples/database-deployments/sql-server/index.md -> docs/deployments/databases/sql-server/index.md
docs/deployment-examples/database-deployments/sql-server/permissions.md -> docs/deployments/databases/sql-server/permissions.md
docs/deployment-examples/database-deployments/sql-server/redgate.md -> docs/deployments/databases/sql-server/redgate.md
docs/deployment-examples/database-deployments/common-patterns/adhoc-data-changes.md -> docs/deployments/databases/common-patterns/adhoc-data-changes.md
docs/deployment-examples/database-deployments/common-patterns/automatic-approvals.md -> docs/deployments/databases/common-patterns/automatic-approvals.md
docs/deployment-examples/database-deployments/common-patterns/backups-rollbacks.md -> docs/deployments/databases/common-patterns/backups-rollbacks.md
docs/deployment-examples/database-deployments/common-patterns/index.md -> docs/deployments/databases/common-patterns/index.md
docs/deployment-examples/database-deployments/common-patterns/manual-approvals.md -> docs/deployments/databases/common-patterns/manual-approvals.md
docs/deployment-examples/database-deployments/configuration/index.md -> docs/deployments/databases/configuration/index.md
docs/deployment-examples/database-deployments/configuration/permissions.md -> docs/deployments/databases/configuration/permissions.md
docs/deployment-examples/database-deployments/configuration/tentacle-and-worker-installation.md -> docs/deployments/databases/configuration/tentacle-and-worker-installation.md
docs/deployment-examples/docker-containers/accessing-container-details.md -> docs/deployments/docker/accessing-container-details.md
docs/deployment-examples/docker-containers/docker-run-with-networking.md -> docs/deployments/docker/docker-run-with-networking.md
docs/deployment-examples/docker-containers/index.md -> docs/deployments/docker/index.md
docs/deployment-examples/java-applications/deploying-java-applications.md -> docs/deployments/java/deploying-java-applications.md
docs/deployment-examples/java-applications/error-messages.md -> docs/deployments/java/error-messages.md
docs/deployment-examples/java-applications/index.md -> docs/deployments/java/index.md
docs/deployment-examples/kubernetes-deployments/index.md -> docs/deployments/kubernetes/index.md
docs/deployment-examples/kubernetes-deployments/deploy-container/index.md -> docs/deployments/kubernetes/deploy-container/index.md
docs/deployment-examples/kubernetes-deployments/deploy-ingress/index.md -> docs/deployments/kubernetes/deploy-ingress/index.md
docs/deployment-examples/kubernetes-deployments/helm-update/index.md -> docs/deployments/kubernetes/helm-update/index.md
docs/deployment-examples/kubernetes-deployments/deploy-service/index.md -> docs/deployments/kubernetes/deploy-service/index.md
docs/deployment-examples/kubernetes-deployments/kubectl/index.md -> docs/deployments/kubernetes/kubectl/index.md
docs/deployment-examples/nginx-on-linux-deployments/configure-octopus-deploy-project.md -> docs/deployments/nginx/configure-octopus-deploy-project.md
docs/deployment-examples/nginx-on-linux-deployments/configure-target-machine.md -> docs/deployments/nginx/configure-target-machine.md
docs/deployment-examples/nginx-on-linux-deployments/create-and-push-asp.net-core-project.md -> docs/deployments/nginx/create-and-push-asp.net-core-project.md
docs/deployment-examples/nginx-on-linux-deployments/index.md -> docs/deployments/nginx/index.md
docs/deployment-examples/node-deployments/index.md -> docs/deployments/node-js/index.md
docs/deployment-examples/node-deployments/node-on-linux.md -> docs/deployments/node-js/node-on-linux.md
docs/deployment-examples/package-deployments/delta-compression-for-package-transfers.md -> docs/deployments/packages/delta-compression-for-package-transfers.md
docs/deployment-examples/package-deployments/deploy-packages-to-your-octopus-server.md -> docs/deployments/packages/deploy-packages-to-your-octopus-server.md
docs/deployment-examples/package-deployments/dynamically-selecting-packages.md -> docs/deployments/packages/dynamically-selecting-packages.md
docs/deployment-examples/package-deployments/index.md -> docs/deployments/packages/index.md
docs/deployment-examples/package-deployments/package-deployment-feature-ordering.md -> docs/deployments/packages/package-deployment-feature-ordering.md
docs/deployment-examples/package-deployments/stage-package-uploads.md -> docs/deployments/packages/stage-package-uploads.md
docs/deployment-examples/package-deployments/transfer-package.md -> docs/deployments/packages/transfer-package.md
docs/deployment-examples/package-deployments/troubleshoot-missing-packages.md -> docs/deployments/packages/troubleshoot-missing-packages.md
docs/deployment-examples/terraform-deployments/index.md -> docs/deployments/terraform/index.md
docs/deployment-examples/terraform-deployments/plan-terraform/index.md -> docs/deployments/terraform/plan-terraform/index.md
docs/deployment-examples/terraform-deployments/destroy-terraform/index.md -> docs/deployments/terraform/apply-terraform-changes/index.md
docs/deployment-examples/terraform-deployments/apply-terraform/index.md -> docs/deployments/terraform/apply-terraform-changes/index.md
docs/deployment-process/conditions/index.md -> docs/projects/steps/conditions/index.md
docs/deployment-process/configuration-features/custom-installation-directory.md -> docs/projects/steps/configuration-features/custom-installation-directory.md
docs/deployment-process/configuration-features/iis-website-and-application-pool.md -> docs/projects/steps/configuration-features/iis-website-and-application-pool.md
docs/deployment-process/configuration-features/index.md -> docs/projects/steps/configuration-features/index.md
docs/deployment-process/configuration-features/nginx-web-server.md -> docs/projects/steps/configuration-features/nginx-web-server.md
docs/deployment-process/configuration-features/structured-configuration-variables-feature.md -> docs/projects/steps/configuration-features/structured-configuration-variables-feature.md
docs/deployment-process/configuration-features/substitute-variables-in-templates.md -> docs/projects/steps/configuration-features/substitute-variables-in-templates.md
docs/deployment-process/configuration-features/windows-services.md -> docs/projects/steps/configuration-features/windows-services.md
docs/deployment-process/configuration-features/xml-configuration-variables-feature.md -> docs/projects/steps/configuration-features/xml-configuration-variables-feature.md
docs/deployment-process/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md -> docs/projects/steps/configuration-features/configuration-transforms/environment-specific-transforms-with-sensitive-values.md
docs/deployment-process/configuration-features/configuration-transforms/index.md -> docs/projects/steps/configuration-features/configuration-transforms/index.md
docs/deployment-process/configuration-features/configuration-transforms/troubleshooting-configuration-transforms.md -> docs/projects/steps/configuration-features/configuration-transforms/troubleshooting-configuration-transforms.md
docs/deployment-process/execution-containers-for-workers/index.md -> docs/projects/steps/execution-containers-for-workers/index.md
docs/deployment-process/index.md -> docs/projects/deployment-process/index.md
docs/deployment-process/artifacts.md -> docs/projects/deployment-process/artifacts.md
docs/deployment-process/performance.md -> docs/projects/deployment-process/performance.md
docs/deployment-process/steps/index.md -> docs/projects/steps/index.md
docs/deployment-process/steps/community-step-templates.md -> docs/projects/community-step-templates.md
docs/deployment-process/steps/custom-step-templates.md -> docs/projects/custom-step-templates.md
docs/deployment-process/steps/updating-step-templates.md -> docs/projects/updating-step-templates.md
docs/deployment-process/steps/email-notifications.md -> docs/projects/built-in-step-templates/email-notifications.md
docs/deployment-process/steps/manual-intervention-and-approvals.md -> docs/projects/built-in-step-templates/manual-intervention-and-approvals.md
docs/packaging-applications/package-repositories/docker-registries/amazon-ec2-container-services.md -> docs/packaging-applications/package-repositories/guides/container-registries/amazon-ec2-container-services.md
docs/packaging-applications/package-repositories/docker-registries/azure-container-services.md -> docs/packaging-applications/package-repositories/guides/container-registries/azure-container-services.md
docs/packaging-applications/package-repositories/docker-registries/docker-hub.md -> docs/packaging-applications/package-repositories/guides/container-registries/docker-hub.md
docs/packaging-applications/package-repositories/docker-registries/google-container-registry.md -> docs/packaging-applications/package-repositories/guides/container-registries/google-container-registry.md
docs/packaging-applications/package-repositories/tfs-azure-devops.md -> docs/packaging-applications/package-repositories/guides/nuget-repositories/tfs-azure-devops.md
docs/getting-started/terminology.md -> docs/getting-started/glossary.md
docs/deployments/azure/deploying-a-package-to-an-azure-cloud-service/index.md -> docs/deployments/azure/cloud-services/index.md
docs/deployments/azure/cloud-services/getting-started-with-azure-cloud-services.md -> docs/deployments/azure/cloud-services/index.md
docs/deployments/certificates/file-formats.md -> docs/deployments/certificates/index.md
docs/deployments/azure/deploying-to-service-fabric/index.md -> docs/deployments/azure/service-fabric/index.md
docs/deployments/azure/deploying-to-service-fabric/connecting-securely-with-azure-active-directory/index.md -> docs/deployments/azure/service-fabric/connecting-securely-with-azure-active-directory/index.md
docs/deployments/azure/deploying-to-service-fabric/connecting-securely-with-client-certificates/index.md -> docs/deployments/azure/service-fabric/connecting-securely-with-client-certificates/index.md
docs/deployments/azure/deploying-to-service-fabric/deploying-a-package-to-a-service-fabric-cluster/index.md -> docs/deployments/azure/service-fabric/deploying-a-package-to-a-service-fabric-cluster.md
docs/deployments/azure/running-azure-powershell/configuring-the-version-of-the-azure-powershell-cli.md -> docs/deployments/azure/running-azure-powershell/configuring-the-version-of-the-azure-cli.md
docs/administration/high-availability/configuring-octopus-for-high-availability.md -> docs/administration/high-availability/configure/index.md
docs/administration/high-availability/managing-high-availability-nodes.md -> docs/administration/high-availability/maintain/maintain-high-availability-nodes.md
docs/administration/high-availability/troubleshooting-node-limits-exceeded-error.md -> docs/administration/high-availability/troubleshooting/index.md
docs/administration/high-availability/configuring-netscaler.md -> docs/administration/high-availability/load-balancing/configuring-netscaler.md
docs/administration/high-availability/designing-high-availability.md -> docs/administration/high-availability/design/index.md
docs/administration/high-availability/designing-high-availability/octopus-for-high-availability-on-aws.md -> docs/administration/high-availability/design/octopus-for-high-availability-on-aws.md
docs/administration/high-availability/designing-high-availability/octopus-for-high-availability-on-azure.md -> docs/administration/high-availability/design/octopus-for-high-availability-on-azure.md
docs/administration/high-availability/designing-high-availability/octopus-for-high-availability-on-premises.md -> docs/administration/high-availability/design/octopus-for-high-availability-on-premises.md
docs/administration/high-availability/migrating-to-ha.md -> docs/administration/high-availability/migrate/index.md
docs/administration/high-availability/migrating-to-ha/migrating-to-high-availability.md -> docs/administration/high-availability/migrate/index.md
docs/administration/high-availability/troubleshooting/troubleshooting.md -> docs/administration/high-availability/troubleshooting/index.md
docs/administration/high-availability/maintain/managing-high-availability-nodes.md -> docs/administration/high-availability/maintain/maintain-high-availability-nodes.md
docs/administration/high-availability/configure/configuring-ha.md -> docs/administration/high-availability/configure/index.md
docs/administration/high-availability/troubleshoot/troubleshooting.md -> docs/administration/high-availability/troubleshooting/index.md
docs/administration/high-availability/migrate/migrating-to-high-availability.md -> docs/administration/high-availability/migrate/index.md
docs/infrastructure/deployment-targets/linux/requirements.md -> docs/infrastructure/deployment-targets/linux/index.md
docs/administration/managing-infrastructure/run-multiple-processes-on-a-tentacle-simultaneously.md -> docs/administration/managing-infrastructure/run-multiple-processes-on-a-target-simultaneously.md
docs/administration/high-availability/configure/configuring-ha-octopus-no-service-accounts.md -> docs/administration/high-availability/configure/octopus-without-active-directory.md
docs/administration/high-availability/configure/configuring-ha-octopus-with-service-accounts.md -> docs/administration/high-availability/configure/octopus-with-active-directory.md
docs/administration/high-availability/maintain/registering-polling-tentacles.md -> docs/administration/high-availability/maintain/polling-tentacles-with-ha.md
docs/administration/high-availability/troubleshoot/index.md -> docs/administration/high-availability/troubleshooting/index.md
docs/support/record-a-memory-trace.md -> docs/administration/managing-infrastructure/performance/record-a-memory-trace.md
docs/administration/providing-database-performance-metrics.md -> docs/administration/managing-infrastructure/performance/providing-database-performance-metrics.md
docs/support/record-a-performance-trace.md -> docs/administration/managing-infrastructure/performance/record-a-performance-trace.md
docs/support/providing-database-performance-metrics.md -> docs/administration/managing-infrastructure/performance/providing-database-performance-metrics.md
docs/getting-started/best-practices/spaces-recommendations.md -> docs/getting-started/best-practices/partition-octopus-with-spaces.md
docs/octopus-rest-api/examples/tenants/bulk-add-projects-to-tenants.md -> docs/octopus-rest-api/examples/bulk-operations/bulk-add-projects-to-tenants.md