Skip to content

Commit 6ecb796

Browse files
committed
fix language, typos, remove figure no longer in use
1 parent 9b656c2 commit 6ecb796

File tree

5 files changed

+11
-102
lines changed

5 files changed

+11
-102
lines changed

docs/browser/bb-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ These considerations were prepared when most people were using a Mac computer to
130130
* After the *GitHub* Build starts, your app is ready to install on your *iPhone* in about an hour
131131
* The app is delivered to your phone via *TestFlight*
132132
* The app is considered "Beta" by *Apple* and expires after 90 days
133-
* <span translate="no">Loop 3.4</span>&nbsp; and later versions provide automatic build as the default
133+
* <span translate="no">Loop 3.4</span>&nbsp; and newer versions provide automatic build as the default
134134
* Customization methods are documented at [Customize with Browser](custom-browser.md){: target="_blank" }
135135

docs/browser/edit-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
!!! warning "Modules vs Submodule"
1111
This page has instructions to set up your own <code>fork</code> for the Modules, otherwise known as submodules, associated with&nbsp;<span translate="no">LoopWorkspace</span>&nbsp;that are needed for a selected customization.
1212

13-
Each Module has its own *GitHub* <code>repository</code>;and you will be working with your <code>fork</code> of that Module at https://github.com/my-name-org/Module, where username is your username.
13+
Each Module has its own *GitHub* <code>repository</code>;and you will be working with your <code>fork</code> of that Module at https://github.com/my-name-org/Module, where you use your own organization (recommended) or personal account.
1414

1515
If you are an experienced builder who set the Submodule changes up in your personal *GitHub* account, you can leave those forks where they are, i.e., https://github.com/my-name/Module. You do not build from Submodules, so no `Secrets` are required.
1616

docs/browser/img/gh-fork-loopworkspace.svg

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

docs/browser/intro-summary.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,16 @@ With release of Loop 3.6.0:
210210

211211
## Repository Names for my Fork:
212212

213-
https://github.com/my-github-username-or-org-name/LoopWorkspace
213+
If you use an organization (recommended)
214+
https://github.com/my-name-org/LoopWorkspace
215+
216+
or (if you don't use an organzation):
217+
https://github.com/my-name/LoopWorkspace
214218
215219
216220
Add additional apps here if you decide to build any
217221
```
218222
219-
220-
221223
## New Terms with <code>*GitHub* Browser Build</code>
222224
223225
The <code>*GitHub* Browser Build</code> may use new and unfamiliar **terms**.

docs/browser/prepare-fork.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
1. Refer the the GIF below:
2727
* If you created a free organization (strongly recommended), you will see the display shown in the GIF below where you will choose your organization as the owner
28-
* If you did not set up a free organization, your username will be automatically filled in as the owner (`Owner`)
28+
* If you did not set up a free organization, `my-name` will be automatically filled in as the owner (`Owner`)
2929
* If you already have a fork, you should not proceed, see [Already Have a LoopWorkspace](#already-have-loopworkspace)
3030
* The repository name is already filled in
3131
* Do not rename the repository to something else
@@ -48,9 +48,9 @@ After creating the &nbsp;<span class="notranslate">fork</span>, your screen shou
4848

4949
Carefully compare your screen to the graphic below paying attention to the highlighted sections.
5050

51-
* Note that your username or username-org is now showing
51+
* Note that your URL is `https://github.com/my-name-org/LoopWorkspace` or `https://github.com/my-name/LoopWorkspace` where `my-name` is the name you chose:
5252
* Many graphics for LoopDocs are created using a free *GitHub* organization called `loopdocs-tester`
53-
* The comment under your username indicates where the &nbsp;<span class="notranslate">fork</span>&nbsp; came from (that is a clickable link)
53+
* The comment on the second row indicates where the &nbsp;<span class="notranslate">fork</span>&nbsp; came from (that is a clickable link)
5454
* The branch that is selected :octicons-git-branch-16: is `main`
5555
* The message says "`This branch is up to date with LoopKit/LoopWorkspace:main`"
5656

@@ -247,7 +247,7 @@ If your copy (`fork`) is **not** from `LoopKit`, follow the [Delete and Start Fr
247247

248248
If your copy (`fork`) is from `LoopKit`:
249249

250-
* Open your <code>LoopWorkspace</code> repository (`https://github.com/username/LoopWorkspace`) where you use your *GitHub* `username` in the URL
250+
* Open your <code>LoopWorkspace</code> repository (`https://github.com/my-name-org/LoopWorkspace`) where you use your version of `my-name` in the URL
251251
* Review the graphic in the [Configure: Successful Fork](#successful-fork) section
252252
* Make sure all the items highlighted by red rectangles are correct with the possible exception of your fork being up to date
253253
* If you see a message that your *fork* is not up to date - tap on the `Sync fork` button and follow the instructions

0 commit comments

Comments
 (0)