Skip to content

Commit 1176aec

Browse files
committed
Auto update github page
1 parent 70f8d9c commit 1176aec

File tree

1,742 files changed

+555032
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,742 files changed

+555032
-0
lines changed

docs/v1/designer/.htaccess

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<IfModule mod_deflate.c>
2+
AddOutputFilterByType DEFLATE text/plain
3+
AddOutputFilterByType DEFLATE text/html
4+
AddOutputFilterByType DEFLATE text/xml
5+
AddOutputFilterByType DEFLATE text/shtml
6+
AddOutputFilterByType DEFLATE text/css
7+
AddOutputFilterByType DEFLATE application/xml
8+
AddOutputFilterByType DEFLATE application/xhtml+xml
9+
AddOutputFilterByType DEFLATE application/rss+xml
10+
AddOutputFilterByType DEFLATE application/javascript
11+
AddOutputFilterByType DEFLATE application/x-javascript
12+
</IfModule>
13+
14+
# BROWSER CACHING USING EXPIRES HEADERS
15+
<IfModule mod_expires.c>
16+
ExpiresActive on
17+
ExpiresDefault "access plus 1 month"
18+
19+
# CSS
20+
ExpiresByType text/css "access plus 1 day"
21+
22+
# Data interchange
23+
ExpiresByType application/json "access plus 0 seconds"
24+
ExpiresByType application/xml "access plus 0 seconds"
25+
ExpiresByType text/xml "access plus 0 seconds"
26+
27+
# Favicon (cannot be renamed!)
28+
ExpiresByType image/x-icon "access plus 1 week"
29+
30+
# HTML components (HTCs)
31+
ExpiresByType text/x-component "access plus 1 month"
32+
33+
# HTML
34+
ExpiresByType text/html "access plus 1 day"
35+
36+
# JavaScript
37+
ExpiresByType application/javascript "access plus 1 day"
38+
ExpiresByType text/javascript "access plus 1 day"
39+
40+
# Manifest files
41+
ExpiresByType application/x-web-app-manifest+json "access plus 0 seconds"
42+
ExpiresByType text/cache-manifest "access plus 0 seconds"
43+
44+
# Media
45+
ExpiresByType audio/ogg "access plus 1 month"
46+
ExpiresByType image/gif "access plus 1 month"
47+
ExpiresByType image/jpeg "access plus 1 month"
48+
ExpiresByType image/png "access plus 1 month"
49+
ExpiresByType video/mp4 "access plus 1 month"
50+
ExpiresByType video/ogg "access plus 1 month"
51+
ExpiresByType video/webm "access plus 1 month"
52+
53+
# Web feeds
54+
ExpiresByType application/atom+xml "access plus 1 hour"
55+
ExpiresByType application/rss+xml "access plus 1 hour"
56+
57+
# Web fonts
58+
ExpiresByType application/font-woff2 "access plus 1 month"
59+
ExpiresByType application/font-woff "access plus 1 month"
60+
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
61+
ExpiresByType application/x-font-ttf "access plus 1 month"
62+
ExpiresByType font/opentype "access plus 1 month"
63+
ExpiresByType image/svg+xml "access plus 1 month"
64+
</IfModule>
65+
66+
RewriteEngine On
67+
RewriteCond %{HTTPS} !=on
68+
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

docs/v1/designer/1056.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/designer/1056.js.LICENSE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!-----------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
4+
* Released under the MIT license
5+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6+
*-----------------------------------------------------------------------------*/

docs/v1/designer/1070.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/designer/1070.js.LICENSE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!-----------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
4+
* Released under the MIT license
5+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6+
*-----------------------------------------------------------------------------*/

docs/v1/designer/1084.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/designer/1084.js.LICENSE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!-----------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
4+
* Released under the MIT license
5+
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6+
*-----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)