Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 86f433a

Browse files
authored
Merge pull request #1602 from NativeScript/niliev/fonts
docs: remove duplicate article and update the main one (Icon Fonts)
2 parents fd319dd + 1e0c993 commit 86f433a

File tree

3 files changed

+3
-189
lines changed

3 files changed

+3
-189
lines changed

build/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ http {
156156
rewrite ^/tutorial/ng-chapter-\d$ $proto://$host_and_port/start/introduction permanent;
157157
rewrite ^(/angular)?/start/hello-world/ng-chapter-0 $proto://$host_and_port$1/start/introduction permanent;
158158
rewrite ^(/angular)?/start/hello-world/ng-chapter-1 $proto://$host_and_port$1/start/introduction permanent;
159+
160+
# Redirect duplicate Icon Fonts aerticle to the updated UI examples
161+
rewrite ^(/angular)?/ui/icon-fonts $proto://$host_and_port$1/ui/ns-ui-widgets/icon-fonts permanent;
159162

160163
# Redirect the JavaScript Groceries tutorial links
161164
rewrite ^/start/getting-started $proto://$host_and_port/start/introduction permanent;

docs/ui/icon-fonts.md

Lines changed: 0 additions & 189 deletions
This file was deleted.
Loading

0 commit comments

Comments
 (0)