Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
61a3d38
update ghes template with api changes (#18689)
Apr 12, 2021
c4c5c59
reduce max request timeout to 10 seconds
mikesurowiec Apr 12, 2021
050b95d
Markdown in milestones (#18667)
botatoes Apr 12, 2021
12456cc
Additional capabilities in Markdown files (#18665)
botatoes Apr 12, 2021
2ce6851
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Apr 12, 2021
6ac01f2
repo sync
Octomerger Apr 12, 2021
70389ff
repo sync
Octomerger Apr 12, 2021
c5fecf4
Merge branch 'main' into lower-req-timeout
mikesurowiec Apr 12, 2021
393b394
repo sync
Octomerger Apr 12, 2021
132467d
Add actions description outline to two actions that are missing them …
heiskr Apr 12, 2021
1ee2ba2
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Apr 12, 2021
52f0a93
repo sync
Octomerger Apr 12, 2021
460d73e
repo sync
Octomerger Apr 12, 2021
51bb9d4
Merge branch 'main' into lower-req-timeout
mikesurowiec Apr 12, 2021
aa08731
Merge pull request #18702 from github/lower-req-timeout
mikesurowiec Apr 12, 2021
8bc6295
repo sync
Octomerger Apr 12, 2021
548ef31
Enable auto-merge as Octomerger (#18709)
JamesMGreene Apr 12, 2021
b39f1fa
repo sync
Octomerger Apr 12, 2021
c48c06a
delete unused file
sarahs Apr 12, 2021
f3c1fa4
Merge pull request #18707 from github/repo-sync
Octomerger Apr 12, 2021
846e488
Merge pull request #18710 from github/remove-unused-include-file
sarahs Apr 12, 2021
74869a5
Disable the automerge Action for repo-sync (#18711)
JamesMGreene Apr 12, 2021
479159b
Merge pull request #5305 from github/repo-sync
Octomerger Apr 12, 2021
a1c882f
Merge pull request #5307 from github/repo-sync
Octomerger Apr 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,21 @@
```
☝️ This will run a workflow **on every push to the PR** that will sync **only** the English index for the new version to Algolia. This will make the GHES content searchable on staging throughout content creation, and will ensure the search updates go live at the same time the content is published. See [`contributing/search.md`](https://github.com/github/docs-internal/blob/main/contributing/search.md) for details.

- [ ] Create an OpenAPI topic branch

This branch is used to avoid propagating the OpenAPI dev mode check CI test failure in all of the branches. All changes that affect the OpenAPI schema should branch off of this topic branch. The tests should all be passing before the OpenAPI topic branch is merged into the megabranch.

For more information about how OpenAPI changes are published to docs.github.com, see [Publishing REST API changes to docs.github.com](https://github.com/github/docs-content/blob/main/docs-content-docs/docs-content-workflows/publishing-documentation/publishing-REST-api-docs.md#publishing-rest-api-changes-to-docsgithubcom).

- [ ] In `github/github`, to create a new GHES release follow these steps:
- [ ] Copy the previous release's root document to a new root document for this release `cp app/api/description/ghes-<LATEST RELEASE NUMBER>.yaml app/api/description/ghes-<NEXT RELEASE NUMBER>.yaml`.
- [ ] Update the `externalDocs.url` property in that file to use the new GHES release number.
- [ ] Copy the previous release's configuration file to a new configuration file for this release `cp app/api/description/config/releases/ghes-<LATEST RELEASE NUMBER>.yaml app/api/description/config/releases/ghes-<NEXT RELEASE NUMBER>.yaml`.
- [ ] Update the `variables.externalDocsUrl`, `variables.ghesVersion`, and `patch.[].value.url` in that file to use the new GHES release number.
- [ ] Update `published` in that file to `false`. **Note:** This is important to ensure that 3.1 OpenAPI changes are not made public until 3.1 is released.

#### Troubleshooting

If the `OpenAPI dev mode check / check-schema-versions` check fails on the release branch, in your local checkout of the mega branch:

- run `git checkout origin/main lib/rest/static/*`
- run `script/rest/update-files.js --decorate-only`
- push the resulting changes

### Before shipping the release branch

- [ ] Add the GHES release notes to `data/release-notes/` and update the versioning frontmatter in `content/admin/release-notes.md` to `enterprise-server: '<=<RELEASE>'`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Below is a list of some of the available keyboard shortcuts.

| Keyboard shortcut | Description
|-----------|------------
| <kbd>control b</kbd> or <kbd>command b</kbd> | Inserts Markdown formatting for bolding text
| <kbd>control i</kbd> or <kbd>command i</kbd> | Inserts Markdown formatting for italicizing text
| <kbd>control k</kbd> or <kbd>command k</kbd> | Inserts Markdown formatting for creating a link
|<kbd>e</kbd> | Open source code file in the **Edit file** tab
|<kbd>control f</kbd> or <kbd>command f</kbd> | Start searching in file editor
|<kbd>control g</kbd> or <kbd>command g</kbd> | Find next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ topics:
![New milestone button](/assets/images/help/repository/new-milestone.png)
- To edit a milestone, next to the milestone you want to edit, click **Edit**.
![Edit milestone option](/assets/images/help/repository/edit-milestone.png)
5. Type the milestone's title, description, or other changes, and click **Create milestone** or **Save changes**.
5. Type the milestone's title, description, or other changes, and click **Create milestone** or **Save changes**. Milestones will render Markdown syntax. For more information about Markdown syntax, see "[Basic writing and formatting syntax](/github/writing-on-github/basic-writing-and-formatting-syntax)."

### Deleting milestones

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To create a heading, add one to six `#` symbols before your heading text. The nu

### Styling text

You can indicate emphasis with bold, italic, or strikethrough text.
You can indicate emphasis with bold, italic, or strikethrough text in comment fields and `.md` files.

| Style | Syntax | Keyboard shortcut | Example | Output |
| --- | --- | --- | --- | --- |
Expand Down Expand Up @@ -205,6 +205,10 @@ Content attachments will not be displayed for URLs that are part of a markdown l

For more information about building a {% data variables.product.prodname_github_app %} that uses content attachments, see "[Using Content Attachments](/apps/using-content-attachments)."

### Uploading assets

You can upload assets like images by dragging and dropping, selecting from a file browser, or pasting. You can upload assets to issues, pull requests, comments, and `.md` files in your repository.

### Using emoji

You can add emoji to your writing by typing `:EMOJICODE:`.
Expand Down