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: content/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ The [`script/bookmarklets`](https://github.com/github/docs/tree/main/script/book
71
71
72
72
### Enabling different languages
73
73
74
-
By default, the local server does not run with all supported languages enabled. If you need to run a local server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable.
74
+
By default, the local server does not run with all supported languages enabled. If you need to run a local server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable.
75
75
76
-
For example, to enable Japanese and Portuguese in addition to English, you can edit `package.json` and set `ENABLED_LANGUAGES='en,ja,pt'` in the `start` script. Then restart the server for the change to take effect.
76
+
For example, to enable Japanese and Portuguese in addition to English, you can edit `package.json` and set `ENABLED_LANGUAGES='en,ja,pt'` in the `start` script. Then restart the server for the change to take effect.
77
77
78
78
{% note %}
79
79
@@ -83,10 +83,9 @@ For example, to enable Japanese and Portuguese in addition to English, you can e
83
83
84
84
The supported language codes are defined in [`src/languages/lib/languages.js`](https://github.com/github/docs/blob/main/src/languages/lib/languages.js).
85
85
86
-
87
86
## Using {% data variables.product.prodname_github_codespaces %}
88
87
89
-
As an alternative to running {% data variables.product.prodname_docs %} locally, you can use {% data variables.product.prodname_github_codespaces %}. {% data variables.product.prodname_github_codespaces %} enable you to edit, preview, and test your changes directly from your browser.
88
+
As an alternative to running {% data variables.product.prodname_docs %} locally, you can use {% data variables.product.prodname_github_codespaces %}. {% data variables.product.prodname_github_codespaces %} enable you to edit, preview, and test your changes directly from your browser.
90
89
91
90
For more information about using a codespace for working on {% data variables.product.company_short %} documentation, see "[AUTOTITLE](/contributing/setting-up-your-environment-to-work-on-github-docs/working-on-github-docs-in-a-codespace)."
92
91
@@ -98,4 +97,4 @@ For more information about using a codespace for working on {% data variables.pr
1.**Side bar** - By default, this area shows your project files in the Explorer.
3
4
1.**Activity bar** - This displays the Views and provides you with a way to switch between them. You can reorder the Views by dragging and dropping them.
4
-
3.**Editor** - This is where you edit your files. You can right-click the tab for a file to access options such as locating the file in the Explorer.
5
+
1.**Editor** - This is where you edit your files. You can right-click the tab for a file to access options such as locating the file in the Explorer.
5
6
1.**Panels** - This is where you can see output and debug information, as well as the default place for the integrated Terminal.
6
7
1.**Status bar** - This area provides you with useful information about your codespace and project. For example, the branch name, configured ports, and more.
1. Go to the [{% data variables.product.prodname_copilot_for_business %} sign up page](https://github.com/github-copilot/business_signup/choose_business_type).
2
2
1. To purchase {% data variables.product.prodname_copilot %} for your enterprise, select **Enable {% data variables.product.prodname_copilot %} at an enterprise level** and click **Continue**.
3
-
3. Select the enterprise for which you want to purchase {% data variables.product.prodname_copilot %} and click **Continue**.
3
+
1. Select the enterprise for which you want to purchase {% data variables.product.prodname_copilot %} and click **Continue**.
4
4
1. Follow the steps to confirm your payment details, then click **Save**.
5
5
6
6
If you don't have a payment method on file, you'll be prompted to add one.
0 commit comments