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/contributing.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Also, see [configuring notifications](https://docs.github.com/en/github/managing
24
24
Alternatively, consider subscribing to this repository in the [GitHub Slack](https://slack.github.com/) app by searching for it under "Apps" inside Slack.
@@ -39,13 +39,13 @@ If you aren't familiar with using Git via the command line, we recommend using t
39
39
40
40
In the following sections, you'll find corresponding links to the GH UI directly under each section title. If you need to edit a file, you'll click on the "Edit" button:
41
41
42
-
<imgsrc="../img/edit-this-file.png"alt="edit this file"className="img-sm" />
42
+
<imgsrc="/experimenter-docs/img/edit-this-file.png"alt="edit this file"className="img-sm" />
43
43
44
44
You'll be brought to the GitHub editor page for that file. If you're creating a new document, you'll see a similar editor.
45
45
46
46
When you're satisfied with your changes or new document, at the bottom of the page, enter a commit message and optional description. Be sure to have the option "Create a new branch" selected, the name of which can be anything, but **if you also need to make edits to the sidebar**, you'll want to keep the branch name in mind.
Click `Commit changes` and you'll be brought to a pull request view comparing your new branch to `main`. If you don't need to make updates to the sidebar, see the [Pull Request Workflow](#pull-request-workflow) section and click `Create pull request`.
51
51
@@ -121,7 +121,7 @@ Tip: If you just need to update the sidebar label and not the page title (atypic
121
121
122
122
1. Create a new top-level internal link to the doc or modify an existing one
To set this up, you'll have to modify the `sidebars.js` file locally or through the GH UI link above - all it needs is the `id` that is set at the top of the MD file. It will look something like this to reflect the screenshot:
127
127
@@ -138,7 +138,7 @@ module.exports = {
138
138
2. Create a new top-level external link to the doc
0 commit comments