Commit Graph

17 Commits

Author SHA1 Message Date
Mike Danese a74ffb6a38 rewrite all links to issues to k8s links 2015-08-05 21:11:11 -07:00
Alex Robinson 51f581c035 Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
Tim Hockin fabd20afce Run gendocs 2015-07-17 15:35:43 -07:00
Tim Hockin 4510fab29d Better scary message 2015-07-17 09:28:49 -07:00
Tim Hockin 43bcff9826 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin be001476aa Run gendocs 2015-07-14 15:28:59 -07:00
Mike Danese 53eee3533f automated link fixes 2015-07-14 10:51:10 -07:00
Daniel Smith d3293eb758 Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Tim Hockin d4ee500685 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Daniel Smith 66f367dcbb Auto-fixed docs 2015-07-10 10:54:47 -07:00
Eric Tune 667782f84c Add user-oriented compute resource doc.
Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting.  Examples are tested.

Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
2015-07-06 14:57:30 -07:00
RichieEscarez 9e35c48d4a Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Chao Xu b4aee3255a in docs, update "minions" to "nodes" 2015-05-21 09:59:40 -07:00
Jeff Lowdermilk d3a429a76f Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Mark Maglana 6e8f790f1c Fix confusing use of "comprise"
The word "comprise" means "be composed of" or "contain" so
"applications comprised of multiple containers" would mean
"applications composed of of multiple containers" or "applications
contained of multiple containers" which is confusing.

I understand that this is nitpicking and that "comprise" has a new
meaning which is the opposite of its original definition just like
how "literally" now means "figuratively" to some people. However, I
believe that clarity is of utmost importance in technical
documentation which is why I'm proposing this change.
2015-03-25 14:55:34 -07:00
Alex Robinson 4c9e6d37b6 Fix the broken links in the labels and access design docs. 2015-02-03 23:02:21 +00:00
Eric Tune b8c71ec885 Separated user, dev, and design docs.
Renamed: logging.md -> devel/logging.m
Renamed: access.md -> design/access.md
Renamed: identifiers.md -> design/identifiers.md
Renamed:    labels.md -> design/labels.md
Renamed:    namespaces.md -> design/namespaces.md
Renamed:    security.md -> design/security.md
Renamed:    networking.md -> design/networking.md

Added abbreviated user user-focused document in place of most moved docs.

Added docs/README.md explains how docs are organized.
Added short, user-oriented documentation on labels
Added a glossary.
Fixed up some links.
2014-10-31 08:35:53 -07:00