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: .github/PULL_REQUEST_TEMPLATE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ If there's _not_ an existing issue, please open one first to make it more likely
13
13
### What's being changed (if available, include any code snippets, screenshots, or gifs):
14
14
15
15
<!-- Let us know what you are changing. Share anything that could provide the most context.
16
-
If you made changes to the `content` directory, a table will populate in a comment below with links to the preview and current production articles. -->
16
+
If you made changes to the `content` directory, a table will populate in a comment below with links to the review and current production articles. -->
17
17
18
18
### Check off the following:
19
19
20
20
-[ ] A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
21
21
-[ ] The changes in this PR meet [the docs fundamentals that are required for all content](http://docs.github.com/en/contributing/writing-for-github-docs/about-githubs-documentation-fundamentals).
22
-
-[ ] All CI checks are passing and the changes look good in the preview environment.
22
+
-[ ] All CI checks are passing and the changes look good in the review environment.
Copy file name to clipboardexpand all lines: contributing/development.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Power users may want to read more about [debugging the docs application](./debug
34
34
35
35
As an alternative, you can simply use [GitHub Codespaces](https://docs.github.com/en/codespaces/overview). For more information about using a codespace for working on GitHub documentation, see [Working in a codespace](https://github.com/github/docs/blob/main/contributing/codespace.md).
36
36
37
-
In a matter of minutes, you will be ready to edit, preview and test your changes directly from the comfort of your browser.
37
+
In a matter of minutes, you will be ready to edit, review and test your changes directly from the comfort of your browser.
|[search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace)| deprecated liquid syntax: site.data | Catch occurrences of deprecated liquid data syntax. | error ||
32
31
|[search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace)| deprecated liquid syntax: octicon-<icon-name> | The octicon liquid syntax used is deprecated. Use this format instead `octicon "<octicon-name>" aria-label="<Octicon aria label>"`| error ||
Copy file name to clipboardexpand all lines: src/bookmarklets/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bookmarklets
2
2
3
-
The [bookmarklets](https://en.wikipedia.org/wiki/Bookmarklet) in this directory are browser shortcuts that may help with reviewing GitHub documentation. We may eventually build the functionality they provide into Docs preview environments, but these are handy hacks for now.
3
+
The [bookmarklets](https://en.wikipedia.org/wiki/Bookmarklet) in this directory are browser shortcuts that may help with reviewing GitHub documentation. We may eventually build the functionality they provide into Docs review environments, but these are handy hacks for now.
4
4
5
5
## Installing bookmarklets
6
6
@@ -17,19 +17,19 @@ Clicking the bookmark will then execute the JavaScript.
When you're looking at a page on docs.github.com or a preview server at preview.ghdocs.com, clicking this bookmarklet will load the same path you're viewing but on your local server running at localhost:4000.
20
+
When you're looking at a page on docs.github.com or a review server, clicking this bookmarklet will load the same path you're viewing but on your local server running at localhost:4000.
When you're looking at a page on a preview server at preview.ghdocs.com or your local server running at localhost:4000, clicking this bookmarklet will load the same path you're viewing but on the live documentation site at docs.github.com.
26
+
When you're looking at a page on a review server or your local server running at localhost:4000, clicking this bookmarklet will load the same path you're viewing but on the live documentation site at docs.github.com.
When you're looking at a page on either docs.github.com, preview.ghdocs.com, or localhost:4000, clicking this bookmarklet will open the source Markdown file from your local checkout in VS Code.
32
+
When you're looking at a page on either docs.github.com, review, or localhost:4000, clicking this bookmarklet will open the source Markdown file from your local checkout in VS Code.
Copy file name to clipboardexpand all lines: src/deployments/staging/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
> [!NOTE]
4
4
> For internal documentation, please see the `Moda` directory in the internal Docs Engineering repo.
5
5
6
-
When you make a code change and want to preview it in a live environment, you can use a staging server. If your change only touches content files e.g. `content/` and `data/` directories, please use the [review server](../../review-server/README.md) instead.
6
+
When you make a code change and want to review it in a live environment, you can use a staging server. If your change only touches content files e.g. `content/` and `data/` directories, please use the [review server](../../review-server/README.md) instead.
7
7
8
-
To preview code changes on a staging server:
8
+
To review code changes on a staging server:
9
9
10
10
1. If your changes aren't already in remote, push your branch to `docs-internal` .
Copy file name to clipboardexpand all lines: src/events/components/experiments/experiment.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ export function initializeExperiments(
185
185
experiment.percentOfUsersToGetExperiment,
186
186
)
187
187
188
-
// Even in preview & prod it is useful to see if a given experiment is "on" or "off"
188
+
// In any environment, it is useful to see if a given experiment is "on" or "off"
189
189
console.log(
190
190
`Experiment ${experiment.key} is in the "${controlGroup===TREATMENT_VARIATION ? TREATMENT_VARIATION : CONTROL_VARIATION}" group for this browser.\nCall function window.overrideControlGroup('${experiment.key}', 'treatment' | 'control') to change your group for this session.`,
Copy file name to clipboardexpand all lines: src/rest/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Our REST pipeline creates autogenerated REST API documentation for docs.github.com/rest from the OpenAPI stored in the open-source repository [`github/rest-api-description`](https://github.com/github/rest-api-description).
4
4
5
-
The pipeline is used to generate data that is used by the docs.github.com site when deployed locally, in preview environments, or in production.
5
+
The pipeline is used to generate data that is used by the docs.github.com site when deployed locally, in review environments, or in production.
6
6
7
7
## How does it work
8
8
@@ -77,4 +77,4 @@ Writers can also add an introduction paragraph _above_ the following Markdown co
77
77
Slack: `#docs-engineering`
78
78
Repo: `github/docs-engineering`
79
79
80
-
If you have a question about the REST pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the REST pipeline, you can open an issue in the `github/docs-engineering` repository.
80
+
If you have a question about the REST pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the REST pipeline, you can open an issue in the `github/docs-engineering` repository.
Copy file name to clipboardexpand all lines: src/webhooks/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Our webhooks pipeline creates autogenerated webhooks documentation for docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads from the OpenAPI stored in the open-source repository [`github/rest-api-description`](https://github.com/github/rest-api-description).
4
4
5
-
The pipeline is used to generate data that is used by the docs.github.com site when deployed locally, in preview environments, or in production.
5
+
The pipeline is used to generate data that is used by the docs.github.com site when deployed locally, in review environments, or in production.
6
6
7
7
## How does it work
8
8
@@ -56,4 +56,4 @@ The content writers can manually update frontmatter and introductory content in
56
56
Slack: `#docs-engineering`
57
57
Repo: `github/docs-engineering`
58
58
59
-
If you have a question about the webhooks pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the webhooks pipeline, you can open an issue in the `github/docs-engineering` repository.
59
+
If you have a question about the webhooks pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the webhooks pipeline, you can open an issue in the `github/docs-engineering` repository.
0 commit comments