Skip to content

Commit 377ddc0

Browse files
authored
Update locally.md (#1470)
Eliminating "Step n" text from heading, which was inaccurate and had a dupe. Not really needed.
1 parent bdc8210 commit 377ddc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/contribute/locally.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To write and push updates to Elastic documentation, you need the following:
1717
1. **Git installed on your machine**: learn how [here](https://github.com/git-guides/install-git)
1818
1. **A GitHub account**: sign up [here](https://github.com/)
1919

20-
## Step 1: Install `docs-builder` [#step-one]
20+
## Install `docs-builder` [#step-one]
2121

2222
There are two different ways to install and run `docs-builder`:
2323

@@ -149,18 +149,18 @@ Now you should be able to view the documentation locally by navigating to http:/
149149
:::::
150150
::::::
151151

152-
## Step 4: Write the docs [#step-four]
152+
## Write the docs [#step-four]
153153

154154
We write docs in Markdown. Refer to our [syntax](../syntax/index.md) guide for the flavor of Markdown that we support and all of our custom directives that enable you to add a little extra pizzazz to your docs.
155155

156-
## Step 5: Push your changes [#step-five]
156+
## Push your changes [#step-five]
157157

158158
After you've made your changes locally:
159159

160160
* [Push your commits](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository)
161161
* [Open a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
162162

163-
## Step 5: View the preview
163+
## View the preview
164164

165165
You can open a docs preview from the Deployments page of the repository. For example, [https://github.com/elastic/docs-content/deployments](https://github.com/elastic/docs-content/deployments).
166166

0 commit comments

Comments
 (0)