You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contribute/locally.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To write and push updates to Elastic documentation, you need the following:
17
17
1.**Git installed on your machine**: learn how [here](https://github.com/git-guides/install-git)
18
18
1.**A GitHub account**: sign up [here](https://github.com/)
19
19
20
-
## Step 1: Install `docs-builder`[#step-one]
20
+
## Install `docs-builder`[#step-one]
21
21
22
22
There are two different ways to install and run `docs-builder`:
23
23
@@ -149,18 +149,18 @@ Now you should be able to view the documentation locally by navigating to http:/
149
149
:::::
150
150
::::::
151
151
152
-
## Step 4: Write the docs [#step-four]
152
+
## Write the docs [#step-four]
153
153
154
154
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.
155
155
156
-
## Step 5: Push your changes [#step-five]
156
+
## Push your changes [#step-five]
157
157
158
158
After you've made your changes locally:
159
159
160
160
*[Push your commits](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository)
161
161
*[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)
162
162
163
-
## Step 5: View the preview
163
+
## View the preview
164
164
165
165
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).
0 commit comments