|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
a11y.sectionLink: Section titled
|
|
2
1
|
# Site settings
|
|
3
2
|
site.title: Astro Documentation
|
|
4
3
|
# Left Sidebar
|
|
@@ -51,6 +51,7 @@ progress.done: Complete
|
|
|
51
51
|
# Tutorial Navigation
|
|
52
52
|
tutorial.trackerLabel: Tutorial Tracker
|
|
53
53
|
tutorial.unit: Unit
|
|
54
|
+
tutorial.title.prefix: 'Build a blog tutorial: {{title}}'
|
|
54
55
|
# Tutorial
|
|
55
56
|
tutorial.getReady: Get ready to…
|
|
56
57
|
# Code snippet vocabulary
|
|
@@ -22,7 +22,7 @@ deploy.staticTag: Static
|
|
|
22
22
|
# CMS Guides vocabulary
|
|
23
23
|
cms.navTitle: More CMS guides
|
|
24
24
|
# Media Guides vocabulary
|
|
25
|
-
media.navTitle: More
|
|
25
|
+
media.navTitle: More hosted media guides
|
|
26
26
|
# Migration Guides vocabulary
|
|
27
27
|
migration.navTitle: More migration guides
|
|
28
28
|
# `<RecipeLinks>` vocabulary
|
|
@@ -21,6 +21,8 @@ deploy.ssrTag: On demand
|
|
|
21
21
|
deploy.staticTag: Static
|
|
22
22
|
# CMS Guides vocabulary
|
|
23
23
|
cms.navTitle: More CMS guides
|
|
24
|
+
cms.featuredSubheading: Featured CMS partners
|
|
25
|
+
cms.allSubheading: All CMS guides
|
|
24
26
|
# Media Guides vocabulary
|
|
25
27
|
media.navTitle: More hosted media guides
|
|
26
28
|
# Migration Guides vocabulary
|