Skip to content

Commit

Permalink
rename page, add to redirects, to match parallel form for browser and…
Browse files Browse the repository at this point in the history
… mac
  • Loading branch information
marionbarker committed Dec 27, 2023
1 parent 07e15dd commit 4d8ce0a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/gh-actions/custom-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/gh-actions/gh-first-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/gh-actions/gh-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/version/code-custom-edits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4d8ce0a

Please sign in to comment.