1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Commit Graph

1211 Commits

Author SHA1 Message Date
GitHub Actions
b51b63bbee update search indexes 2021-10-28 09:05:39 +00:00
GitHub Actions
578b523c71 update search indexes 2021-10-28 01:26:05 +00:00
GitHub Actions
84ca2961e5 update search indexes 2021-10-27 21:50:01 +00:00
Sarah Edwards
5d700a526e Universe 2021 (#22246)
https://github.com/github/docs-internal/pull/22217
https://github.com/github/docs-internal/pull/22130
https://github.com/github/docs-internal/pull/22195
https://github.com/github/docs-internal/pull/22327
https://github.com/github/docs-internal/pull/22204
https://github.com/github/docs-internal/pull/21676
https://github.com/github/docs-internal/pull/22341
https://github.com/github/docs-internal/pull/22329
https://github.com/github/docs-internal/pull/21970
https://github.com/github/docs-internal/pull/22334
https://github.com/github/docs-internal/pull/22365
https://github.com/github/docs-internal/pull/21904
2021-10-27 07:47:17 -07:00
github-openapi-bot
e15fb03fc0 Add decorated OpenAPI schema files 2021-10-26 17:45:15 +00:00
github-openapi-bot
6023c80c2c Update OpenAPI Descriptions 2021-10-26 10:39:18 -07:00
GitHub Actions
f139bde914 update search indexes 2021-10-26 17:14:59 +00:00
Peter Bengtsson
d4c4c46f95 search sync with popular-pages.json (#22353) 2021-10-26 10:08:14 -07:00
Grace Park
a6f6ab4f32 update to pageList (#22413) 2021-10-26 09:33:56 -07:00
GitHub Actions
30151e93cb update search indexes 2021-10-26 09:08:33 +00:00
rachmari
abeee853aa 🤖 ran script/update-enterprise-dates.js 2021-10-26 02:44:35 +00:00
GitHub Actions
6112336e40 update search indexes 2021-10-26 01:26:46 +00:00
Grace Park
1a3007578f Add redirects and pagemap stats to Datadog (#22401)
* add redirects and pagemap to datadog

* removing server."
2021-10-25 20:50:30 +00:00
GitHub Actions
ba5e2fe9a0 update search indexes 2021-10-25 17:15:04 +00:00
Peter Bengtsson
791b661a9c Fix Failbot sending auth (#22396)
Part of #1063
2021-10-25 16:03:06 +00:00
GitHub Actions
21b499df2e update search indexes 2021-10-25 09:06:46 +00:00
GitHub Actions
103c7d3288 update search indexes 2021-10-25 01:29:49 +00:00
GitHub Actions
c3c9460cb5 update search indexes 2021-10-24 17:12:11 +00:00
GitHub Actions
51f1985ed7 update search indexes 2021-10-24 09:06:03 +00:00
GitHub Actions
70a10fddf0 update search indexes 2021-10-24 01:27:35 +00:00
Octomerger Bot
bd0f13bd76 Branch was updated using the 'autoupdate branch' Actions workflow. 2021-10-23 13:13:52 -04:00
GitHub Actions
b59d944d46 update search indexes 2021-10-23 17:13:17 +00:00
rachmari
95159c0d5e Action ran graphql script"update-files" 2021-10-23 16:34:33 +00:00
GitHub Actions
36fdd03242 update search indexes 2021-10-23 09:04:56 +00:00
GitHub Actions
86ad95ed0a update search indexes 2021-10-23 01:31:59 +00:00
Kevin Heis
a37eaf7f0d Remove 2.22 static files (#22383)
* script/enterprise-server-deprecations/remove-static-files.js

* script/enterprise-server-deprecations/remove-redirects.js

* Update triage-unallowed-internal-changes.yml

* Trigger Build

* Revert "Update triage-unallowed-internal-changes.yml"

This reverts commit 1cf00ebc06bd808cbde5b587774a7ff4d121ec1d.
2021-10-22 13:50:07 -07:00
Kevin Heis
3b092b4cb8 Deprecate 2.22 b (#22366)
* Update enterprise-server-releases.js

* Run deprecation script

* Remove finding / managing security vulnerabilities

* remove vuln from translations

* remove more dead pages

* Restore heavily used files

* Remove 2.22 refs in tests

* Update working-with-the-npm-registry.md
2021-10-22 13:23:16 -07:00
github-actions[bot]
6b61207aef Action ran graphql script"update-files" (#22369)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
2021-10-22 11:08:58 -07:00
Edward Thomson
0fee9aedcd Landing page: groups of features (#22313)
* homepage: reduce padding below search area

Bring as much useful content up "above the fold".

* homepage: add groups for the front page sections

Group the homepage links into sections that map to the GitHub features
page (`/features`) plus two groups that are bespoke to the docs ("Get
started" and "Developers").

* homepage: update group design

Group the feature list area using the design exploration work by
@arisacoba.  Remove the description.

* homepage: remove ungrouped items from main area

Remove ungrouped items (like the external links) from the main feature
area.  Users can still navigate to ungrouped items in the sidebar.

* fix tsc error, use Link component

* homepage: support empty icon in group

Don't assume that we have icons everywhere on the landing page groups.

* homepage: drop octocat/invertocat

Looks weird with the modern icons, looks bad in dark mode.  Drop them
for now.

* homepage: document the childGroups frontmatter property

* homepage: don't test that sidebar == main content

We're reducing the links on the homepage in the main content area, but
the sidebar should be the complete list of products.  Remove the tests
that ensure that the main content area has all the sidebar content.  But
keep the tests that ensure that the sidebar content has all the links in
the main content area.

* homepage: remove "GitHub" doc set

The "GitHub" doc set "will be removed soon as we keep moving more content
out of it, so let's not include it here to keep the page more
evergreen."

* homepage: don't test that `/github` is linked on the main page

We're removing the `/github` doc set, and it's now not in the main page
grouped links.  Remove the test that `/github` exists, now look for
`/get-started`.

* homepage: use octicons instead of images

The images from https://github.com/features will be updated 🔜 - in
the meantime, let's use octicons which are consistent and give visual
interest.

* homepage: use octicons from @primer/octicons-react

Using the react components adds `<svg>` elements instead of `<img>`
elements, which lets the element use the current fill color, supporting
both light and dark themes.

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
2021-10-22 17:58:16 +00:00
GitHub Actions
501e162d14 update search indexes 2021-10-22 17:15:16 +00:00
Rachael Sewell
1570dc66e6 add ghec version to graphql guides (#22314) 2021-10-22 10:05:17 -07:00
Peter Bengtsson
da419fd869 Memoize loadRedirects() with disk (#22161)
* memoize loadRedirects with disk in development

* no need to await on sync functions

* un-uncomment

* wip

* wip

* cache with max age

* rename redirects memoize cache file
2021-10-22 11:25:32 -04:00
GitHub Actions
f0d8ba322b update search indexes 2021-10-22 09:08:11 +00:00
GitHub Actions
35b1c4a65d update search indexes 2021-10-22 01:31:54 +00:00
GitHub Actions
21d246a1e1 update search indexes 2021-10-21 17:18:39 +00:00
github-openapi-bot
62b5f8c37f Update OpenAPI Descriptions (#22338)
* Update OpenAPI Descriptions
2021-10-21 13:20:56 +00:00
GitHub Actions
cf675010f4 update search indexes 2021-10-21 09:09:24 +00:00
GitHub Actions
f8270333e5 update search indexes 2021-10-21 01:32:27 +00:00
Kevin Heis
83804c7114 Create search result event (#22307)
* Create search result event

* Update Search.tsx

* actually send it

* remove comment

* Apply suggestions from code review

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>

* add 'required' to schema

Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2021-10-21 00:37:39 +00:00
dependabot[bot]
56a9156f98 Bump someimportantcompany/github-actions-slack-message from 1.1.0 to 1.2.2 (#22263)
* Bump someimportantcompany/github-actions-slack-message

Bumps [someimportantcompany/github-actions-slack-message](https://github.com/someimportantcompany/github-actions-slack-message) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/someimportantcompany/github-actions-slack-message/releases)
- [Commits](0b470c14b3...f8d28715e7)

---
updated-dependencies:
- dependency-name: someimportantcompany/github-actions-slack-message
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update allowed-actions

* 🤖 ran script/update-enterprise-dates.js

* adding comment with version number

* test

* remove b

* remove test, it works

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: gracepark <gracepark@users.noreply.github.com>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
2021-10-20 16:20:54 -07:00
Grace Park
884556eb02 Adding effectiveDate frontmatter property (#22317)
* adding effectiveDate frontmatter property

* Update components/article/ArticlePage.tsx

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* adding validation for correct date

* update to dateTime

* update to year month day

* update error date validation

* moving validation to getArticleContextFromRequest and moving id to div

* remove enteredDate

* Update content/README.md

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

Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-10-20 19:40:13 +00:00
GitHub Actions
df11bbbeda update search indexes 2021-10-20 17:15:32 +00:00
Matt Pollard
d9928347f1 Add redirect exceptions for combined, removed, moved, and renamed content (#22320) 2021-10-20 12:54:53 +00:00
GitHub Actions
a9df0e5884 update search indexes 2021-10-20 09:09:28 +00:00
github-openapi-bot
db7a874699 Update OpenAPI Descriptions (#22318) 2021-10-20 07:57:07 +00:00
Laura Coursen
a8a9587a7f Add more missing redirects (#22298) 2021-10-20 06:42:32 +00:00
GitHub Actions
9ea18ee693 update search indexes 2021-10-20 01:31:32 +00:00
Rachael Sewell
8ad7c37cee Remove German as supported language (#22311) 2021-10-19 21:36:46 +00:00
GitHub Actions
55e5018d52 update search indexes 2021-10-19 17:17:36 +00:00
Laura Coursen
9423da0ff4 Add missing redirects (#22256) 2021-10-19 15:08:42 +00:00