소스 검색

Fixing two bad files that got borked in the last rebase

Signed-off-by: Mary Anthony <mary.anthony@docker.com>
Mary Anthony 10 년 전
부모
커밋
efde5ec9be
2개의 변경된 파일3개의 추가작업 그리고 39개의 파일을 삭제
  1. 1 14
      docs/mkdocs.yml
  2. 2 25
      docs/sources/project/make-a-contribution.md

+ 1 - 14
docs/mkdocs.yml

@@ -169,23 +169,10 @@ pages:
 - ['terms/filesystem.md', '**HIDDEN**']
 - ['terms/image.md', '**HIDDEN**']
 
-<<<<<<< HEAD
-<<<<<<< HEAD
-# Project:
-- ['project/index.md', '**HIDDEN**']
-- ['project/who-written-for.md', 'Project', 'README first']
-=======
-# Contribute:
-- ['project/index.md', '**HIDDEN**']
-- ['project/project.md', 'Contribute', 'Contributing']
-# Birthday Tree
-- ['project/who-written-for.md', 'Project', 'README for contributors']
->>>>>>> a252b2f... Renaming and removing old files
-=======
+
 # Project:
 - ['project/index.md', '**HIDDEN**']
 - ['project/who-written-for.md', 'Project', 'README first']
->>>>>>> 6f40419... Tweaking from last run thru
 - ['project/set-up-prereqs.md', 'Project', 'Set up prerequisites'] 
 - ['project/set-up-dev-env.md', 'Project', 'Work with a development container'] 
 - ['project/test-and-docs.md', 'Project', 'Run tests and test documentation']

+ 2 - 25
docs/sources/project/make-a-contribution.md

@@ -11,15 +11,7 @@ In this section, you will create a new branch and work on some Docker code that
 
 ## The basic contribution workflow
 
-<<<<<<< HEAD
-<<<<<<< HEAD
 You are about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
-=======
-You about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
->>>>>>> 6f40419... Tweaking from last run thru
-=======
-You are about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
->>>>>>> 2834bbe... Last minut check pass; fixes
 
 ![Simple process](/project/images/existing_issue.png)
 
@@ -35,17 +27,9 @@ Triaged issues have either a **white-belt** or **black-belt** label.   A **white
 
 In the next procedure, you find and claim an open white-belt issue.
 
-<<<<<<< HEAD
-<<<<<<< HEAD
-1. Go to the `docker/docker` <a
-	href="https://github.com/docker/docker" target="_blank">repository</a>.
-=======
-1. Go to the `docker/docker` repository.
->>>>>>> 6f40419... Tweaking from last run thru
-=======
+
 1. Go to the `docker/docker` <a
 	href="https://github.com/docker/docker" target="_blank">repository</a>.
->>>>>>> 2834bbe... Last minut check pass; fixes
 
 2. Click on the "Issues" link.
 
@@ -206,15 +190,8 @@ Follow this workflow as you work:
 	alone, you can work on your local host. 
 	
 	Review <a href="../set-up-dev-env" target="_blank">if you forgot the details
-<<<<<<< HEAD
-<<<<<<< HEAD
-	of working with a container</a>.
-=======
-	of working with a container.</a>.
->>>>>>> 6f40419... Tweaking from last run thru
-=======
 	of working with a container</a>.
->>>>>>> 2834bbe... Last minut check pass; fixes
+
 
 3. Test your changes as you work.