From 60c692157602c22d5997140f8522325a82deef76 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 14 Mar 2017 16:39:25 -0700 Subject: [PATCH] User Guide content migration: post notice (#2818) * Add User Guide content migration notice. * Fix formatting * Tweek formatting to block highlight text in light gray. * Try table instead of code block * remove extra lines * try table format * fix links * incorporate @ddonnelly feedback --- _includes/user-guide-migration-notice.md | 12 ++++++++++++ docs/user-guide/index.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 _includes/user-guide-migration-notice.md diff --git a/_includes/user-guide-migration-notice.md b/_includes/user-guide-migration-notice.md new file mode 100644 index 0000000000..7e64abe8d0 --- /dev/null +++ b/_includes/user-guide-migration-notice.md @@ -0,0 +1,12 @@ + + + + + + +
+

NOTICE

+

As of March 14, 2017, the @kubernetes/sig-docs-maintainers 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 the table of contents (ToC) outlined in the kubernetes-docs-toc document 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/docs/user-guide/index.md b/docs/user-guide/index.md index 1f045cb7e0..01a4b5538f 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -4,6 +4,8 @@ assignees: title: User Guide --- +{% include user-guide-migration-notice.md %} + The Kubernetes **Guides** can help you work with various aspects of the Kubernetes system. * The Kubernetes [User Guide](#user-guide-internal) can help you run programs and services on an existing Kubernetes cluster.