Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jul 3, 2023
2 parents 63744c4 + 1d5408f commit 825b301
Show file tree
Hide file tree
Showing 296 changed files with 1,410 additions and 1,214 deletions.
16 changes: 16 additions & 0 deletions .github/issue-regex-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ Content:CSS:
- '\/docs\/Web\/CSS'
Content:Events:
- '\/docs\/Web\/Events'
Content:Firefox:
- '\/docs\/Mozilla/Firefox'
Content:Games:
- '\/docs\/Games'
Content:Glossary:
- '\/docs\/Glossary'
Content:Guide:
- '\/docs\/Web/Guide'
Content:HTML:
- '\/docs\/Web\/HTML'
Content:HTTP:
Expand All @@ -24,6 +30,8 @@ Content:Learn:CSS:
- '\/docs\/Learn\/CSS'
Content:Learn:Django:
- '\/docs\/Learn\/Server-side\/Django'
Content:Learn:Express:
- '\/docs\/Learn\/Server-side\/Express_Nodejs'
Content:Learn:Forms:
- '\/docs\/Learn\/Forms'
Content:Learn:GitHub:
Expand All @@ -34,8 +42,16 @@ Content:Learn:JavaScript:
- '\/docs\/Learn\/JavaScript'
Content:Manifest:
- '\/docs\/Web\/Manifest'
Content:MathML:
- '\/docs\/Web\/MathML'
Content:Media:
- '\/docs\/Web\/Media'
Content:Meta:
- '\/docs\/MDN'
Content:Performance:
- '\/docs\/Web\/Performance'
Content:PWA:
- '\/docs\/Web\/Progressive_web_apps'
Content:Security:
- '\/docs\/Web\/Security'
Content:SVG:
Expand Down
76 changes: 59 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,72 @@ Content:Accessibility:
- files/en-us/web/accessibility/**/*
Content:CSS:
- files/en-us/web/css/**/*
Content:DevTools:
- files/en-us/tools/**/*
Content:Events:
- files/en-us/web/events/**/*
Content:Firefox:
- files/en-us/mozilla/firefox/**/*
Content:Games:
- files/en-us/games/**/*
Content:Glossary:
- files/en-us/glossary/**/*
Content:Guide:
- files/en-us/web/guide/**/*
Content:HTML:
- files/en-us/web/html/**/*
Content:HTTP:
- files/en-us/web/http/**/*
Content:JS:
- files/en-us/web/javascript/**/*
Content:Learn:
- any:
- files/en-us/learn/**/*
- "!files/en-us/learn/accessibility/**/*"
- "!files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/**/*"
- "!files/en-us/learn/tools_and_testing/understanding_client-side_tools/**/*"
- "!files/en-us/learn/tools_and_testing/cross_browser_testing/**/*"
- "!files/en-us/learn/css/**/*"
- "!files/en-us/learn/server-side/django/**/*"
- "!files/en-us/learn/server-side/express_nodejs/**/*"
- "!files/en-us/learn/forms/**/*"
- "!files/en-us/learn/tools_and_testing/github/**/*"
- "!files/en-us/learn/html/**/*"
- "!files/en-us/learn/javascript/**/*"
- files/en-us/web/tutorials/**/*
Content:Learn:Accessibility:
- files/en-us/learn/accessibility/**/*
Content:Learn:Client-side:
- files/en-us/learn/tools_and_testing/client-side_javascript_frameworks/**/*
- files/en-us/learn/tools_and_testing/understanding_client-side_tools/**/*
Content:Learn:Cross-Browser-Testing:
- files/en-us/learn/tools_and_testing/cross_browser_testing/**/*
Content:Learn:CSS:
- files/en-us/learn/css
Content:Learn:Django:
- files/en-us/learn/server-side/django/**/*
Content:Learn:Express:
- files/en-us/learn/server-side/express_nodejs/**/*
Content:Learn:Forms:
- files/en-us/learn/forms/**/*
Content:Learn:GitHub:
- files/en-us/learn/tools_and_testing/github/**/*
Content:Learn:HTML:
- files/en-us/learn/html/**/*
Content:Learn:JavaScript:
- files/en-us/learn/javascript/**/*
Content:Manifest:
- files/en-us/web/manifest/**/*
Content:MathML:
- files/en-us/web/mathml/**/*
Content:Media:
- files/en-us/web/media/**/*
Content:Meta:
- files/en-us/mdn/**/*
Content:Performance:
- files/en-us/web/performance/**/*
Content:PWA:
- files/en-us/web/progressive_web_apps/**/*
Content:Security:
- files/en-us/web/security/**/*
Content:SVG:
- files/en-us/web/svg/**/*
Content:wasm:
Expand All @@ -26,27 +78,17 @@ Content:WebDriver:
- files/en-us/web/webdriver/**/*
Content:WebExt:
- files/en-us/mozilla/add-ons/webextensions/**/*
Content:Learn:
- files/en-us/learn/**/*
- files/en-us/web/guide/**/*
- files/en-us/web/tutorials/**/*
Content:Other:
- files/en-us/games/**/*
- files/en-us/mdn/**/*
- files/en-us/mozilla/**/*
- files/en-us/plugins/**/*
- any:
- files/en-us/mozilla/**/*
- "!files/en-us/mozilla/add-ons/webextensions/**/*"
- "!files/en-us/mozilla/firefox/**/*"
- files/en-us/related/**/*
- files/en-us/tools/**/*
- files/en-us/web/demos/**/*
- files/en-us/web/events/**/*
- files/en-us/web/exslt/**/*
- files/en-us/web/manifest/**/*
- files/en-us/web/opensearch/**/*
- files/en-us/web/performance/**/*
- files/en-us/web/privacy/**/*
- files/en-us/web/progressive_web_apps/**/*
- files/en-us/web/security/**/*
- files/en-us/web/web_components/**/*
- files/en-us/web/text_fragments/**/*
- files/en-us/web/xml/**/*
- files/en-us/web/xpath/**/*
- files/en-us/web/xslt/**/*
31 changes: 22 additions & 9 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
/en-US/docs/::file-selector-button /en-US/docs/Web/CSS/::file-selector-button
/en-US/docs/<img> /en-US/docs/Web/HTML/Element/Img
/en-US/docs/AJAX /en-US/docs/Web/Guide/AJAX
/en-US/docs/AJAX/Community /en-US/docs/Web/Guide/AJAX/Community
/en-US/docs/AJAX/Getting_Started /en-US/docs/Web/Guide/AJAX/Getting_Started
/en-US/docs/AJAX/Community /en-US/docs/Web/Guide/AJAX
/en-US/docs/AJAX/Getting_Started /en-US/docs/Web/Guide/AJAX
/en-US/docs/AJAX/WAI_ARIA_Live_Regions /en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
/en-US/docs/AJAX/WAI_ARIA_Live_Regions_API_Support /en-US/docs/Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/AJAX:Community /en-US/docs/Web/Guide/AJAX/Community
/en-US/docs/AJAX:Getting_Started /en-US/docs/Web/Guide/AJAX/Getting_Started
/en-US/docs/AJAX:WAI_ARIA_Live_Regions/API_Support /en-US/docs/Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/AJAX:WAI_ARIA_Live_Regions_API_Support /en-US/docs/Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/AJAX/WAI_ARIA_Live_Regions_API_Support /en-US/docs/Mozilla/Firefox/Releases/3/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/AJAX:Community /en-US/docs/Web/Guide/AJAX
/en-US/docs/AJAX:Getting_Started /en-US/docs/Web/Guide/AJAX
/en-US/docs/AJAX:WAI_ARIA_Live_Regions/API_Support /en-US/docs/Mozilla/Firefox/Releases/3/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/AJAX:WAI_ARIA_Live_Regions_API_Support /en-US/docs/Mozilla/Firefox/Releases/3/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/API /en-US/docs/Web/API
/en-US/docs/API/File/Basic_Concepts_About_the_File_API /en-US/docs/Web/API/File_and_Directory_Entries_API/Introduction
/en-US/docs/API/File/Basic_concepts_about_file_api /en-US/docs/Web/API/File_and_Directory_Entries_API/Introduction
Expand Down Expand Up @@ -5405,7 +5405,7 @@
/en-US/docs/Learn/tutorial /en-US/docs/Learn
/en-US/docs/Learn/tutorial/How_to_build_a_web_site /en-US/docs/Learn
/en-US/docs/Liberty!_Equality!_Validity! /en-US/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML
/en-US/docs/Link_prefetching_FAQ /en-US/docs/Web/HTTP/Link_prefetching_FAQ
/en-US/docs/Link_prefetching_FAQ /en-US/docs/Glossary/Prefetch
/en-US/docs/Localization /en-US/docs/Glossary/Localization
/en-US/docs/MDC:How_to_Help /en-US/docs/MDN/Contribute
/en-US/docs/MDN/About /en-US/docs/MDN/Writing_guidelines
Expand Down Expand Up @@ -5741,7 +5741,8 @@
/en-US/docs/Mozilla/Add-ons/WebExtensions/Alternative_methods_of_installing_add-ons/Installing_add-ons_for_use_with_a_desktop_app https://extensionworkshop.com/documentation/publish/distribute-for-desktop-apps/
/en-US/docs/Mozilla/Add-ons/WebExtensions/Alternative_methods_of_installing_add-ons/Installing_add-ons_in_an_enterprise_environment https://extensionworkshop.com/documentation/enterprise/
/en-US/docs/Mozilla/Add-ons/WebExtensions/Alternative_methods_of_installing_add-ons/Sideloading_add-ons https://extensionworkshop.com/documentation/publish/distribute-sideloading/
/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_action /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Browser_action
/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_action /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Toolbar_button
/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_actions /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Toolbar_button
/en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension_ /en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension
/en-US/docs/Mozilla/Add-ons/WebExtensions/Building_a_cross_browser_extension /en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension
/en-US/docs/Mozilla/Add-ons/WebExtensions/Context_menu_items /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items
Expand Down Expand Up @@ -5774,6 +5775,7 @@
/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/applications /en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings
/en-US/docs/Mozilla/Add-ons/WebExtensions/omnibox /en-US/docs/Mozilla/Add-ons/WebExtensions/API/omnibox
/en-US/docs/Mozilla/Add-ons/WebExtensions/omnibox/OnInputEnteredDisposition /en-US/docs/Mozilla/Add-ons/WebExtensions/API/omnibox/OnInputEnteredDisposition
/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Browser_action /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Toolbar_button
/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Bundled_web_pages /en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Extension_pages
/en-US/docs/Mozilla/Add-ons/WebExtensions/web-ext https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/
/en-US/docs/Mozilla/Command_Line_Options https://wiki.mozilla.org/Firefox/CommandLineOptions
Expand Down Expand Up @@ -8786,6 +8788,7 @@
/en-US/docs/Web/API/InputEvent.isComposing /en-US/docs/Web/API/InputEvent/isComposing
/en-US/docs/Web/API/InputEvent/input /en-US/docs/Web/API/HTMLElement/input_event
/en-US/docs/Web/API/InputEvent/input_event /en-US/docs/Web/API/HTMLElement/input_event
/en-US/docs/Web/API/InstallEvent/activeWorker /en-US/docs/Web/API/InstallEvent
/en-US/docs/Web/API/Int16Array /en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array
/en-US/docs/Web/API/Int32Array /en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array
/en-US/docs/Web/API/Int8Array /en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array
Expand Down Expand Up @@ -11910,7 +11913,10 @@
/en-US/docs/Web/Events/webkitmouseforceup /en-US/docs/Web/API/Element/webkitmouseforceup_event
/en-US/docs/Web/Events/webkitmouseforcewillbegin /en-US/docs/Web/API/Element/webkitmouseforcewillbegin_event
/en-US/docs/Web/Events/wheel /en-US/docs/Web/API/Element/wheel_event
/en-US/docs/Web/Guide/AJAX/Community /en-US/docs/Web/Guide/AJAX
/en-US/docs/Web/Guide/AJAX/Getting_Started /en-US/docs/Web/Guide/AJAX
/en-US/docs/Web/Guide/AJAX/WAI_ARIA_Live_Regions /en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
/en-US/docs/Web/Guide/AJAX/WAI_ARIA_Live_Regions_API_Support /en-US/docs/Mozilla/Firefox/Releases/3/WAI_ARIA_Live_Regions_API_Support
/en-US/docs/Web/Guide/API/DOM /en-US/docs/Web/API/Document_Object_Model
/en-US/docs/Web/Guide/API/DOM/Events/Creating_and_triggering_events /en-US/docs/Web/Events/Creating_and_triggering_events
/en-US/docs/Web/Guide/API/DOM/Events/Event_dispatching_example /en-US/docs/Web/Events/Creating_and_triggering_events
Expand Down Expand Up @@ -12225,6 +12231,7 @@
/en-US/docs/Web/HTTP/Headers/Set-Cookie2 /en-US/docs/Web/HTTP/Headers/Set-Cookie
/en-US/docs/Web/HTTP/History_of_HTTP_versions /en-US/docs/Web/HTTP/Basics_of_HTTP/Evolution_of_HTTP
/en-US/docs/Web/HTTP/Index /en-US/docs/Web/HTTP
/en-US/docs/Web/HTTP/Link_prefetching_FAQ /en-US/docs/Glossary/Prefetch
/en-US/docs/Web/HTTP/Pipelining_FAQ /en-US/docs/Web/HTTP/Connection_management_in_HTTP_1.x
/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file /en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
/en-US/docs/Web/HTTP/Public_Key_Pinning /en-US/docs/Web/Security/Certificate_Transparency
Expand Down Expand Up @@ -12694,6 +12701,12 @@
/en-US/docs/Web/Progressive_web_apps/Responsive/responsive_design_building_blocks /en-US/docs/Learn/CSS/CSS_layout/Responsive_Design
/en-US/docs/Web/Progressive_web_apps/Safe /en-US/docs/Web/Progressive_web_apps
/en-US/docs/Web/Progressive_web_apps/Structural_overview /en-US/docs/Web/Progressive_web_apps
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro/HTML_and_CSS /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker/HTML_and_CSS
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro/JavaScript_functionality /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker/JavaScript_functionality
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro/Manifest_file /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker/Manifest_file
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro/Secure_connection /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker/Secure_connection
/en-US/docs/Web/Progressive_web_apps/Tutorials/Intro/Service_workers /en-US/docs/Web/Progressive_web_apps/Tutorials/CycleTracker/Service_workers
/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Introduction /en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames
/en-US/docs/Web/Reference /en-US/docs/Web
/en-US/docs/Web/Reference/API /en-US/docs/Web/API
Expand Down
Loading

0 comments on commit 825b301

Please sign in to comment.