1
0
mirror of synced 2026-01-10 09:02:35 -05:00
Commit Graph

799 Commits

Author SHA1 Message Date
Robert Sese
6f6cf56c20 Add os preference tracking (#20740)
* Set cookie on os switch

* Set os based on cookie value

* Add os preference schema details

* Send os preference on page request

* Send os preference on os switch
2021-08-09 22:07:27 +00:00
GitHub Actions
0d4f45b19a update search indexes 2021-08-09 20:59:09 +00:00
GitHub Actions
e78f157cb8 update search indexes 2021-08-09 17:06:32 +00:00
GitHub Actions
976724b93e update search indexes 2021-08-09 16:28:39 +00:00
GitHub Actions
8ee01be915 update search indexes 2021-08-09 15:18:40 +00:00
Sarita Iyer
27698b57e6 Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-09 08:48:54 -04:00
GitHub Actions
35695c1d24 update search indexes 2021-08-05 22:16:26 +00:00
Sarita Iyer
120e23f08d Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-05 18:02:20 -04:00
GitHub Actions
7da3a998e3 update search indexes 2021-08-05 22:01:59 +00:00
Sarita Iyer
bb1c8d5bb7 Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-05 17:16:47 -04:00
GitHub Actions
4a5f2d57eb update search indexes 2021-08-05 21:15:06 +00:00
Sarita Iyer
7e5f62c011 Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-05 17:14:31 -04:00
GitHub Actions
d02e45045d update search indexes 2021-08-05 20:57:50 +00:00
Sarita Iyer
430dd21b64 Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-05 16:37:24 -04:00
GitHub Actions
117647dad8 update search indexes 2021-08-05 20:02:51 +00:00
Sarita Iyer
c95969b588 Merge branch 'main' into openapi-update-81c629bbddfc8273a0a68ca9f9876c89b743aabf361d13076036d7717c1539ea 2021-08-05 15:07:48 -04:00
Grace Park
2dbea3737a Removing algolia (#20633) 2021-08-05 13:10:51 -04:00
github-openapi-bot
e51ed263ab Add decorated OpenAPI schema files 2021-08-05 05:22:28 +00:00
github-openapi-bot
60ae3cf222 Update OpenAPI Descriptions 2021-08-04 22:17:16 -07:00
github-openapi-bot
4cf897efc9 Add decorated OpenAPI schema files 2021-08-04 17:28:16 +00:00
github-openapi-bot
9421ce8508 Update OpenAPI Descriptions 2021-08-04 10:22:50 -07:00
rachmari
1be66a3f7e Action ran graphql script"update-files" 2021-08-04 16:36:43 +00:00
rachmari
c91da894ec Action ran graphql script"update-files" 2021-08-03 16:36:15 +00:00
github-openapi-bot
a9d12edffd Add decorated OpenAPI schema files 2021-08-03 13:34:57 +00:00
github-openapi-bot
5b96b06fc6 Update OpenAPI Descriptions 2021-08-03 06:29:39 -07:00
Robert Sese
e387e79f16 Add color mode tracking (#20608)
* Add color_mode for event tracking

* Grab color_mode info from body and media queries

* Make color_mode schema more specific

* Get color mode preference in its own function

* Add 'auto' for potential future color modes
2021-08-02 22:21:00 +00:00
github-openapi-bot
1f0cb214f6 Add decorated OpenAPI schema files 2021-08-02 19:12:24 +00:00
github-openapi-bot
343983d741 Update OpenAPI Descriptions 2021-08-02 12:07:29 -07:00
Octomerger Bot
8a579ff40f Branch was updated using the 'autoupdate branch' Actions workflow. 2021-08-02 20:57:43 +10:00
github-openapi-bot
9d69677c53 Update OpenAPI Descriptions (#20617)
* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
2021-08-02 11:57:13 +01:00
rachmari
283287e692 Action ran graphql script"update-files" 2021-08-01 16:35:39 +00:00
github-openapi-bot
ba66a36839 Update OpenAPI Descriptions (#20606) 2021-07-29 23:20:01 +01:00
Kevin Heis
b29e37318a Remove import x statements (#20594)
* Clear out most import x

* Update rimraf use

* Move up readme blocks in scripts
2021-07-29 20:28:30 +00:00
Kevin Heis
1ed18e1448 Clear out some non-fn references to Algolia (#20592)
* Clear out some non-fn references to Algolia

* Update .github/workflows/dry-run-sync-search-indices.yml

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Update contributing/search.md

Co-authored-by: James M. Greene <JamesMGreene@github.com>

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-07-29 20:20:55 +00:00
Kevin Heis
0b1ff73a46 Update some readFileSync to await readFile with top level await (#20525)
* Update some readFileSync to await readFile with top level await

* More updates

* Update all-products.js

* Use 'lib/readfile-async.js' in runtime files for better performance

* Remove unnecessary use of 'for await...of' loops

* Revert to importing 'fs/promises'

Co-authored-by: James M. Greene <jamesmgreene@github.com>
2021-07-29 16:45:46 +00:00
Kevin Heis
d68dde17d1 Upgrade pipeline with env COMMONMARK=1 npm start to see new, otherwise parse current (#20508)
* Update the trim nightmare

* Update create-processor.js

* Update other packages in the rendering pipeline

* A few more updates

* Fix tables

* Update lint-files.js

* Fix copy code blocks

* Update render-content.js

* remove whitespace from liquid conditionals

* We no longer need require eslint rules

* Neat, it worked

* Revert test change

* Update create-processor.js

* Without aliases

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-07-29 14:24:26 +00:00
github-openapi-bot
aaa54074c7 Update OpenAPI Descriptions (#20574) 2021-07-29 12:37:39 +01:00
github-openapi-bot
07e6453cd1 Update OpenAPI Descriptions (#20550) 2021-07-28 10:08:06 +00:00
Kevin Heis
eddadb875e LFS the Lunr Indexes (#20521)
* LFS the Lunr Indexes

* Add a note about installing Git LFS

* Run "install" command

* Update indexes

* Index names
2021-07-27 22:06:31 +00:00
JamesMGreene
c2e14806a9 Action ran graphql script"update-files" 2021-07-27 21:05:51 +00:00
Grace Park
8ba413cabc React Cleanup: Documentation (#20517)
* initial documentation changes

* editing layouts terminology

* update to match other files

* move javascripts to components/lib

* fix: dockerfile

* update based on Mikes updates to the javascripts directory

* update components/README.md

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-27 09:07:18 -07:00
github-openapi-bot
7ce6dc6de5 Update OpenAPI Descriptions (#20527) 2021-07-27 09:06:42 +00:00
github-openapi-bot
2c051505bf Update OpenAPI Descriptions (#20484)
Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-22 22:17:59 +00:00
Mike Surowiec
9386571aa4 fix: use named export for all-versions (#20478)
* fix: use named export for all-versions

* run prettier
2021-07-22 19:29:00 +00:00
github-openapi-bot
fa99cdf2b4 Update OpenAPI Descriptions (#20403)
* Update OpenAPI Descriptions

* update the add-and-commit action to latest version

* manually update decorated files

* fix: update allowed-actions

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-07-22 16:25:52 +00:00
Grace Park
44f451eb09 Removing webpack build step (#20405)
* removing webpack build step

* keep copywebpackplugin and add fonts to assets/fonts

* update marketing font path

* update font path

* update font

* remove builtAssets

* remove copying front end code with dist

* move Inter fonts to /assets/fonts/inter

* move copy-webpack-plugin back to deps

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-22 09:11:30 -07:00
Grace Park
e58570e28d Part 4: React Cleanup after new 404/500 pages (#20465)
* remove 404 and 500 layouts

* removing unneeded liquid tags

* remove unnecessary includes

* remove javascripts

* adding liquid tags and update Dockerfile

* add tool-switcher
2021-07-22 08:59:34 -07:00
James M. Greene
df301cb5da Remove all code related to Redis page caching (#20457)
Towards simplification for https://github.com/github/docs-engineering/issues/678
2021-07-21 20:44:00 +00:00
James M. Greene
583f5a965f Fix Remark deprecation warning (#20439) 2021-07-21 14:46:24 +00:00
Mike Surowiec
6bc50f7e30 fix: filter hidden pages from the currentProductTree (SidebarProduct) (#20404)
* fix some async test things

* allow eslint to parse top-level awaits

* fix: filter out hidden pages closer to SidebarProduct usage
2021-07-20 12:32:35 -04:00