@mdn/fred 1.6.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env-dist +4 -0
- package/CHANGELOG.md +25 -0
- package/build/eslint-fred.js +6 -4
- package/build/plugins/generate-element-map.js +3 -2
- package/build/utils.js +0 -23
- package/components/curriculum/module.css +1 -0
- package/components/curriculum-module/server.css +1 -0
- package/components/env/index.js +3 -0
- package/components/footer/server.js +1 -1
- package/components/live-sample-result/element.js +1 -0
- package/components/menu/base.css +2 -1
- package/components/menu/constants.js +443 -147
- package/components/menu/missing-docs.json +140 -0
- package/components/menu/server.js +78 -657
- package/components/menu/types.d.ts +50 -0
- package/components/menu/update-missing-docs.js +66 -0
- package/components/outer-layout/utils.js +2 -2
- package/components/play-runner/element.js +14 -6
- package/entry.client.js +1 -0
- package/hooks/ga-init.js +31 -0
- package/hooks/glean-init.js +2 -6
- package/l10n/fr.ftl +145 -1
- package/out/service-worker.js +1 -1
- package/out/service-worker.js.map +1 -1
- package/out/static/client/{6480.09f744cd2fb69ed8.js → 6480.c839ead24f125a7e.js} +3 -2
- package/out/static/client/{6480.09f744cd2fb69ed8.js.map → 6480.c839ead24f125a7e.js.map} +1 -1
- package/out/static/client/9914.021220acc0d3e777.js +11 -0
- package/out/static/client/9914.021220acc0d3e777.js.map +1 -0
- package/out/static/client/index.0f1f5c05b3c9458b.js +412 -0
- package/out/static/client/index.0f1f5c05b3c9458b.js.map +1 -0
- package/out/static/client/{runtime.b178b9749f31202a.js → runtime.f3c0cd5b45c6e874.js} +2 -2
- package/out/static/client/{runtime.b178b9749f31202a.js.map → runtime.f3c0cd5b45c6e874.js.map} +1 -1
- package/out/static/client/stats.json +116 -116
- package/out/static/client/styles-curriculum-landing.cbaf6ff367369a26.css.map +1 -1
- package/out/static/client/styles-curriculum-module.c7ec78d3e724cf64.css.map +1 -1
- package/out/static/client/{styles-global.fb7afecd89ca2dff.js → styles-global.52fa98f0e9ec0040.js} +1 -1
- package/out/static/client/{styles-global.684fd2c5254c94b8.css → styles-global.75b8c75561733419.css} +2 -2
- package/out/static/client/{styles-global.684fd2c5254c94b8.css.map → styles-global.75b8c75561733419.css.map} +1 -1
- package/out/static/client/styles-menu.c41c14be9597dcd9.css +2 -0
- package/out/static/client/styles-menu.c41c14be9597dcd9.css.map +1 -0
- package/out/static/legacy/asset-manifest.json +5 -5
- package/out/static/legacy/{index.ad3600b01e18974e.html → index.4d5b9af908771553.html} +1 -1
- package/out/static/legacy/{index.5592b02d966df8ba.js → index.e275f57e34e5ad42.js} +3 -3
- package/out/static/legacy/{index.5592b02d966df8ba.js.map → index.e275f57e34e5ad42.js.map} +1 -1
- package/out/static/legacy/stats.json +10 -10
- package/out/static/legacy/{yari.8ce0be252d1ae155.js → yari.28c752c4002c881d.js} +3 -3
- package/out/static/legacy/{yari.8ce0be252d1ae155.js.map → yari.28c752c4002c881d.js.map} +1 -1
- package/out/static/ssr/index.js +306 -580
- package/out/static/ssr/index.js.map +1 -1
- package/out/static/ssr/stats.json +4 -4
- package/package.json +9 -9
- package/utils/dnt-helper.js +59 -0
- package/utils/name-transformation.js +40 -0
- package/utils/telemetry-opt-out.js +12 -0
- package/components/menu/check-missing-docs.js +0 -44
- package/out/static/client/9914.251fe19f0038e97b.js +0 -11
- package/out/static/client/9914.251fe19f0038e97b.js.map +0 -1
- package/out/static/client/index.26176fe4ab13dce5.js +0 -268
- package/out/static/client/index.26176fe4ab13dce5.js.map +0 -1
- package/out/static/client/styles-menu.5193bf2642ae7d64.css +0 -2
- package/out/static/client/styles-menu.5193bf2642ae7d64.css.map +0 -1
- /package/out/static/client/{6480.09f744cd2fb69ed8.js.LICENSE.txt → 6480.c839ead24f125a7e.js.LICENSE.txt} +0 -0
- /package/out/static/client/{index.26176fe4ab13dce5.js.LICENSE.txt → index.0f1f5c05b3c9458b.js.LICENSE.txt} +0 -0
- /package/out/static/legacy/{index.5592b02d966df8ba.js.LICENSE.txt → index.e275f57e34e5ad42.js.LICENSE.txt} +0 -0
- /package/out/static/legacy/{yari.8ce0be252d1ae155.js.LICENSE.txt → yari.28c752c4002c881d.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"es": [
|
|
3
|
+
"Web/API/HTML_DOM_API",
|
|
4
|
+
"Web/API/History_API/Working_with_the_History_API",
|
|
5
|
+
"Web/API/Web_Animations_API/Using_the_Web_Animations_API",
|
|
6
|
+
"Web/CSS/CSS_values_and_units",
|
|
7
|
+
"Web/CSS/CSS_backgrounds_and_borders/Box-shadow_generator",
|
|
8
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
9
|
+
"Web/CSS/CSS_shapes/Shape_generator",
|
|
10
|
+
"Web/CSS/Guides",
|
|
11
|
+
"Web/CSS/Layout_cookbook/Card",
|
|
12
|
+
"Web/CSS/Layout_cookbook/Center_an_element",
|
|
13
|
+
"Web/CSS/Layout_cookbook/Column_layouts",
|
|
14
|
+
"Web/CSS/Properties",
|
|
15
|
+
"Web/HTML/Guides",
|
|
16
|
+
"Web/HTML/Guides/Cheatsheet",
|
|
17
|
+
"Web/HTML/Guides/Date_and_time_formats",
|
|
18
|
+
"Web/HTML/How_to/Add_JavaScript_to_your_web_page",
|
|
19
|
+
"Web/JavaScript/Guide/Using_classes",
|
|
20
|
+
"Web/Privacy",
|
|
21
|
+
"Web/URI",
|
|
22
|
+
"Web/WebDriver"
|
|
23
|
+
],
|
|
24
|
+
"fr": [],
|
|
25
|
+
"ja": [
|
|
26
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
27
|
+
"Web/CSS/CSS_shapes/Shape_generator"
|
|
28
|
+
],
|
|
29
|
+
"ko": [
|
|
30
|
+
"Web/API/Performance",
|
|
31
|
+
"Web/API/Web_Animations_API/Using_the_Web_Animations_API",
|
|
32
|
+
"Web/API/Web_Speech_API/Using_the_Web_Speech_API",
|
|
33
|
+
"Web/API/Web_Workers_API/Using_web_workers",
|
|
34
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
35
|
+
"Web/CSS/CSS_shapes/Shape_generator",
|
|
36
|
+
"Web/CSS/Guides",
|
|
37
|
+
"Web/CSS/Layout_cookbook",
|
|
38
|
+
"Web/CSS/Layout_cookbook/Card",
|
|
39
|
+
"Web/CSS/Layout_cookbook/Column_layouts",
|
|
40
|
+
"Web/CSS/Properties",
|
|
41
|
+
"Web/HTML/Guides",
|
|
42
|
+
"Web/HTML/Guides/Cheatsheet",
|
|
43
|
+
"Web/HTML/How_to/Add_JavaScript_to_your_web_page",
|
|
44
|
+
"Web/JavaScript/Guide/Using_classes",
|
|
45
|
+
"Web/URI",
|
|
46
|
+
"Web/WebDriver"
|
|
47
|
+
],
|
|
48
|
+
"pt-BR": [
|
|
49
|
+
"Learn_web_development/Getting_started",
|
|
50
|
+
"Web/API/File_System_API",
|
|
51
|
+
"Web/API/HTML_DOM_API",
|
|
52
|
+
"Web/API/Performance",
|
|
53
|
+
"Web/API/Web_Speech_API/Using_the_Web_Speech_API",
|
|
54
|
+
"Web/API/Web_Workers_API/Using_web_workers",
|
|
55
|
+
"Web/CSS/CSS_values_and_units",
|
|
56
|
+
"Web/CSS/CSS_backgrounds_and_borders/Box-shadow_generator",
|
|
57
|
+
"Web/CSS/CSS_colors",
|
|
58
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
59
|
+
"Web/CSS/CSS_shapes/Shape_generator",
|
|
60
|
+
"Web/CSS/Guides",
|
|
61
|
+
"Web/CSS/Layout_cookbook/Card",
|
|
62
|
+
"Web/CSS/Layout_cookbook/Center_an_element",
|
|
63
|
+
"Web/CSS/Layout_cookbook/Column_layouts",
|
|
64
|
+
"Web/CSS/Properties",
|
|
65
|
+
"Web/HTML/Guides",
|
|
66
|
+
"Web/HTML/Guides/Cheatsheet",
|
|
67
|
+
"Web/HTML/Guides/Date_and_time_formats",
|
|
68
|
+
"Web/HTML/How_to/Add_JavaScript_to_your_web_page",
|
|
69
|
+
"Web/JavaScript/Guide/Using_classes",
|
|
70
|
+
"Web/Media",
|
|
71
|
+
"Web/Privacy",
|
|
72
|
+
"Web/URI",
|
|
73
|
+
"Web/WebDriver",
|
|
74
|
+
"Web/XML"
|
|
75
|
+
],
|
|
76
|
+
"ru": [
|
|
77
|
+
"Learn_web_development/Getting_started",
|
|
78
|
+
"Web/API/HTML_DOM_API",
|
|
79
|
+
"Web/CSS/CSS_values_and_units",
|
|
80
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
81
|
+
"Web/CSS/CSS_shapes/Shape_generator",
|
|
82
|
+
"Web/CSS/Guides",
|
|
83
|
+
"Web/CSS/Layout_cookbook/Card",
|
|
84
|
+
"Web/CSS/Layout_cookbook/Center_an_element",
|
|
85
|
+
"Web/CSS/Layout_cookbook/Column_layouts",
|
|
86
|
+
"Web/CSS/Properties",
|
|
87
|
+
"Web/HTML/Guides",
|
|
88
|
+
"Web/HTML/Guides/Cheatsheet",
|
|
89
|
+
"Web/HTML/Guides/Date_and_time_formats",
|
|
90
|
+
"Web/HTML/How_to/Add_JavaScript_to_your_web_page",
|
|
91
|
+
"Web/JavaScript/Guide/Using_classes",
|
|
92
|
+
"Web/Media",
|
|
93
|
+
"Web/Privacy",
|
|
94
|
+
"Web/WebDriver"
|
|
95
|
+
],
|
|
96
|
+
"zh-CN": ["Web/CSS/Properties"],
|
|
97
|
+
"zh-TW": [
|
|
98
|
+
"Learn_web_development/Getting_started",
|
|
99
|
+
"Web/API/File_System_API",
|
|
100
|
+
"Web/API/HTML_DOM_API",
|
|
101
|
+
"Web/API/History_API/Working_with_the_History_API",
|
|
102
|
+
"Web/API/Performance",
|
|
103
|
+
"Web/API/Push_API",
|
|
104
|
+
"Web/API/Service_Worker_API",
|
|
105
|
+
"Web/API/Web_Animations_API/Using_the_Web_Animations_API",
|
|
106
|
+
"Web/API/Web_Speech_API/Using_the_Web_Speech_API",
|
|
107
|
+
"Web/CSS/CSS_values_and_units",
|
|
108
|
+
"Web/CSS/CSS_backgrounds_and_borders/Border-image_generator",
|
|
109
|
+
"Web/CSS/CSS_backgrounds_and_borders/Border-radius_generator",
|
|
110
|
+
"Web/CSS/CSS_backgrounds_and_borders/Box-shadow_generator",
|
|
111
|
+
"Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model",
|
|
112
|
+
"Web/CSS/CSS_colors",
|
|
113
|
+
"Web/CSS/CSS_colors/Color_mixer",
|
|
114
|
+
"Web/CSS/CSS_shapes/Shape_generator",
|
|
115
|
+
"Web/CSS/CSS_syntax/At-rule",
|
|
116
|
+
"Web/CSS/Guides",
|
|
117
|
+
"Web/CSS/Layout_cookbook",
|
|
118
|
+
"Web/CSS/Layout_cookbook/Card",
|
|
119
|
+
"Web/CSS/Layout_cookbook/Center_an_element",
|
|
120
|
+
"Web/CSS/Layout_cookbook/Column_layouts",
|
|
121
|
+
"Web/CSS/Properties",
|
|
122
|
+
"Web/CSS/Reference",
|
|
123
|
+
"Web/HTML/Guides",
|
|
124
|
+
"Web/HTML/Guides/Cheatsheet",
|
|
125
|
+
"Web/HTML/Guides/Date_and_time_formats",
|
|
126
|
+
"Web/HTML/Guides/Responsive_images",
|
|
127
|
+
"Web/HTML/How_to/Add_JavaScript_to_your_web_page",
|
|
128
|
+
"Web/HTML/How_to/Use_data_attributes",
|
|
129
|
+
"Web/HTML/Reference/Elements",
|
|
130
|
+
"Web/HTML/Reference/Global_attributes",
|
|
131
|
+
"Web/JavaScript/Guide/Using_classes",
|
|
132
|
+
"Web/JavaScript/Guide/Working_with_objects",
|
|
133
|
+
"Web/JavaScript/Reference/Functions",
|
|
134
|
+
"Web/JavaScript/Reference/Statements",
|
|
135
|
+
"Web/Privacy",
|
|
136
|
+
"Web/URI",
|
|
137
|
+
"Web/WebDriver",
|
|
138
|
+
"Web/XML"
|
|
139
|
+
]
|
|
140
|
+
}
|