From 64c9d1788d68358015f2a7dfca7ebc47310753bb Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 24 May 2017 17:06:17 -0700 Subject: [PATCH] Remove instructions to stage from github.io. (#3893) --- .../contribute/stage-documentation-changes.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index 7d1a0b4205..c851581f9b 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -14,24 +14,6 @@ Create a fork of the Kubernetes documentation repository as described in {% capture steps %} -## Staging from your GitHub account - -GitHub provides staging of content in your master branch. Note that you -might not want to merge your changes into your master branch. If that is -the case, choose another option for staging your content. - -1. In your GitHub account, in your fork, merge your changes into -the master branch. - -1. Change the name of your repository to `.github.io`, where -`` is the username of your GitHub account. - -1. Delete the `CNAME` file. - -1. View your staged content at this URL: - - https://.github.io - ## Staging a pull request When you create a pull request, either against the master or <vnext>