what i did:
- fix whitespace so markdown numbering is consistent
how i tested:
1. build docs locally `docker-compose build; docker-compose up -d`
2. verify numbering corrected
3. deploy compose file through UCP 3.2.1 UI to make sure its spacing was
unaffected\*
\* note: not addressing outdated screenshots with this commit
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
Changed the order for the actions to be in chronological order. Currently, it seems you have to find the replica ID before running the command. This is emphasized by the "Then run". This is not the case. You use the replica ID after you run the command.
* Access token doc (#1323)
Doc for personal access tokens on Hub
* release note for access tokens
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Added info about load balancer to Step 3: Install
DTR; various formatting changes to the page.
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* formatting
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
Because in the preceding paragraphs we talk about creating a bucket and/or a user and there are also bucket and user policies, I thing it is important to make clear the example policy is a 'user' policy and not a bucket policy.
Added a link to AWS for information about creating a user policy.
* Updates to the billing UI for personal plans (#1319)
* Updates to the billing UI for personal plans
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Changing a link to the billing page
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Release note for billing UI changes (#1321)
* Signed-off-by: Lena Larionova <lena.larionova@docker.com>
Release note for billing UI changes
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Adding link
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Updates to the billing UI for personal plans
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Changing a link to the billing page
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Updating the Docker Hub screenshots to current version of Hub and various page cleanup
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Missed one instance of unnecessary capitalization
A typo.
Removed additional ',' for consistency.
A duplicate 'for'.
There is a section where the markup ``` are not being honored. I didn't want to mess too much with that.
Added an actual `docker context import` command since the use of this command in conjunction with client bundles was not present in this or the `docker context` documentation. Also increased the emphasis of using `docker context import` vs. prior methods by pulling the new feature out of the note. This information is important and was not obvious enough in the note.