Skip to content

Commit 231fae0

Browse files
authored
fix(adev): translate introduction/what-is-angular (angular#929)
1 parent 61152d1 commit 231fae0

13 files changed

+3755
-75
lines changed

.bazelrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Print all the options that apply to the build.
2+
# This helps us diagnose which options override others
3+
# (e.g. /etc/bazel.bazelrc vs. tools/bazel.rc)
4+
build --announce_rc
5+
6+
# More details on failures
7+
build --verbose_failures=true
8+
9+
# CI supports colors but Bazel does not detect it.
10+
common --color=yes

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.md
2+
3+
origin
4+

.prettierrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

adev-ja/_headers

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Headers for Cloudflare Pages
2+
# https://developers.cloudflare.com/pages/configuration/headers/
3+
4+
# Enable site isolation for all resources
5+
/*
6+
Cross-Origin-Embedder-Policy: require-corp
7+
Cross-Origin-Opener-Policy: same-origin

0 commit comments

Comments
 (0)