Commit Graph

121 Commits

Author SHA1 Message Date
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