Commit Graph

61 Commits

Author SHA1 Message Date
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave 1dd2f32e20
Update my_first_tour.js 2019-01-11 14:44:33 -05:00
Anne Henmi e92f024fcd
Merge pull request #7496 from allejo/feature/fix-history-spam
Don't spam browser history when scrolling thru page
2019-01-08 08:12:47 -07:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
allejo 888c061228 Don't spam browser history when scrolling thru page
Fixes #6299
2018-10-11 22:41:48 -07:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Joao Fernandes dde14cad56
Engine 18.03 (#6948)
* Improve description for multiple tiers
* Update EE engine installation
* Add release notes for engine 18.03.1-ee-1
2018-06-27 14:39:23 -07:00
Jim Galasyn c1ba017b02 Add deep-2.0 tab; start template port (#374)
* Recreate test.md

* Add deep-2.0 tab; start template port
2018-04-16 13:31:24 -07:00
Joao Fernandes d8a829662e
Make logs less noisy (#6062) 2018-02-23 11:49:59 -08:00
Misty Stanley-Jones 08e7715762
Make archive easier (#5231)
* Fix archive butterbar margin-top

* Add archive script and layout
2018-01-29 16:55:37 -08:00
Sebastiaan van Stijn 32958e7c60 Improve Engine API documentation (#5607)
* Share redoc JavaScript between API versions

The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.

This patch removes the copy per-version and moves the script
to a central location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Use central stylesheet for API reference

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Update ReDoc to v1.19.3

Changelog can be found at https://github.com/Rebilly/ReDoc/blob/v1.19.3/CHANGELOG.md

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Hide "request type" badges in menu

ReDoc 1.13 added "request type" badges in the menu
given that we didn't show these before, this patch
hides them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add .map file for ReDoc

Having a .map file allows debugging script issues
in the ReDoc JavaScript (which is minified).

It's a big file, but may be useful to have.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-26 12:35:10 -08:00
John Mulhausen d17340d394
Speed up site rendering for authors (#5241)
* rough pass at tabs, jsonification

* GHPages 147, authoring YML, sitemap via plugin, working JS

* Update Gemfile

* Removing dk.rb artifact

* Simplifying authoring YML even more

* More YML simplification

* Remove jekyll-seo -- even more perf gain

* Glossary support

* Collections support

* Incremental off; GH Pages 172 gets build time to 50 seconds
2017-12-19 18:15:15 -08:00
Misty Stanley-Jones 86bd21e88d
Dynamically display latest Docker EE version (#5335) 2017-11-17 15:14:02 -08:00
Misty Stanley-Jones c6391e5998 Enable hide/show of elements that don't apply to archives (#4798) 2017-10-04 14:59:29 -07:00
Misty Stanley-Jones 322593c050 Add code to enable keeping archive.js in master (#4790) 2017-10-03 13:12:28 -07:00
John Mulhausen 102c00e071 Docker Library import (#3063)
* Docker Library import

* Auto-gen Samples TOC

* Modular hovers on Glossary page

* TOC sync fix
2017-05-17 12:33:09 -07:00
John Mulhausen a36d37dae6 Fix for glossary 2017-04-21 14:31:32 -07:00
Vladimir Jimenez f466f24742 Fix sidebar scrolling (#2860)
* Simplify both left and right sidebars

- Rewrite the sidebars to use the same CSS class instead of having two
  very similar classes. This involves removing all affix related
  attributes and functionality from the sidebars and replaced them with
  `position: sticky`.
- The table of content elements should not be floated
- Removed unused CSS rules related to the sidebars
- Remove JavaScript used to resize the sidebars

* Improve the mobile menu to be fixed

- Simply JS used to hide/display the navigation bar on mobile viewports
- The mobile menu should be fixed so it can be viewable from the bottom
  of the page. Before this change, you would have to scroll up to see
  the menu that `position: absolute`

* Fix disappearing top navbar on homepage

- Change the calculation of the affix offset for the navbar on the home
  page to ensure the navbar never leaves the viewport. This change also
  takes into account the change of how the sidebars' offsets are used

* Fix auto scrolling on overflow

* Add polyfill for 'position: sticky' on IE

* Fix hamburger menu at incorrect breakpoint

* Fix left nav hidden after expanding from mobile

If you expand and collapse the left nav while on mobile and expand to a
desktop view, the left nav would be hidden; this has been fixed

* Unify navbar on homepage with rest of website
2017-04-21 11:04:19 -05:00
Misty Stanley-Jones 1f31104630 Definition in search results (#2712) 2017-04-10 17:27:08 -07:00
John Mulhausen 96b09c113b
Fix for upstream files w/bad keywords 2017-04-07 16:12:33 -07:00
John Mulhausen 1a6874fcb4 Merge conflict (#2662) 2017-04-07 13:10:04 -07:00
Josh south 492074c717 Various post-launch fixes (#2549)
* WIP #2052

- Adding sass
- Test components
- Night mode
- docker con banner
- archive legacy css

* add compressed css

* Update branding for cloud api docs

* split out global header

* rescale mods

* adjust viewport rescaling

* sync

* test

* testing deploy

* john rules, please update man

* test: removing all styles

* trying to make netlify work

* add min-height to sidebars

* testing

* Update style.css

manually add css

* testing

* test

* Update style.css

* adding dockercon svg

* add svgs

add svgs

* remove css

* re-add

* s/container-fluid/container
2017-03-31 16:07:37 -07:00
Misty Stanley-Jones c6aca8acee Improve bootstrap tabs (#2546)
Use data-target instead of href
Move tab-syncing code into site-wide JS so everyone can use it
Add example for syncing tab groups on the same page
2017-03-30 12:57:37 -07:00
Misty Stanley-Jones 0cc78dfce2 jsonify 2017-03-08 15:34:35 -08:00
Misty Stanley-Jones fcc4ea05c7 Archives improvements:
- Renamed docker-compose.yaml to archives.yaml since we are not using it
  as a docker-compose.yaml anymore
- Added current docs into that archive list, added a  key that can
  be set to  to indicate that the archive is the latest
- Output a new file  that can be used by non-current
  archives to build up a list of all archives including what's current,
  dynamically
- Single-sourced and liquefied the list that builds up the archives in
  the latest version
2017-03-08 14:32:52 -08:00
John Mulhausen 56940587a8 Fix for anchor links 2017-03-02 10:35:12 -08:00
John Mulhausen 6ea1e97916 Add scrolling to hamburger menu 2017-03-02 05:34:29 -08:00
John Mulhausen 3f7d989c9e Restore hamburger (partial) 2017-03-02 05:26:16 -08:00
John Mulhausen 1b62d79f39 Fix for black space on mobile 2017-03-02 05:08:07 -08:00
John Mulhausen 02bb0de07d Anchor links fix 2017-03-02 04:37:13 -08:00
John Mulhausen 910dd4c588 Share images, JS fixes, Marketo removal 2017-03-02 03:59:35 -08:00
John Mulhausen 919b46bebd JS error fixes 2017-03-01 22:47:55 -08:00
John Mulhausen 384eae4483 Fix for JS error on homepage 2017-03-01 22:28:46 -08:00
John Mulhausen 3e12e75626 Fix for overzealous resizing, JS redundancies 2017-03-01 22:13:14 -08:00
John Mulhausen 18a7003915
Left and right nav resizing w/footer scroll and window resize 2017-03-01 20:18:29 -08:00
John Mulhausen 397c29a661
Slightly slower right-nav highlighting, correct version 2017-03-01 15:57:37 -08:00
John Mulhausen af58236190
Right-nav highlighting and auto-scroll 2017-03-01 15:21:44 -08:00
Josh south e88f2b25bb Newsite tabs (#2004)
* Layout updates, dark themes, tons o stuff

* Update themes

Theme updates + scaffolding
2017-02-27 13:48:48 -08:00
John Mulhausen 20c91a529b
Add cookie saving for day/night mode 2017-02-24 16:24:16 -08:00
Josh south 12c25322c3 Layout updates, dark themes, tons o stuff (#1971) 2017-02-24 12:24:59 -08:00
John Mulhausen 1b2a71b4af Merge branch 'master' into newsite-tabs 2017-02-16 16:46:42 -08:00
John Mulhausen aa7614f695
Fixing JS error 2017-02-16 15:46:12 -08:00
John Mulhausen f478f1bf0a Hooking up nav to real TOC data, formatting fixes 2017-02-16 03:20:03 -08:00
John Mulhausen b513ecde18 Tabs-based organization (#1420)
* First pass of tabs-based organization

* Improvements

* Second pass at tabs org

* Move tab highlighting to Liquid instead of JS

* Adding forwarding links for in-product TOCs

* Move to pre-rendered left-navs instead of post-load JS for TOC sync

* Optimizations and nosync-ing the Reference section

* Optimizations, fix Cloud YAML

* Make a "Sample applications" node

* Tabs CSS fixes and 12-factor reposition

* Fix auto-complete left-padding

* Fix auto-complete right-padding (for symmetry)

* Fix for no left-nav on Compose file

* Fix weird wrapping on smaller screens for tabs

* reorganized d4mac, d4win per tabs structure, split out install guides

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Update reference urls to latest DDC version

* Reintroduces changes ebe778b..9abc9e to TOC

* Update allpagelinks.md

* hid the on-page TOC's for d4mac d4win topics as needed

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Add a Hopscotch tour of the new navigation
2017-02-15 17:23:45 -08:00
Josh south b5c9366474 Theme Start (#1709) 2017-02-15 17:07:36 -08:00
Martin Nordholts b6f9c36342 Expand menu items after 'click', not 'touchend' (#1549)
The problem with using 'touchend' is that if you scroll with your finger on a touch screen, like an an iPhone or on a PC laptop with a touch screen, the menu items will be expanded when you let go, even if you wanted to just scroll.
2017-02-07 17:42:26 -08:00
John Mulhausen c24fec68b6 Move to pre-rendered left-navs instead of post-load JS for TOC sync 2017-02-03 15:24:49 -08:00
John Mulhausen 2be1e89e27 Move tab highlighting to Liquid instead of JS 2017-02-03 15:24:49 -08:00
John Mulhausen b76c058bb5 First pass of tabs-based organization 2017-02-03 15:21:18 -08:00