1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Commit Graph

180 Commits

Author SHA1 Message Date
hubwriter
238d02f82c Codespace prebuild support for monorepos and external repo access (#29232)
* Make changes for multiple config files

* Clarify deprecated procedure

* Optimize images

* More WiP changes

* More WiP changes

* Update s/shots - no longer beta

* Optimize images

* More WiP changes

* Fix broken links

* WiP

* Add authorizations screenshots

* Optimize images

* Reorg requested by reviewer

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* Update content/codespaces/prebuilding-your-codespaces/configuring-prebuilds.md

* Update content/codespaces/troubleshooting/troubleshooting-prebuilds.md

Co-authored-by: Felicity Chapman <felicitymay@github.com>

* Update data/reusables/codespaces/billing-for-prebuilds.md

* Tiny tweak to creation article

* Another tiny tweak to creation article

* Fix self-referential link

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2022-07-28 17:16:42 +01:00
hubwriter
6d1b6de86d Clarify how to find Codespaces info in a usage report (#29163)
* Clarify how to find Codespaces info in a usage report

* Optimize images

Co-authored-by: github-actions <github-actions@github.com>
2022-07-27 10:43:29 +01:00
hubwriter
c02e7b8dfc Update the text of links to articles with revised names 2022-07-13 12:01:00 +00:00
Sophie
1bd1a421d3 Merge branch 'main' into sophie-6496 2022-07-12 15:55:41 +02:00
Octomerger Bot
6cb994ea85 Merge branch 'main' into repo-sync 2022-07-12 06:57:16 -05:00
Hector Alfaro
95e6f3d3ab Deprecate GHES 3.1 (#28798)
* add 3.1 to deprecated versions

* rewrite img src to use azure blob storage in archive script

Co-authored-by: rachmari <rachmari@users.noreply.github.com>

* remove static files for ghes 3.1

* remove liquid conditionals and content for ghes 3.1

* remove outdated hardware reqs reusable

* Fix liquid conditional uncaught by script

* Close liquid conditionals missed by script

* Apply @mattpollard's suggestions

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-07-11 21:17:09 +00:00
Fajar Maftuh Fadli
c8f25f0803 place the period within a quotation mark
American style guides, such as the Associated Press (AP), the Modern Language Association (MLA), and The Chicago Manual of Style (Chicago), all follow the American rule when it comes to commas and periods. And you should note that commas and periods go before closing quotation marks, regardless of whether they are single or double-quotes.

give me access to copilot for free please... 🥺
2022-07-08 19:46:01 +07:00
Lyric Yu
50e863d3ab Specify that email addresses must be verified 2022-07-01 11:22:39 -07:00
Sophie
a60a451e6d Merge branch 'main' into sophie-6496 2022-07-01 13:47:39 +02:00
Peter Bengtsson
72d868fabd Fix the frontmatter (#28799)
I noticed this when comparing `diff content/billing/index.md translations/pt-BR/content/billing/index.md`

In https://github.com/github/docs-internal/runs/7098669524?check_suite_focus=true we get a weird error:
```
Run crowdin upload sources --delete-obsolete --no-progress --no-colors --verbose --debug '--branch=main' '--config=crowdin.yml'
✔️  Fetching project info
⏭  Branch 'main' already exists in the project
✔️  File 'main/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/viewing-and-re-running-checks-in-github-desktop.md'
✔️  File 'main/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise.md'
✔️  File 'main/content/admin/configuration/configuring-github-connect/about-github-connect.md'
✔️  File 'main/content/repositories/creating-and-managing-repositories/renaming-a-repository.md'
✔️  File 'main/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile.md'
java.lang.RuntimeException: File 'main/content/billing/index.md'
	at com.crowdin.cli.commands.actions.UploadSourcesAction.lambda$null$8(UploadSourcesAction.java:227)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.RuntimeException: Wrong parameters: 
<key: storageId, code: fileInvalid, message: Front matter file does not have YAML part.>
	at com.crowdin.cli.client.CrowdinClientCore.executeRequest(CrowdinClientCore.java:120)
	at com.crowdin.cli.client.CrowdinClientCore.executeRequestWithPossibleRetry(CrowdinClientCore.java:88)
	at com.crowdin.cli.client.CrowdinProjectClient.updateSource(CrowdinProjectClient.java:172)
	at com.crowdin.cli.commands.actions.UploadSourcesAction.lambda$null$8(UploadSourcesAction.java:211)
	... 5 more
```
Might solve the problem.
2022-06-28 12:44:31 -07:00
Jules
5ec7197fb9 Clarify language around free Copilot (#28731)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-06-27 11:03:04 +10:00
Lucas Costi
4c2315f11b Update Copilot quickstart article (#28715) 2022-06-24 10:09:27 +10:00
Matt Pollard
2afd683890 Fix capitalization 2022-06-21 08:42:18 +02:00
Jules Parker
78acf00604 introduces free option earlier in doc 2022-06-16 13:14:31 +02:00
Jules Parker
7f32a3a29c add octicon 2022-06-16 08:23:56 +02:00
Jules Parker
ea480981c9 Merge branch 'copilot-ga-megabranch' into billing-articles 2022-06-16 08:18:00 +02:00
Jules
1e806577de Merge branch 'main' into copilot-ga-megabranch 2022-06-16 07:50:24 +02:00
Jules Parker
484337f945 removes global campus variable 2022-06-15 18:55:19 +02:00
Sarita Iyer
f80b9af241 Merge branch 'main' into codespaces-prebuilds-ga 2022-06-15 12:10:40 -04:00
Sophie
6f26a6e98e fixes failing test because of link 2022-06-15 14:23:56 +02:00
Sophie
3de00ee6d2 Apply suggestions from code review
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:23:43 +02:00
Sophie
19096658db Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:22:33 +02:00
Sophie
bf056267be Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:21:58 +02:00
Sophie
60e45dd549 Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:20:12 +02:00
Sophie
f0edcfdf79 Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:19:43 +02:00
Sophie
eaabdc08c3 Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:19:34 +02:00
Sophie
6e8968d96c Update content/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:19:20 +02:00
Sophie
55d3193b56 Update content/billing/managing-billing-for-github-copilot/index.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:19:02 +02:00
Sophie
da8709ed54 Update content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:18:46 +02:00
Sophie
00d8850bf1 Update content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:18:32 +02:00
Sophie
6b7f044ed8 Update content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:18:01 +02:00
Sophie
9457bc9c89 Update content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:17:51 +02:00
Sophie
431e7f23df Update content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-06-15 11:17:44 +02:00
Sophie
a99a3cf504 adds better description of eligible for free use 2022-06-14 09:23:37 +02:00
Sophie
e1fd436fc4 delete notes 2022-06-14 08:22:19 +02:00
Sophie
27a3913508 Merge branch 'billing-articles' of https://github.com/github/docs-internal into billing-articles 2022-06-14 08:19:34 +02:00
Sophie
c9dfe97e8e edits index intro 2022-06-14 08:19:22 +02:00
Sophie
f02ddaa46a Update about-billing-for-github-copilot.md 2022-06-13 21:53:56 +02:00
Sophie
d7c1afacfc adds more content 2022-06-13 16:55:52 +02:00
Sophie
535eb4f1c6 adds more content and screenshots 2022-06-10 15:41:14 +02:00
Sophie
675f97e1c9 adds screenshots and more billing content 2022-06-10 09:51:24 +02:00
Sophie
0db22e7fe4 more content 2022-06-09 15:03:26 +02:00
Sophie
59f02330ab adds more content to about billing for github copilot 2022-06-09 12:42:49 +02:00
Sophie
28b9b7e9c5 Merge branch 'billing-articles' of https://github.com/github/docs-internal into billing-articles 2022-06-08 16:38:32 +02:00
Sophie
185917a15f adds intro 2022-06-08 16:38:15 +02:00
Sarita Iyer
194deca9db Codespaces prebuilds GA + minor updates 2022-06-08 09:28:31 -04:00
Matt Pollard
3c5bf78d71 Fix topic 2022-06-08 14:44:13 +02:00
Matt Pollard
8ed248eaf8 Merge branch 'main' into copilot-ga-megabranch 2022-06-08 13:00:00 +02:00
Matt Pollard
40dad986ab Merge branch 'copilot-ga-megabranch' into billing-articles 2022-06-08 12:57:01 +02:00
Jules Parker
3200d252a8 feature based versioning 2022-06-08 12:26:37 +02:00