summaryrefslogtreecommitdiff
path: root/identifiers.md
AgeCommit message (Collapse)Author
2015-12-21run hack/update-generated-docs.shChao Xu
2015-11-13Run update-gendocsTim Hockin
2015-08-05rewrite all links to issues to k8s linksMike Danese
2015-07-17Run gendocsTim Hockin
2015-07-17Better scary messageTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-13Apply mungedocs changesDaniel Smith
2015-07-13Run gendocs and mungesTim Hockin
2015-06-26Adding IANA_SVC_NAME definition to docs/design/identifiers.mdSalvatore Dario Minonne
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-04-01Changing the case of API to be consistent with surrounding uses.Kris Rousey
2015-01-20Clarify name must be lowercase in docs, to match codeClayton Coleman
We restrict DNS_SUBDOMAIN to lowercase for sanity.
2014-10-31Separated user, dev, and design docs.Eric Tune
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.