* update mentions of owners team to owner role
* update org overview
* remove callout and update org intro
* update owners team to owner role
* add company layer variable for edit roles
* update hub api doc
* fix typo
* update intro section and add subheadings
* add links to hub and admin for visibility
* move team permissions to org permissions table and update reference to repo permissions page
* cleanup
* update company owner role positioning
* add missing word
* cleanup table
* update section on team permissions
* update release notes and cleanup table
* implement feedback
* update for clarity
Fix typos and make minor language edits
"make it so that" in "the Dockerfile instruction make it so that the builder" sounds a bit clumsy. I tried to improve it without rewriting the whole sentence.
I believe "downloading and installing dependencies" is plural so the verb "occur" should also be plural.
Added instruction to removed the container along with stopping it to avoid error - You have to remove (or rename) that container to be able to reuse that name.
* Modifying pip3 install to python3 -m pip install for consistency across guide modules
In the other pages of the guide python3 -m pip install is used instead of pip3 install, the former being better practice as well. Therefore, replacing the use of pip3 install commands to the recommended one.
* network: Replace "damage" with "degrade"
The word "damage" here is rather misleading, as it suggests physical
harm to networking equipment.
* network: Format "802.1Q" correctly
This refers to an IEEE 802.1 Working Group standard, instead of an
amendment (such as 802.1ad), so the letter is always capitalized.
See "project naming" at https://1.ieee802.org.
Fix typos and minor language corrections
Remove unnecessary hyphens
Rewrite a few confusing phrases -- "ease later changes" is not clear so I rephrased it
Remove the ellipsis on line 561 as the final parameter. It was probably added to indicate a variable number of parameters. However, I checked the link given to "Dockerfile reference for the CMD instruction" and there was no ellipsis there, so I see no reason for it to be here. I considered replacing it with three dots and spaces inbetween to make it more visible, but I think the ellipsis is not really necessary.
Fix typos and make minor language edits
I was not sure whether "sports" was a typo for "supports" or not. However, I changed it to "has" which seems to work well.
* Draft
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
* Update style guides, add vale rules, and fix style guide voilations
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
Further changes
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
* Add units mention
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
* Add more details to links
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
* Correct internal anchor
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
---------
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
Separate command line instructions from the output to enable COPY/PASTE to make it quicker and easier to follow the guide without having to type commands.
This made necessary a minor rewrite of the "Test the application" section for clarity.
Add an instruction to add a host port in the Optional settings dialog (for me on Windows, this was necessary).
Add "To" and a colon to make it clear that the points are headings and the sub-points that follow are the step-by-step instructions.