Commit Graph

12 Commits

Author SHA1 Message Date
mpl d21ecfd24e website: 2017-05-05 release
GCE launcher also deploys at revision
8f1a7df176

Change-Id: I74b03e9b0cac08c13bde3083be99f4efa05b2d9d
2017-05-05 20:25:29 +02:00
mpl fae92b072e app/scanningcabinet: add go doc
Change-Id: I7076e0777a10675b0cf1ae5ed86e473dad148c46
2017-04-12 18:36:31 +02:00
mpl 71131ae554 website: add link to launcher on release page
Change-Id: I3f06ebb689ebaac6c5c47f6bf85c05831a97b6f0
2017-04-07 15:41:16 +02:00
mpl d8f58a3512 website: 2017-04-05 release
GCE launcher now also deploys at
9e34d14ef5

Change-Id: I61fc461832effc608f6daf7777eea599a1841a2e
2017-04-05 19:00:18 +02:00
mpl ece654c596 website: 2017-03-01 release
The image deployed by the launcher is also at
dc4d1650b3

Change-Id: Ifb22c5501aa31dde3ca5a0af2ad25c6127b293e1
2017-03-01 20:09:52 +01:00
mpl e44c2571e0 website: monthly release: 10aa2b3fbd
Change-Id: I5e51a72777352c8112f4e929865458f71e83e2fd
2016-09-05 19:01:50 +02:00
mpl 9beb003f30 website: feature monthly releases
Fixes #690

Change-Id: I05db5f29656d76237621fc2479d59d71cb917bb0
2016-07-06 16:41:15 +02:00
Eric Drechsel 80f011484a Remove /doc/contributing.md
It was just routing links from other pages to

    https://camlistore.org/code#contributing

Let this be handled by a redirect

    /doc/contributing → /doc/code#contributing

instead.

/doc/contributing.md is allowed to 404. It has only been valid since
April and was only linked from release notes, so there are probably no
external links.

Change-Id: I04809760cbdb2cf37e98d36f545d2952f96f3113
2016-06-03 14:42:05 -07:00
mpl 4232071cb3 misc/monthly.go: automatically generate a monthly release
Current version of doc/release/monthly.html generated with
go run ./misc/monthly.go -rev cdadfd650b

Change-Id: Icdebf60cb64dfcc12766976572f3a34eaeb135f3
2016-05-05 23:16:57 +02:00
Will Norris 3c161fe40b website: fix remaining old links to /docs/
interestingly, I also discovered that GitHub will properly resolve links
that are relative to the root path (e.g. "/doc/foo")...  it properly
rewrites these links to reference the named file relative to the
repository root.

also add a /doc/contributing.md file.  This will never be served from
the website, since we have a redirect handler in place, but is added so
that we don't have broken links when browsing the docs on GitHub.

Change-Id: I47517a5f6303065df02ac11771dcee56cd06a4b7
2016-05-02 06:26:45 -07:00
Will Norris e4b61b0146 website: add html ext to docs/releases/*
this is now needed to have camweb wrap the file in the site template
rather than just serving it raw.

Change-Id: I1ac20030dd7bf878429fd70386e2e2814c66822c
2016-04-27 11:52:13 -07:00
Will Norris 7cb074bfde website: serve /doc/ URLs from top-level doc dir
- move existing content from website/content/docs to top-level doc
  directory
- redirect /docs/ URLs to /doc/

Fixes #720

Change-Id: I92e26bbc1fdbe994089080ae3a971d85c12921ab
2016-04-25 22:13:09 -07:00