Commit Graph

15 Commits

Author SHA1 Message Date
Brendan Burns
e051497be9 Add some text about the docs being sync'd to HEAD
Add pointers to the release branch files.
Clone docs when creating a new release.
2015-06-04 21:53:15 -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
Phaneendra Chiruvella
99050fe8fd fix link to kubectl docs in docs/README.md 2015-03-16 08:44:55 +05:30
Eric Tune
0510315e10 User, Admin, and Developer guides.
First pass at organizing our docs for three separate audiences:
User, Cluster Admin, and developer.  Wrote a top-level guide
for each one, by selecting parts of the old docs/README.md.
The new docs/README.md mostly points to these 3 guides.
2015-03-11 10:52:59 -07:00
Daniel Smith
7a68a5aebf Add cluster management doc 2015-03-04 13:47:49 -08:00
MikeJeffrey
8eda537a96 Adding FAQ link to readme 2015-03-04 10:29:53 -08:00
nikhiljindal
7cd243cf31 Adding links to http://kubernetes.io/third_party/swagger-ui/ in our docs 2015-02-03 12:21:16 -08:00
Brian Grant
55d0d0d258 Update docs to refer to kubectl rather than kubecfg. Remove cli.md.
Partially addresses #2144. Fixes #834.
2015-01-22 18:58:04 +00:00
codemonkey77
aabc1c35f6 Broken link in docs/README.md
Link was broken following rename of ux.md to ui.md
2015-01-21 01:23:59 +00:00
Ryan Fowler
9aec0a3609 Fix table of contents
Additional user guides section appears to have been renamed.
2015-01-18 09:19:44 -06:00
MikeJeffrey
f5a2e2637c Update docs/README.md: add TOC / doc descriptions. 2014-12-15 10:43:17 -08:00
Brian Grant
c5be69408a Document API doc path. 2014-12-02 01:36:21 +00:00
Brian Grant
d5700eac35 Documentation improvements. Fixes #2004, #2115, #2171. 2014-11-17 21:32:44 +00:00
Eric Tune
c47693c0d5 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