Skip to content

Commit 62137a0

Browse files
authored
Update CONTRIBUTING.md
Signed-off-by: Lee Calcote <[email protected]>
1 parent f3d4b89 commit 62137a0

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

CONTRIBUTING.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,6 @@ Or you may configure your IDE, for example, Visual Studio Code to automatically
5050

5151
<a href="https://user-images.githubusercontent.com/7570704/64490167-98906400-d25a-11e9-8b8a-5f465b854d49.png" ><img src="https://user-images.githubusercontent.com/7570704/64490167-98906400-d25a-11e9-8b8a-5f465b854d49.png" width="50%"><a>
5252

53-
## <a name="contributing-docs">Documentation Contribution Flow</a>
54-
Please contribute! Layer5 documentation uses Jekyll and GitHub Pages to host docs sites. Learn more about [Layer5's documentation framework](https://docs.google.com/document/d/17guuaxb0xsfutBCzyj2CT6OZiFnMu9w4PzoILXhRXSo/edit?usp=sharing). The process of contributing follows this flow:
55-
56-
1. Create a fork, if you have not already, by following the steps described [here](./CONTRIBUTING-gitflow.md)
57-
1. In the local copy of your fork, navigate to the docs folder.
58-
`cd docs`
59-
1. Create and checkout a new branch to make changes within
60-
`git checkout -b <my-changes>`
61-
1. Edit/add documentation.
62-
`vi <specific page>.md`
63-
1. Run site locally to preview changes.
64-
`make site`
65-
1. Commit, [sign-off](#commit-signing), and push changes to your remote branch.
66-
`git push origin <my-changes>`
67-
1. Open a pull request (in your web browser) against the repo.
68-
6953

7054
#### Tests
7155
Users can now test their code on their local machine against the CI checks implemented using `make run-tests`.
@@ -92,7 +76,7 @@ All contributors are invited to review pull requests. See this short video on [h
9276
Resources: https://lab.github.com and https://try.github.com/
9377

9478

95-
# FQA
79+
# FAQs
9680

9781
### Instructions for making custom dictionary entries
9882

0 commit comments

Comments
 (0)