Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/getting-started/app/AlbertSans.woff2
Binary file not shown.
507 changes: 507 additions & 0 deletions content/getting-started/app/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/references/toc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Downloads and Releases
## @downloads
## @release-history
## @whats-new


# Technical Reference
## @faq
Expand Down
4 changes: 4 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"source": "/content/404.html",
"translation": "/localizedContent/%two_letters_code%/content/404.html"
},
{
"source": "/content/getting-started/app/**/*.html",
"translation": "/localizedContent/%two_letters_code%/%original_path%/%original_file_name%"
},
{
"source": "/content/toc.yml",
"translation": "/localizedContent/%two_letters_code%/content/toc.yml"
Expand Down
1 change: 1 addition & 0 deletions docfx-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"resource": [
{ "files": "**", "src": "content/assets/images", "dest": "images" },
{ "files": "**", "src": "content/whats-new", "dest": "whats-new" },
{ "files": "**", "src": "content/getting-started/app", "dest": "getting-started/app" },
{ "files": "*.html", "src": "content" },
{ "files": "_ui-strings.json", "src": "content" }
],
Expand Down
Binary file not shown.
Loading
Loading