Commit Graph

31 Commits (60c316b54a64de2051900c6a5745810f3b6a154d)

Author SHA1 Message Date
goltermann 3cabac2204 Fix links in DESIGN.md 2015-07-20 14:35:52 -07:00
Jeff Lowdermilk 553f9f822b 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
Brian Grant f1cea092df Update docs. Add design principles. Fixes #6133. Fixes #4182.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-04-16 22:13:44 +00:00
Mark Maglana fd29104ff5 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
Brian Grant ee5e9073c5 Further explain API design philosophy. 2015-03-18 22:46:55 +00:00
MikeJeffrey 39ee257a25 Removing TOC links to no-longer-extant sections 2014-10-29 15:34:01 -07:00
MikeJeffrey 0e1dac2b88 Broken link in TOC. 2014-10-29 15:30:03 -07:00
Tim Hockin d258eca6fd Add and update docs. 2014-10-16 08:36:47 -07:00
Joe Beda 38d5906044 Clean up READMEs and broken stuff.
Move all support for clouds that are broken with this change into an `icebox` directory.  We'll move that stuff back out as we fix it up.
2014-10-10 12:33:36 -07:00
Matt T. Proud 8a911b39af Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
CJ Cullen 4a2c3c8c87 Fixed some typos:
Changed "an unified" to "a unified"
Changed "a extra" to "an extra"
Changed "for each pod have" to "for each pod to have"
2014-09-03 14:03:33 -07:00
Daniel Smith 06c55d142e Link to architecture diagram 2014-07-18 23:36:36 -07:00
Brian Grant 37fb72d295 Add networking documentation from issue #188. Refactor pod, label, and networking documentation to push details into separate documents. Add some documentation of how to connect to services. 2014-07-16 18:04:35 +00:00
Brian Grant 34146feeaa Move definitions of service and replicationController to avoid forward references. 2014-07-09 19:31:51 +00:00
Brian Grant bda771c3c5 Implemented jbeda's suggestions, except s/stage/environment/g. 2014-06-18 18:01:51 +00:00
Brian Grant a29b75622a Added missing backquote. 2014-06-18 07:45:24 +00:00
Brian Grant 821574febb Fixed TOC links. 2014-06-18 07:43:00 +00:00
Brian Grant aeaa08f75e Added more motivation for pods and labels, and put them together in a subsection near the top. 2014-06-18 07:40:01 +00:00
Ryan Walters be945bfd67 Minor edit
rewrite -> rewritten
2014-06-16 10:13:20 -05:00
Travis Beatty 07420419bb Fix Typo in Design Document Overview
s/arechitecture/architecture/
2014-06-11 08:21:45 -04:00
Daniel Smith fd5d98f21b Merge pull request #48 from hmrm/patch-1
Fix typo in DESIGN.md
2014-06-10 20:10:39 -07:00
Alexander 5b6879a932 Update DESIGN.md 2014-06-11 03:51:13 +02:00
Haney Maxwell ab8b3e6c08 Fix typo in DESIGN.md 2014-06-10 13:58:07 -07:00
MikeJeffrey 16408dac5d Linking directly to container VMs page 2014-06-10 09:50:40 -07:00
MikeJeffrey e8d01dbb79 Tiny typos 2014-06-10 09:40:03 -07:00
Joe Beda 501e7aa89d Merge pull request #39 from jbeda/docs
Add warnings about self signed certs and MitM attacks.
2014-06-10 09:07:20 -07:00
Joe Beda 196d0965ec Add warnings about self signed certs and MitM attacks.
Also put in pointers for IRC and mailing lists.
2014-06-09 16:46:16 -07:00
MikeJeffrey a40b061a3e TOC to markdown
Thanks Joe :)
2014-06-09 16:13:44 -07:00
MikeJeffrey f388157ab5 Adding a TOC 2014-06-09 15:39:11 -07:00
MikeJeffrey d9e19a5525 Tiny typo fixes 2014-06-09 14:14:43 -07:00
Joe Beda e2b948dbfb Add DESIGN.md to document core design.
Fixes #5
2014-06-08 23:02:07 -07:00