From 4d8ce0a1808ccd87aa249243469939e8e0ca41fa Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 27 Dec 2023 13:58:32 -0800 Subject: [PATCH] rename page, add to redirects, to match parallel form for browser and mac --- docs/gh-actions/custom-browser.md | 2 +- docs/gh-actions/{gh-customize.md => edit-browser.md} | 0 docs/gh-actions/gh-first-time.md | 4 ++-- docs/gh-actions/gh-update.md | 2 +- docs/version/code-custom-edits.md | 2 +- mkdocs.yml | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) rename docs/gh-actions/{gh-customize.md => edit-browser.md} (100%) diff --git a/docs/gh-actions/custom-browser.md b/docs/gh-actions/custom-browser.md index 3516cfad9a7..21eca12944a 100644 --- a/docs/gh-actions/custom-browser.md +++ b/docs/gh-actions/custom-browser.md @@ -48,7 +48,7 @@ The information needed to modify the code to make these customizations is found When preparing these personal edits using a browser, there is a page explaining how to get these edits into your personal `fork` of `LoopWorkspace` prior to building. -* [Custom Edits with Browser](gh-customize.md) +* [Custom Edits with Browser](edit-browser.md) ## Details at Links diff --git a/docs/gh-actions/gh-customize.md b/docs/gh-actions/edit-browser.md similarity index 100% rename from docs/gh-actions/gh-customize.md rename to docs/gh-actions/edit-browser.md diff --git a/docs/gh-actions/gh-first-time.md b/docs/gh-actions/gh-first-time.md index 03355bee673..f6796992d37 100644 --- a/docs/gh-actions/gh-first-time.md +++ b/docs/gh-actions/gh-first-time.md @@ -48,9 +48,9 @@ ???+ question "FAQs (click to open/close)" - **Do I need a Mac computer?** No. This can be done on any browser, although it will be easier using a computer or tablet than just using a phone. - **Can I do this on my phone?** Yes, but the graphics shown on this page are from a computer browser. - - **Isn't it hard to build every 90 days?** The initial setup and installation take a lot of your focused time. But once you build once, subsequent builds take very little of your time to start, then the rest is done automatically. + - **Isn't it hard to build every 90 days?** The initial setup and installation take a lot of your focused time. But once you build once, subsequent builds take very little of your time to start the build. The rest is done automatically. - **Can I use this for my child?** You, as the adult, can install using *TestFlight* on your child's phone. The explicit steps are provided at [Install on Phone: *TestFlight* for a Child](gh-deploy.md#testflight-for-a-child). - - **Can I still use my customizations?** Yes. [Customize with Browser](gh-customize.md) + - **Can I still use my customizations?** Yes. [Customize using Browser](custom-browser.md) - **Is there a build video?** Yes. [How to Build the *Loop* App With a Web Browser](https://www.youtube.com/watch?v=kiu5ho0MTW8) ## Tips and Tricks diff --git a/docs/gh-actions/gh-update.md b/docs/gh-actions/gh-update.md index 3628f4e1954..8d72e1e4365 100644 --- a/docs/gh-actions/gh-update.md +++ b/docs/gh-actions/gh-update.md @@ -253,7 +253,7 @@ In this example, the branch and commit number are included followed by an indica !!! tip "Commit Number" If your build includes customizations, your commit number will not match what the developer expects to see if you need to ask for help. - Use this section [Customization and SHA-1](gh-customize.md#customization-and-sha-1) to determine the SHA-1 before customization. + Use this section [Customization and SHA-1](edit-browser.md#customization-and-sha-1) to determine the SHA-1 before customization. ### Select a Previous Build diff --git a/docs/version/code-custom-edits.md b/docs/version/code-custom-edits.md index 6830fc28abf..870c9d31358 100644 --- a/docs/version/code-custom-edits.md +++ b/docs/version/code-custom-edits.md @@ -29,7 +29,7 @@ The instructions on this page identify the module, `Key_Phrase` or file and line The how-to instructions for making these changes are different for each build method. They are found in the respective build-method tabs: -* [Custom Edits with Browser](../gh-actions/gh-customize.md) +* [Custom Edits with Browser](../gh-actions/edit-browser.md) * [Custom Edits with *Mac*](../build/edit-mac.md) !!! info "Line numbers may change" diff --git a/mkdocs.yml b/mkdocs.yml index 715678bef08..aae0f2dfc0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ plugins: 'build/step6.md': 'build/apple-developer.md' 'build/step8.md': 'build/xcode-version.md' 'build/step9.md': 'build/xcode-settings.md' + 'gh-actions/gh-customize.md': 'gh-actions/edit-browser.md' 'loop-3/displays_v3.md': 'loop-3/displays-v3.md' 'nightscout/new_user.md': 'nightscout/new-user.md' 'nightscout/ns_crossref.md': 'nightscout/ns-crossref.md' @@ -140,7 +141,7 @@ nav: - 'Update/Rebuild with Browser': gh-actions/gh-update.md - 'Automatic Update & Build': gh-actions/automatic.md - 'Customize using Browser': 'gh-actions/custom-browser.md' - - 'Custom Edits with Browser': 'gh-actions/gh-customize.md' + - 'Custom Edits with Browser': 'gh-actions/edit-browser.md' - 'Build Loop dev with Browser': gh-actions/build-dev-browser.md - 'Build Other Apps with Browser': gh-actions/gh-other-apps.md - Build with Mac: