1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Commit Graph

378 Commits

Author SHA1 Message Date
Janice
28b84404f6 Merge branch 'main' into patch-2 2022-06-15 11:27:52 +02:00
Janice
8c506a8db1 Merge branch 'main' into patch-4 2022-06-15 10:55:16 +02:00
Janice
c9b6cd5211 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-06-15 10:54:18 +02:00
Janice
ad044d04b5 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:52 +02:00
Janice
7ad0a65ef0 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:47 +02:00
Janice
a1bb8d1c70 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:43 +02:00
Janice
4f0a0f402f Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:38 +02:00
Janice
18520735e8 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:31 +02:00
Janice
b8e259f554 Update content/get-started/exploring-projects-on-github/saving-repositories-with-stars.md 2022-06-15 10:49:26 +02:00
mmvanheusden
595e639796 Replace Atom with VSCode 2022-06-14 15:47:28 +02:00
mc
530632b003 Apply suggestions from code review 2022-06-13 10:31:46 +01:00
mc
afadc78411 Update content/get-started/quickstart/create-a-repo.md 2022-06-13 10:23:57 +01:00
mc
7d39736e8d Merge branch 'main' into patch-3 2022-06-13 10:14:10 +01:00
mc
fae461b0bd Update content/get-started/quickstart/create-a-repo.md 2022-06-13 10:09:05 +01:00
Vedant Singhania
9e766d42b4 Update saving-repositories-with-stars.md 2022-06-12 14:43:28 -07:00
Vedant Singhania
3e2d0ea2af Update create-a-repo.md
Issue #16950
2022-06-09 19:07:42 -07:00
Sarah Schneider
79976e3000 fix issues raised by new validation 2022-06-07 16:15:03 -04:00
Sarah Schneider
f44578572c Ran script/content-migrations/convert-if-to-ifversion.js 2022-06-06 18:13:12 -04:00
Octomerger Bot
a013741d7e Merge branch 'main' into repo-sync 2022-06-06 10:54:22 -05:00
Kevin Heis
7a0c8fdf0c Update learning lab links to skills (#28135)
* Update learning lab links to skills - HOLD til June 6

* Update content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Update content/get-started/onboarding/getting-started-with-your-github-account.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

Co-authored-by: Laura Coursen <lecoursen@github.com>
2022-06-06 15:34:57 +00:00
Courtney Wilson
7ef345805e Merge branch 'main' into markdown-image-relative-link-raw-parameter 2022-06-06 10:30:40 -05:00
mc
2b9e6628ab Merge branch 'main' into update-fork-image 2022-06-06 11:43:19 +01:00
Anthony Swierkosz
8b76ca42b0 Update fork button image 2022-06-01 18:26:32 -04:00
perpil
401edab39f Update organizing-information-with-collapsed-sections.md
Escape code block to allow nested code blocks correctly per [this](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#fenced-code-blocks).  Currently, copying the code and pasting into a github wiki doesn't render the code block as syntax highlighted code like the screenshot.

It looks like this:

<details><summary>CLICK ME</summary>
<p>

#### We can hide anything, even code!

    ```ruby
      puts "Hello World"
    ```

</p>
</details>

Not this:

<details><summary>CLICK ME</summary>
<p>

#### We can hide anything, even code!

```ruby
   puts "Hello World"
```

</p>
</details>
2022-05-31 11:48:56 -07:00
Junko Suzuki
5c75d8d189 Add description for the authentication step for GitHub Importer (#27936)
* Update importing-a-repository-with-github-importer.md

* Update content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md

* Update content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md

* Update content/get-started/importing-your-projects-to-github/importing-source-code-to-github/importing-a-repository-with-github-importer.md

Co-authored-by: Juan Mrad <juanmrad@github.com>

Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Juan Mrad <juanmrad@github.com>
2022-05-27 08:36:04 +00:00
Courtney Wilson
0e919dd91b Merge branch 'main' into patch-2 2022-05-25 11:11:36 -05:00
Janice
019f96bcfc Merge branch 'main' into patch-3 2022-05-24 10:03:59 -07:00
Daniel Adams
e7c97b0ffb Update theme context docs (#27909)
* Update theme context docs

* Update example description

* Update content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

* Update content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

* Update content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Co-authored-by: hubwriter <hubwriter@github.com>
2022-05-24 12:01:40 +00:00
Matt Pollard
ab1f8b0ee2 First responder bug fixes for 2022-05-20 (#27875) 2022-05-23 15:41:33 +00:00
Jules
6d2759fcc6 [2022-05-20] Enterprise accounts for self-serve GHEC customers (#27108) 2022-05-20 19:50:52 +00:00
Sugato Ray
55616761ee Updated geojson snippet
The previous snippet for geojson diagrams did not render at all. This fixes that.
2022-05-19 21:29:53 -05:00
Laura Thorson
d8206157db update keyboard shortcuts and links with new disable formatting pattern (#27804) 2022-05-19 20:13:47 +02:00
Tali Herzka
a7fb637f73 [May 19] Add docs for writing math within markdown (#26722) 2022-05-19 16:37:40 +00:00
Janice
ab31373e18 Merge branch 'main' into patch-2 2022-05-19 04:02:40 -07:00
Sophie
751b53402e Merge branch 'main' into sophie-6156-rename 2022-05-18 13:24:20 +02:00
Sophie
886bef2b01 Merge branch 'main' into sophietheking-vscode 2022-05-18 11:16:14 +02:00
Hector Alfaro
c7bbfe4efa Merge branch 'main' into hectorsector/redundant-version 2022-05-17 11:43:25 -04:00
Matt Pollard
52f7aaf271 GitHub AE May 2022 update (#27179) 2022-05-17 16:59:26 +02:00
Hannah Gould
d95187b409 Add links between GitHub Mobile auth documentation 2022-05-17 08:14:08 +00:00
Hector Alfaro
08ca047c87 remove unnecessary conditionals from content files 2022-05-13 14:32:50 -04:00
Sophie
ec59844789 Merge branch 'main' into sophie-6156-rename 2022-05-12 18:08:38 -04:00
Christos Karampatzakis
256e5d0e3d Typo in adding upstream repository. 2022-05-12 10:56:40 +03:00
Ranul
3ba7b5f255 Update to "Styling text" section
- Added writing superscript syntax on GitHub markdowns for inline text to be displayed as superscript
- Added writing subscript syntax on GitHub markdowns for inline text to be displayed as subscript

Reference Issue: #17618
2022-05-12 05:16:13 +05:30
Octomerger Bot
3217815eb0 Merge branch 'main' into repo-sync 2022-05-11 15:55:19 -05:00
Jenni Christensen
b927324040 Merge branch 'main' into enterprise-bug-fixes-20220-05-05 2022-05-10 11:06:02 -07:00
Matt Pollard
dedbaa7831 GitHub Enterprise Server 3.5 release candidate (#26792) 2022-05-10 18:30:14 +02:00
hubwriter
2a75738469 Merge branch 'main' into sophietheking-vscode 2022-05-10 13:20:55 +02:00
Laura Coursen
e088f9af39 Add 💅
Co-authored-by: Vanessa <vgrl@github.com>
2022-05-09 08:36:48 -05:00
Laura Coursen
a81c465da1 Fixes https://github.com/github/docs-content/issues/6963 2022-05-05 12:57:04 -05:00
Moritz Rohner
80e220c6fb Fix typo octocat and replace with YOUR_USERNAME
I replaced the "octocat" in line 157 with "YOUR_USERNAME" so it matches the naming conventions of the other command line snippets in the document.
2022-05-05 14:41:07 +02:00