Skip to content

Commit 1df784c

Browse files
author
Tony Sansone
committed
Changed to full update of the FAQ
1 parent 8e1ee9f commit 1df784c

File tree

5 files changed

+158
-288
lines changed

5 files changed

+158
-288
lines changed

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ gh: https://github.com
4242
gh-dart:
4343
org: https://github.com/dart-lang
4444
sdk: https://github.com/dart-lang/sdk
45-
site: https://github.com/dart-lang/website
45+
lang: https://github.com/dart-lang/language
46+
site: https://github.com/dart-lang/site-www
4647

4748
show_banner: true
4849

firebase.json

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@
232232
{ "source": "/pub/tools/editor", "destination": "/tools", "type": 301 },
233233
{ "source": "/redirects/sdk-download-*", "destination": "/get-dart", "type": 301 },
234234
{ "source": "/resources/dart-tips*{,/**}", "destination": "/effective-dart", "type": 301 },
235-
{ "source": "/resources/faq", "destination": "/language", "type": 301 },
236235
{ "source": "/resources/dartpad-best-practices", "destination": "https://doi.org/10.1145/3397537.3397558", "type": 301 },
237236
{ "source": "/resources/dartpad-tutorials.pdf", "destination": "https://doi.org/10.1145/3397537.3397558", "type": 301 },
238237
{ "source": "/samples", "destination": "/language", "type": 301 },

src/_data/side-nav.yml

+2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@
351351
permalink: /guides/language/coming-from/js-to-dart
352352
- title: Swift to Dart
353353
permalink: /guides/language/coming-from/swift-to-dart
354+
- title: FAQ
355+
permalink: /resources/faq
354356
- title: Glossary
355357
permalink: /resources/glossary
356358
- title: Books

src/_sass/site.scss

+4
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,7 @@ body.obsolete {
884884
}
885885
}
886886
}
887+
888+
dd {
889+
margin-left: 1rem;
890+
}

0 commit comments

Comments
 (0)