Skip to content

Commit 70136d7

Browse files
author
Claude Assistant
committed
Relocate Migration Guides from Configuration to Usage
Moves docs/configuration/migration/* to docs/usage/migration/* and the 'Startup Guides' nav block (New User Setup Guide + Migration Guides) from Configuration to Usage, right after User Interface. New User Setup Guide itself stays at docs/configuration/new-user-setup.md -- only its nav entry moves. Adds redirect_maps entries so old bookmarked/external links to configuration/migration/*.md 301 to the new usage/migration/*.md location instead of 404ing. Updates cross-references in: - docs/configuration/index.md (card removed) - docs/configuration/new-user-setup.md (links updated) - docs/install/index.md - docs/install/build/mac/build.md Content itself is essentially unchanged from the current Configuration version -- verified by diffing against current dev; only internal relative links within the migration files themselves needed ../../configuration/... prefixes added (since usage/migration/ and configuration/migration/ are siblings of different parent dirs). Extracted from #207 (tmhastings), commit 0d0ff11. Independent of PR1/2/3 -- can merge in any order relative to those.
1 parent a3ff9bf commit 70136d7

16 files changed

Lines changed: 757 additions & 754 deletions

docs/configuration/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ Please use the navigation menu :fontawesome-solid-bars:, search bar :fontawesome
1919

2020
A compilation of all settings found in Trio with explanations and definitions
2121

22-
- __[Migration Guides](migration/index.md)__
23-
24-
- - -
25-
26-
Guidance on locating and identifying the necessary settings for onboarding
27-
2822
</div>

docs/configuration/migration/aaps-migration.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

docs/configuration/migration/iaps-migration.md

Lines changed: 0 additions & 241 deletions
This file was deleted.

docs/configuration/migration/trio-02x-migration.md

Lines changed: 0 additions & 239 deletions
This file was deleted.

docs/configuration/new-user-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Trio has an Onboarding Wizard that walks you through these steps when you first
6060
!!! tip "Need help finding these settings in your current DIY app?"
6161
If you are coming from another Open Source Automated Insulin Dosing (OS-AID) app, these guides may help you with finding these settings in your previous app and inputing them into Trio.
6262

63-
- [Trio 0.2.x](migration/trio-02x-migration.md)
64-
- [iAPS](migration/iaps-migration.md)
65-
- [Loop](migration/loop-migration.md)
66-
- [AndroidAPS](migration/aaps-migration.md)
63+
- [Trio 0.2.x](../usage/migration/trio-02x-migration.md)
64+
- [iAPS](../usage/migration/iaps-migration.md)
65+
- [Loop](../usage/migration/loop-migration.md)
66+
- [AndroidAPS](../usage/migration/aaps-migration.md)
6767

6868
## **Step 1:** Prepare Trio
6969

docs/install/build/mac/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
The main branch is the preferred build for everyone except expert builders.
2727

28-
If you are coming from an older main version 0.2.x, please read the [Migration Guide](../../../configuration/migration/trio-02x-migration.md) before updating.
28+
If you are coming from an older main version 0.2.x, please read the [Migration Guide](../../../usage/migration/trio-02x-migration.md) before updating.
2929

3030
All Trio users are encouraged to follow along in [Trio Discord](https://discord.triodocs.org).
3131

docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Please use the navigation menu :fontawesome-solid-bars:, search bar :fontawesome
1111
!!! important "Attention Trio Users"
1212
The `main` branch is the preferred build for everyone except expert builders.
1313

14-
If you are coming from an older `main` version 0.2.x, please read the [Migration Guide](../configuration/migration/trio-02x-migration.md) before updating.
14+
If you are coming from an older `main` version 0.2.x, please read the [Migration Guide](../usage/migration/trio-02x-migration.md) before updating.
1515

1616
<div class="grid cards" markdown>
1717

docs/usage/migration/aaps-migration.md

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.

docs/usage/migration/iaps-migration.md

Lines changed: 241 additions & 0 deletions
Large diffs are not rendered by default.
341 KB
Loading

0 commit comments

Comments
 (0)