Commit Graph

55022 Commits

Author SHA1 Message Date
Usha Mandya 5f795264d7
Merge pull request #11505 from thaJeztah/unused_style
_includes/head.html: remove unused ng-cloak styles
2020-10-08 10:41:12 +01:00
Sebastiaan van Stijn 141c1a50b8
_includes: remove unused ng-cloak styles
These styles seem to be used when using AngularJS;
https://docs.angularjs.org/api/ng/directive/ngCloak

> The ngCloak directive is used to prevent the AngularJS html template from
> being briefly displayed by the browser in its raw (uncompiled) form while
> your application is loading. Use this directive to avoid the undesirable
> flicker effect caused by the html template display.

And I don't think that's used anywhere currently, so let's remove

Also removing some other ng-xx classes

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 10:26:22 +02:00
Sebastiaan van Stijn 3f13c2d20b
glossary: remove glossary search scripts
This was added in 1a6874fcb4, but later
got disabled, and now no longer is in use.

We can restore these scripts or re-implement if we ever decide
to bring back similar functionality.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 09:58:24 +02:00
Sebastiaan van Stijn f8da9eb085
simplify glossary implementation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-08 09:58:22 +02:00
Sebastiaan van Stijn 8d960416e6
Merge pull request #11498 from thaJeztah/cleanup_glossary
Minor fixes to glossary
2020-10-08 09:57:50 +02:00
Sebastiaan van Stijn fa632afc93
Merge pull request #11502 from djs55/fix-desktop-edge-link
Docker Desktop Edge 2.4.1.0 has build number 48583
2020-10-08 02:02:57 +02:00
David Scott 2667533c53 Docker Desktop Edge 2.4.1.0 has build number 48583
Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-07 21:13:36 +01:00
Usha Mandya 00aa93df1a
Merge pull request #11497 from usha-mandya/hvs-patch
Add HVS docs
2020-10-07 16:55:42 +01:00
Usha Mandya 08171baba5 Fix a broken link 2020-10-07 16:49:55 +01:00
Sebastiaan van Stijn 0e55851266
config: fix edit link for glossary page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 17:11:53 +02:00
Usha Mandya 4314869d7c Add HVS docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-07 15:17:07 +01:00
Sebastiaan van Stijn f17ebae568
js/glossary.js: cleanup whitespace and unneeded front-matter
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 16:13:36 +02:00
Usha Mandya f76f9b1db6
Merge pull request #11495 from thaJeztah/cleanup_trust
engine: some cleanup in security and trust section
2020-10-07 13:29:15 +01:00
Sebastiaan van Stijn 4d77076ec6
toc: make some titles short in navigation menu
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:36 +02:00
Sebastiaan van Stijn d105bd05ca
trust: use "content_trust" as trust home page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:34 +02:00
Sebastiaan van Stijn dc81cb8bb5
engine: remove old trust index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 13:17:31 +02:00
Usha Mandya 47fa7ff5cd
Merge pull request #11493 from thaJeztah/fix_broken_links
Fix various broken links, and move deprecated content
2020-10-07 11:56:53 +01:00
Sebastiaan van Stijn 2eff941697
compose: move deprecated env-vars section, and fix duplicate redirects
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:30 +02:00
Sebastiaan van Stijn 0bbe9c32fb
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Usha Mandya 3cdfb582e7
Merge pull request #11491 from thaJeztah/compose_swarm
Remove old "Using Compose with Swarm" page
2020-10-07 10:56:10 +01:00
Usha Mandya 4dd275fd07
Merge pull request #11489 from thaJeztah/fix_missing_descriptions
Fix missing descriptions
2020-10-07 10:55:34 +01:00
Sebastiaan van Stijn e72030d2c6
_includes/head.html: generate description for reference pages
This generates a description for pages that don't have one;

- for referene docs, try the "long" description
- fallback to "short" description
- finally, fallback to taking the first 30 words from the
  page content

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:23 +02:00
Sebastiaan van Stijn c821fe1871
Add missing descriptions, and move reference index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 11:23:20 +02:00
Usha Mandya db0589b8cd
Merge pull request #11488 from thaJeztah/fix_missing_titles
Generate page title from H1 if needed
2020-10-07 10:12:02 +01:00
Usha Mandya 4dc252c910
Merge pull request #11487 from thaJeztah/edit_url_fix
use jekyll configuration for edit urls
2020-10-07 09:49:41 +01:00
Usha Mandya 0d2e81a7f4
Merge pull request #11484 from thaJeztah/engine_api_description
engine-api: create unique description for each API version
2020-10-07 09:44:55 +01:00
Usha Mandya bc56671d4b
Merge pull request #11490 from mat007/desktop-kubernetes-reset-note
Add Kubernetes reset note in Docker Desktop release notes
2020-10-07 09:31:05 +01:00
Sebastiaan van Stijn b3d8bfa7c5
Remove old "Using Compose with Swarm" page
This page describes using docker compose with legacy swarm,
which has been deprecated.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 09:50:57 +02:00
Mathieu Champlon eef2ddff7c Add Kubernetes reset note 2020-10-07 06:36:03 +02:00
Sebastiaan van Stijn 7e5352f1ae
_includes/head.html: generate page title from H1 if needed
This is a very hacky way to extract the page title from pages that do not have
front-matter yaml, but have a H1 header. We need to take (id-) attributes into
account, so some hacking is needed.

Note that there's also a Jekyll plugin that features similar functionality, but
it requires additional dependencies, and we only have a few pages that need
this, so for now using this hack.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:51 +02:00
Sebastiaan van Stijn 6329797e25
_includes/head.html: reorder / regroup metadata fields
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:49 +02:00
Sebastiaan van Stijn 8063e9f3fc
_includes/head.html: remove duplicate "noindex", and cleanup whitespace
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:57:46 +02:00
Sebastiaan van Stijn dbd88b7395
use jekyll configuration for edit urls
The existing implementation was broken, and didn't override
the URLs (due to leading, trailing slashes the paths were not
matched).

Instead of using the custom "not_edited_here.yaml", set the
edit-url as front-matter variable through the _config.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:10:28 +02:00
Sebastiaan van Stijn 49a9644938
Merge pull request #11485 from usha-mandya/guides-tab-nav
Update the Guides tab navigation
2020-10-06 20:51:23 +02:00
Usha Mandya 2db0acc938 Update the Guides tab navigation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-06 18:58:11 +01:00
Usha Mandya 4e7d8fd973
Merge pull request #11483 from simonferquel/windows-hypervisor-troubleshooting-bcdedit
Add bcdedit trick for hypervisor troubleshooting
2020-10-06 17:13:50 +01:00
Sebastiaan van Stijn 3353d60062
engine-api: create unique description for each API version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 16:22:35 +02:00
Usha Mandya 962f9655c5
Update docker-for-windows/troubleshoot.md
Co-authored-by: Simon Ferquel <simon.ferquel@docker.com>
2020-10-06 11:48:43 +01:00
Usha Mandya 9946444fc8
Minor style edit
Wrapped content to 80 characters
2020-10-06 11:31:00 +01:00
Simon Ferquel ca2777ee78 Add bcdedit trick for hypervisor troubleshooting
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2020-10-06 11:45:05 +02:00
Usha Mandya 99788a00ab
Merge pull request #11471 from crazy-max/patch-1
Update auth through GitHub Actions
2020-10-05 15:36:05 +01:00
Usha Mandya d4784bc295
Merge pull request #11474 from docker/stephen-turner-patch-3
Replace link with more official link
2020-10-05 14:26:24 +01:00
Stephen Turner d48c1d499f
Replace link with more official link 2020-10-05 14:00:17 +01:00
Usha Mandya 12ac41f872
Minor style update 2020-10-05 13:39:18 +01:00
Sebastiaan van Stijn bb8d5d99c6
Merge pull request #11460 from thaJeztah/go_reserve
Reserve "/go/" URL prefix for redirect pages
2020-10-05 10:06:04 +02:00
CrazyMax 9d2a589c9b
Update auth through GitHub Actions 2020-10-04 01:06:53 +00:00
Sebastiaan van Stijn 3b4829a02a
Merge pull request #11458 from PjAkash/master
Fixed error 'docker run' to 'docker build'
2020-10-02 17:33:26 +02:00
Sebastiaan van Stijn 5312e93171
Merge pull request #11462 from rdimitrov/dimitrovr/doc-fix
Remove duplicate sentences from Published ports section
2020-10-02 17:32:22 +02:00
Sebastiaan van Stijn ddae78788a
Merge pull request #11461 from fcano/fix-link-capabilities
Fix link to default capabilities
2020-10-02 17:31:11 +02:00
Radoslav Dimitrov 9d75707c3f Remove duplicate sentences from Published ports section
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2020-10-02 16:14:52 +03:00