mirror of https://github.com/docker/docs.git
Tweaked first sentence (#2463)
This commit is contained in:
parent
0ee32fe686
commit
6f6b57e216
|
@ -1,7 +1,7 @@
|
|||
# Docs @ Docker
|
||||
|
||||
Welcome to the repo for our documentation. This is the source for the URL
|
||||
served at [https://docs.docker.com/](https://docs.docker.com/).
|
||||
Welcome to the repo for our documentation. This is the source for
|
||||
[https://docs.docker.com/](https://docs.docker.com/).
|
||||
|
||||
Feel free to send us pull requests and file issues. Our docs are completely
|
||||
open source and we deeply appreciate contributions from our community!
|
||||
|
@ -9,7 +9,8 @@ open source and we deeply appreciate contributions from our community!
|
|||
## Providing feedback
|
||||
|
||||
We really want your feedback, and we've made it easy. You can edit, rate, or
|
||||
file an issue at the bottom of every page on [https://docs.docker.com/](https://docs.docker.com/).
|
||||
file an issue at the bottom of every page on
|
||||
[https://docs.docker.com/](https://docs.docker.com/).
|
||||
|
||||
**Please only file issues about the documentation in this repository.** One way
|
||||
to think about this is that you should file a bug here if your issue is that you
|
||||
|
@ -244,7 +245,7 @@ no_ratings: true
|
|||
|
||||
The use of tabs, as on pages like https://docs.docker.com/engine/api/, requires
|
||||
the use of HTML. The tabs use Bootstrap CSS/JS, so refer to those docs for more
|
||||
advanced usage. For a basic horizontal tab set, copy/paste starting from this
|
||||
advanced usage. For a basic horizontal tab set, copy/paste starting from this
|
||||
code and implement from there. Keep an eye on those `href="#id"` and `id="id"`
|
||||
references as you rename, add, and remove tabs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue