diff --git a/_data/docs-home.yml b/_data/docs-home.yml index 8a167c1789..7771dbbf33 100644 --- a/_data/docs-home.yml +++ b/_data/docs-home.yml @@ -6,7 +6,7 @@ toc: - docs/home/index.md - title: Release Notes - path: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md + path: https://git.k8s.io/kubernetes/CHANGELOG.md - title: Release Roadmap path: https://github.com/kubernetes/kubernetes/milestones/ diff --git a/_data/reference.yml b/_data/reference.yml index ef64c02ef2..ac48ae7f39 100644 --- a/_data/reference.yml +++ b/_data/reference.yml @@ -31,9 +31,9 @@ toc: - title: OpenAPI and Swagger section: - title: OpenAPI Spec - path: https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/ + path: https://git.k8s.io/kubernetes/api/openapi-spec/ - title: Swagger Spec - path: https://github.com/kubernetes/kubernetes/tree/master/api/swagger-spec/ + path: https://git.k8s.io/kubernetes/api/swagger-spec/ - title: Federation API section: @@ -71,16 +71,16 @@ toc: - title: Kubernetes Design Docs section: - title: Kubernetes Architecture - path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture.md + path: https://git.k8s.io/community/contributors/design-proposals/architecture.md - title: Kubernetes Design Overview path: https://github.com/kubernetes/kubernetes/tree/release-1.6/docs/design - title: Kubernetes Identity and Access Management - path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/access.md + path: https://git.k8s.io/community/contributors/design-proposals/access.md - docs/admin/ovs-networking.md - title: Security Contexts - path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md + path: https://git.k8s.io/community/contributors/design-proposals/security_context.md - title: Security in Kubernetes - path: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security.md + path: https://git.k8s.io/community/contributors/design-proposals/security.md - title: Kubernetes Issues and Security section: diff --git a/_data/samples.yml b/_data/samples.yml deleted file mode 100644 index 9632a92cc5..0000000000 --- a/_data/samples.yml +++ /dev/null @@ -1,75 +0,0 @@ -bigheader: "Samples" -abstract: "A collection of example applications that show how to use Kubernetes." -toc: -- docs/samples.md - -- title: Storage / Database / KV - section: - - title: Apache Cassandra Database - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/cassandra - - title: Ceph - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/volumes/rbd/ - - title: CephFS - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/volumes/cephfs/ - - title: CockroachDB - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/cockroachdb/ - - title: GlusterFS - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/volumes/glusterfs/ - - title: Hazelcast - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/hazelcast - - title: iSCSI - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/volumes/iscsi/ - - title: MySQL Galera - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/mysql-galera - - title: NFS - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/volumes/nfs/ - - title: Redis - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/redis/ - - title: RethinkDB - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/rethinkdb/ - - title: Vitess - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/vitess/ - -- title: Big Data - section: - - title: Apache Spark - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/spark - - title: Apache Storm - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storm - -- title: Messaging / Queueing - section: - - title: Hazelcast - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/storage/hazelcast - -- title: Miscellaneous - section: - - title: Meteor Applications - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/meteor/ - - title: OpenShift Origin - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/openshift-origin/ - - title: Selenium - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/selenium/ - -- title: Monitoring and Logging - section: - - title: Elasticsearch - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/elasticsearch/ - - title: NewRelic - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/newrelic - -- title: Multi-tier Applications - section: - - title: Guestbook - Go Server - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/guestbook-go/ - - title: GuestBook - PHP Server - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/guestbook/ - - docs/getting-started-guides/meanstack.md - - title: MySQL + Wordpress - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/mysql-wordpress-pd/ - - title: MySQL + Phabricator Server - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/phabricator/ - - title: Nodejs + Mongo - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/nodesjs-mongodb - - title: Petstore - path: https://github.com/kubernetes/kubernetes/tree/release-1.6/examples/k8petstore/ diff --git a/_data/tutorials.yml b/_data/tutorials.yml index c6ee1e74aa..3989024606 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -43,10 +43,17 @@ toc: - docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md - title: Stateless Applications section: + - docs/tasks/run-application/run-stateless-application-deployment.md + - docs/tutorials/stateless-application/guestbook.md + - docs/tasks/access-application-cluster/service-access-application-cluster.md - docs/tutorials/stateless-application/expose-external-ip-address.md - title: Stateful Applications section: - docs/tutorials/stateful-application/basic-stateful-set.md + - docs/tasks/run-application/run-single-instance-stateful-application.md + - docs/tasks/run-application/run-replicated-stateful-application.md + - docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md + - docs/tutorials/stateful-application/cassandra.md - docs/tutorials/stateful-application/zookeeper.md - title: Clusters section: diff --git a/_includes/footer.html b/_includes/footer.html index 32b24f8564..3cb98b0d08 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -25,7 +25,7 @@
- © {{ 'now' | date: "%Y" }} The Kubernetes Authors | Documentation Distributed under CC BY 4.0 + © {{ 'now' | date: "%Y" }} The Kubernetes Authors | Documentation Distributed under CC BY 4.0
Copyright © {{ 'now' | date: "%Y" }} The Linux Foundation®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage diff --git a/_includes/templates/landing-page.md b/_includes/templates/landing-page.md deleted file mode 100644 index 28bf9cebe5..0000000000 --- a/_includes/templates/landing-page.md +++ /dev/null @@ -1,121 +0,0 @@ -{% if page.cards %} - - -
-{% for card in page.cards %}{% if card.title %} -
-

{{card.title}}

-

{% if card.image %}{% endif %}{{card.description}}

-
-{% endif %}{% endfor %} -
- -{% else %} - -### ERROR: You must define "cards" front-matter YAML -{: style="color:red" } - -This template requires that you insert YAML at the top of your document -that defines the "cards" you'd like to display on the page. The cards will -render in clickable boxes. - -To get rid of this message and take advantage of this template, define `cards`: - -```yaml ---- -cards: -- progression: no -- card: - title: Mean Stack - image: /docs/meanstack/image_0.png - description: Lorem ipsum dolor it verberum. -- card: - title: Guestbook + Redis - image: /images/docs/redis.svg - description: Lorem ipsum dolor it verberum. -- card: - title: Cloud Native Cassandra - image: /images/docs/cassandra.svg - description: Lorem ipsum dolor it verberum. -- card: - title: WordPress + MySQL - image: /images/docs/wordpress.svg - description: Lorem ipsum dolor it verberum. ---- -``` - -**Note:** If `progression` is set to `yes` then a "Start Here!" icon will be -placed on the first card and arrows suggesting linear reading will be overlayed -between the other cards, telling the reader that they should explore the content -in a certain order. - -{% endif %} diff --git a/_includes/user-guide-migration-notice.md b/_includes/user-guide-migration-notice.md index 4579619b17..366a05907c 100644 --- a/_includes/user-guide-migration-notice.md +++ b/_includes/user-guide-migration-notice.md @@ -4,7 +4,7 @@

NOTICE

-

As of March 14, 2017, the Kubernetes SIG-Docs-Maintainers group have begun migration of the User Guide content as announced previously to the SIG Docs community through the kubernetes-sig-docs group and kubernetes.slack.com #sig-docs channel.

+

As of March 14, 2017, the Kubernetes SIG-Docs-Maintainers group have begun migration of the User Guide content as announced previously to the SIG Docs community through the kubernetes-sig-docs group and kubernetes.slack.com #sig-docs channel.

The user guides within this section are being refactored into topics within Tutorials, Tasks, and Concepts. Anything that has been moved will have a notice placed in its previous location as well as a link to its new location. The reorganization implements a new table of contents and should improve the documentation's findability and readability for a wider range of audiences.

For any questions, please contact: kubernetes-sig-docs@googlegroups.com

diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index aacead888e..b7da71eb57 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -28,7 +28,6 @@
  • TASKS
  • TUTORIALS
  • REFERENCE
  • -
  • SAMPLES