Commit Graph

46 Commits

Author SHA1 Message Date
Joao Fernandes d3be283007 Remove 'edit this page' button when there's no source file 2017-01-13 14:51:36 -08:00
Joao Fernandes a6476905b7 Removes duplicate canonical urls 2017-01-12 18:11:24 -08:00
Joao Fernandes 5e73d6295d Automate display of urls for DDC offline install 2016-12-12 09:43:44 -08:00
Victoria Bialas 7fab7b6acb added back in gradient, EBEDEF, previous was EFEBE9
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-08 16:44:32 -08:00
Victoria Bialas f788509332 re-formatted advisory blockquote, and added advisories to Toolbox docs
added kitematic advisories, and updated getting started instructions

incorporated Laura's comments apps --> applications

removed gradient on advisory blockquote because Netlify doesn't like it :-(

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-08 16:44:32 -08:00
Victoria Bialas 7ce29c9a76 Merge pull request #817 from londoncalling/banner-for-old-swarm-docs
added advisory banner to legacy swarm docs w/links to swarm mode
2016-12-06 23:08:17 -08:00
Victoria Bialas 59c5544d8b added advisory banner to legacy swarm docs w/links to swarm mode
copyedit

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-06 17:03:45 -08:00
John Mulhausen 53ec54f84c Initial pass of autocomplete; removal of detritus (#723)
* Initial pass of autocomplete; removal of detritus

* Update menu.js

* Added arrow-based navigation

* CSS fixes

* Add ranking to autocomplete result matching

* Shorten 'see all' text

* Filter for less-than-three
2016-12-06 16:39:04 -08:00
Misty Stanley-Jones 2c1cd1d565 Merge pull request #508 from mstanleyjones/try_implementing_reading_time
Implement per-page reading-time stats
2016-11-30 10:35:46 -08:00
Misty Stanley-Jones 1cb25b912b Implement per-page reading-time stats
Does not rely on Jekyll plugin but uses pure Liquid
Included basic CSS

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-30 10:29:51 -08:00
John Mulhausen cb8154c88e Remove GTM + GA native tags, now that we have Segment 2016-11-21 14:14:21 -08:00
John Mulhausen 3ad0802f51 Prevent *.github.io URLs from being indexed 2016-11-21 12:49:11 -08:00
John Mulhausen b0df3a9568 Update docs.html 2016-11-21 12:44:49 -08:00
John Mulhausen 0060ef460a merge conflict fixes 2016-11-18 18:58:26 -08:00
John Mulhausen 9aadd420ba Merge branch 'master' into auto-issue-assign 2016-11-18 18:55:10 -08:00
John Mulhausen 0c2c69b527 Make offsite edit this page links file-specific 2016-11-18 18:55:07 -08:00
Victoria Bialas e626571c45 modify docs feedback to route support questions properly and encourage docs specific issues
layout and wording changes per review comments

incorporated John's review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-17 16:21:17 -08:00
John Mulhausen 4b05d07fb7 Pre-render nav 2016-11-15 11:49:18 -08:00
John Mulhausen 53d8efdfcf Add Segment integration 2016-11-14 16:55:59 -08:00
Joao Fernandes 821d1566cd Merge remote-tracking branch 'docs-private/vnext-datacenter' into vnext-datacenter 2016-11-11 11:39:43 -08:00
John Mulhausen 16bf63b3a8 Merge conflict fixes 2016-11-10 18:31:35 -08:00
John Mulhausen bc0cad8727 Edit this page should be overridden in some cases 2016-11-10 18:28:54 -08:00
John Mulhausen 80b3c2c4c1 Implement auto-assigned ticketing (#527)
* Implement auto-assigned ticketing

* Update _config.yml

* Update docs.html

* Update _config.yml
2016-11-10 16:51:27 -08:00
John Mulhausen edf553f892 Implement auto-assigned ticketing 2016-11-10 15:23:12 -08:00
Joao Fernandes b405004e07 Add canonical urls to datacenter articles 2016-11-10 14:34:15 -08:00
Joao Fernandes b154bb1152 Remove old datacenter docs from sitemap, robots.txt 2016-11-10 14:11:49 -08:00
John Mulhausen 081e2116b8 Add support for advisories 2016-11-04 18:02:28 -07:00
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
John Mulhausen 47de0e2073 Fix for hash links issue #413 2016-11-01 18:22:10 -07:00
John Mulhausen f32675b7d6 Change Twitter title to be page title. 2016-10-18 12:33:27 -07:00
LRubin a1a467d352 fix twitter preview label
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-18 11:19:17 -07:00
John Mulhausen bd4ac27f7c Keyword fix 2016-10-11 19:22:12 -07:00
John Mulhausen d832bfc3d5 Cleanup of metadata 2016-10-11 14:31:10 -07:00
Misty Stanley-Jones 2e4d66999b Add jekyll-seo-tag to Jekyll template
Makes title, description, and keywords populate the right tags
See https://github.com/jekyll/jekyll-seo-tag

An example of this in action:
```
<!-- Begin Jekyll SEO tag v2.0.0 -->
<title>Docker Engine - Docker</title>
<meta property="og:title" content="Docker Engine" />
<meta name="description" content="Engine" />
<meta property="og:description" content="Engine" />
<meta property="og:site_name" content="Docker" />
<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "WebPage",
    "headline": "Docker Engine",
    "description": "Engine",
    "url": "/engine/"
  }
</script>
<!-- End Jekyll SEO tag -->
```
2016-10-10 17:13:33 -07:00
John Mulhausen 4a833da9f3 Checking in part 4 stopping place 2016-10-07 17:02:03 -07:00
John Mulhausen 5c9cbc86b4 Merge pull request #119 from sanscontext/improve-feedback-link
add leading url to feedback link email template
2016-10-07 12:18:00 -07:00
LRubin 8dfe096a11 add leading url to template, markdownify
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-07 11:59:53 -07:00
John Mulhausen 1bf7e04b35 404 fix for Safari 2016-10-07 11:48:26 -07:00
John Mulhausen 11dae327dc Update docs.html 2016-10-06 09:39:18 -07:00
John Mulhausen cf15de2784 Update docs.html 2016-10-06 09:33:45 -07:00
John Mulhausen a0e7eb56d0 Update docs.html 2016-10-04 18:40:58 -07:00
John Mulhausen 69ddac1efc Fix for broken link and too-close Feedback box 2016-09-30 18:59:14 -07:00
John Mulhausen 066b78bf86 Content rendering fixes 2016-09-30 01:51:56 -07:00
John Mulhausen b58c93bb40 Fixes for forwarding, custom 404 2016-09-29 19:39:14 -07:00
John Mulhausen 1465790db0 Custom 404, Docs Archive, Archive Forwarding 2016-09-29 18:55:02 -07:00
Misty Stanley-Jones d53c6798c9 Convert TOML to YAML, tweaks to work with Jekyll 2016-09-29 17:16:03 -07:00