@janga/norna 0.7.26 → 0.7.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -9
- package/bin/norna-cli.mjs +2 -2
- package/package.json +1 -1
- package/schemas/category.schema.json +4 -4
- package/schemas/config.schema.json +65 -65
- package/schemas/content-frontmatter.schema.json +8 -8
- package/schemas/page-theme.schema.json +26 -26
- package/schemas/sitewide-content.schema.json +18 -18
- package/schemas/theme.schema.json +237 -237
- package/scripts/add-site-node.mjs +1 -1
- package/scripts/lib/documentation-links.mjs +33 -2
- package/scripts/lib/documentation-routes.json +222 -0
- package/scripts/lib/page-model.mjs +22 -0
- package/scripts/lib/schema-definitions.mjs +3 -3
- package/scripts/lib/schema-editor-metadata.mjs +1 -1
- package/src/components/PageAliasRedirect.astro +44 -3
- package/src/content.config.ts +5 -8
- package/src/lib/sitePages.ts +4 -18
- package/src/styles/content.css +3 -2
- package/starters/basic/README.md +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"type": "string",
|
|
7
7
|
"format": "uri",
|
|
8
8
|
"description": "Absolute public URL for the built site.",
|
|
9
|
-
"markdownDescription": "```yaml\nurl: https://example.com/\n```\n\nThe absolute public URL. Its path also determines the base path for generated links and assets.\n\n[Public URL reference](https://github.com/janga/norna/blob/v0.7.
|
|
9
|
+
"markdownDescription": "```yaml\nurl: https://example.com/\n```\n\nThe absolute public URL. Its path also determines the base path for generated links and assets.\n\n[Public URL reference (current)](https://janga.github.io/norna/reference/configuration/site/#public-url)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/010-site/content.md#public-url)",
|
|
10
10
|
"examples": [
|
|
11
11
|
"https://example.com/",
|
|
12
12
|
"https://owner.github.io/repository-name/"
|
|
@@ -32,283 +32,283 @@
|
|
|
32
32
|
"const": "en",
|
|
33
33
|
"title": "English",
|
|
34
34
|
"description": "Use Norna's built-in English interface text.",
|
|
35
|
-
"markdownDescription": "Use Norna's built-in English interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
35
|
+
"markdownDescription": "Use Norna's built-in English interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"const": "es",
|
|
39
39
|
"title": "Español — Spanish",
|
|
40
40
|
"description": "Use Norna's built-in Spanish interface text.",
|
|
41
|
-
"markdownDescription": "Use Norna's built-in Spanish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
41
|
+
"markdownDescription": "Use Norna's built-in Spanish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"const": "fr",
|
|
45
45
|
"title": "Français — French",
|
|
46
46
|
"description": "Use Norna's built-in French interface text.",
|
|
47
|
-
"markdownDescription": "Use Norna's built-in French interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
47
|
+
"markdownDescription": "Use Norna's built-in French interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"const": "pt",
|
|
51
51
|
"title": "Português — Portuguese",
|
|
52
52
|
"description": "Use Norna's built-in Portuguese interface text.",
|
|
53
|
-
"markdownDescription": "Use Norna's built-in Portuguese interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
53
|
+
"markdownDescription": "Use Norna's built-in Portuguese interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"const": "ru",
|
|
57
57
|
"title": "Русский — Russian",
|
|
58
58
|
"description": "Use Norna's built-in Russian interface text.",
|
|
59
|
-
"markdownDescription": "Use Norna's built-in Russian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
59
|
+
"markdownDescription": "Use Norna's built-in Russian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"const": "sw",
|
|
63
63
|
"title": "Kiswahili — Swahili",
|
|
64
64
|
"description": "Use Norna's built-in Swahili interface text.",
|
|
65
|
-
"markdownDescription": "Use Norna's built-in Swahili interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
65
|
+
"markdownDescription": "Use Norna's built-in Swahili interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"const": "jv",
|
|
69
69
|
"title": "Basa Jawa — Javanese",
|
|
70
70
|
"description": "Use Norna's built-in Javanese interface text.",
|
|
71
|
-
"markdownDescription": "Use Norna's built-in Javanese interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
71
|
+
"markdownDescription": "Use Norna's built-in Javanese interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"const": "id",
|
|
75
75
|
"title": "Bahasa Indonesia — Indonesian",
|
|
76
76
|
"description": "Use Norna's built-in Indonesian interface text.",
|
|
77
|
-
"markdownDescription": "Use Norna's built-in Indonesian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
77
|
+
"markdownDescription": "Use Norna's built-in Indonesian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"const": "de",
|
|
81
81
|
"title": "Deutsch — German",
|
|
82
82
|
"description": "Use Norna's built-in German interface text.",
|
|
83
|
-
"markdownDescription": "Use Norna's built-in German interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
83
|
+
"markdownDescription": "Use Norna's built-in German interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"const": "it",
|
|
87
87
|
"title": "Italiano — Italian",
|
|
88
88
|
"description": "Use Norna's built-in Italian interface text.",
|
|
89
|
-
"markdownDescription": "Use Norna's built-in Italian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
89
|
+
"markdownDescription": "Use Norna's built-in Italian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"const": "vi",
|
|
93
93
|
"title": "Tiếng Việt — Vietnamese",
|
|
94
94
|
"description": "Use Norna's built-in Vietnamese interface text.",
|
|
95
|
-
"markdownDescription": "Use Norna's built-in Vietnamese interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
95
|
+
"markdownDescription": "Use Norna's built-in Vietnamese interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"const": "tr",
|
|
99
99
|
"title": "Türkçe — Turkish",
|
|
100
100
|
"description": "Use Norna's built-in Turkish interface text.",
|
|
101
|
-
"markdownDescription": "Use Norna's built-in Turkish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
101
|
+
"markdownDescription": "Use Norna's built-in Turkish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"const": "fil",
|
|
105
105
|
"title": "Filipino",
|
|
106
106
|
"description": "Use Norna's built-in Filipino interface text.",
|
|
107
|
-
"markdownDescription": "Use Norna's built-in Filipino interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
107
|
+
"markdownDescription": "Use Norna's built-in Filipino interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"const": "pcm",
|
|
111
111
|
"title": "Naijá — Nigerian Pidgin",
|
|
112
112
|
"description": "Use Norna's built-in Nigerian Pidgin interface text.",
|
|
113
|
-
"markdownDescription": "Use Norna's built-in Nigerian Pidgin interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
113
|
+
"markdownDescription": "Use Norna's built-in Nigerian Pidgin interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"const": "ha",
|
|
117
117
|
"title": "Hausa",
|
|
118
118
|
"description": "Use Norna's built-in Hausa interface text.",
|
|
119
|
-
"markdownDescription": "Use Norna's built-in Hausa interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
119
|
+
"markdownDescription": "Use Norna's built-in Hausa interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"const": "sv",
|
|
123
123
|
"title": "Svenska — Swedish",
|
|
124
124
|
"description": "Use Norna's built-in Swedish interface text.",
|
|
125
|
-
"markdownDescription": "Use Norna's built-in Swedish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
125
|
+
"markdownDescription": "Use Norna's built-in Swedish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"const": "bg",
|
|
129
129
|
"title": "Български — Bulgarian",
|
|
130
130
|
"description": "Use Norna's built-in Bulgarian interface text.",
|
|
131
|
-
"markdownDescription": "Use Norna's built-in Bulgarian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
131
|
+
"markdownDescription": "Use Norna's built-in Bulgarian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"const": "hr",
|
|
135
135
|
"title": "Hrvatski — Croatian",
|
|
136
136
|
"description": "Use Norna's built-in Croatian interface text.",
|
|
137
|
-
"markdownDescription": "Use Norna's built-in Croatian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
137
|
+
"markdownDescription": "Use Norna's built-in Croatian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"const": "cs",
|
|
141
141
|
"title": "Čeština — Czech",
|
|
142
142
|
"description": "Use Norna's built-in Czech interface text.",
|
|
143
|
-
"markdownDescription": "Use Norna's built-in Czech interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
143
|
+
"markdownDescription": "Use Norna's built-in Czech interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"const": "da",
|
|
147
147
|
"title": "Dansk — Danish",
|
|
148
148
|
"description": "Use Norna's built-in Danish interface text.",
|
|
149
|
-
"markdownDescription": "Use Norna's built-in Danish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
149
|
+
"markdownDescription": "Use Norna's built-in Danish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"const": "nl",
|
|
153
153
|
"title": "Nederlands — Dutch",
|
|
154
154
|
"description": "Use Norna's built-in Dutch interface text.",
|
|
155
|
-
"markdownDescription": "Use Norna's built-in Dutch interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
155
|
+
"markdownDescription": "Use Norna's built-in Dutch interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"const": "et",
|
|
159
159
|
"title": "Eesti — Estonian",
|
|
160
160
|
"description": "Use Norna's built-in Estonian interface text.",
|
|
161
|
-
"markdownDescription": "Use Norna's built-in Estonian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
161
|
+
"markdownDescription": "Use Norna's built-in Estonian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"const": "fi",
|
|
165
165
|
"title": "Suomi — Finnish",
|
|
166
166
|
"description": "Use Norna's built-in Finnish interface text.",
|
|
167
|
-
"markdownDescription": "Use Norna's built-in Finnish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
167
|
+
"markdownDescription": "Use Norna's built-in Finnish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"const": "el",
|
|
171
171
|
"title": "Ελληνικά — Greek",
|
|
172
172
|
"description": "Use Norna's built-in Greek interface text.",
|
|
173
|
-
"markdownDescription": "Use Norna's built-in Greek interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
173
|
+
"markdownDescription": "Use Norna's built-in Greek interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"const": "hu",
|
|
177
177
|
"title": "Magyar — Hungarian",
|
|
178
178
|
"description": "Use Norna's built-in Hungarian interface text.",
|
|
179
|
-
"markdownDescription": "Use Norna's built-in Hungarian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
179
|
+
"markdownDescription": "Use Norna's built-in Hungarian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"const": "ga",
|
|
183
183
|
"title": "Gaeilge — Irish",
|
|
184
184
|
"description": "Use Norna's built-in Irish interface text.",
|
|
185
|
-
"markdownDescription": "Use Norna's built-in Irish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
185
|
+
"markdownDescription": "Use Norna's built-in Irish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"const": "lv",
|
|
189
189
|
"title": "Latviešu — Latvian",
|
|
190
190
|
"description": "Use Norna's built-in Latvian interface text.",
|
|
191
|
-
"markdownDescription": "Use Norna's built-in Latvian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
191
|
+
"markdownDescription": "Use Norna's built-in Latvian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
"const": "lt",
|
|
195
195
|
"title": "Lietuvių — Lithuanian",
|
|
196
196
|
"description": "Use Norna's built-in Lithuanian interface text.",
|
|
197
|
-
"markdownDescription": "Use Norna's built-in Lithuanian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
197
|
+
"markdownDescription": "Use Norna's built-in Lithuanian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"const": "mt",
|
|
201
201
|
"title": "Malti — Maltese",
|
|
202
202
|
"description": "Use Norna's built-in Maltese interface text.",
|
|
203
|
-
"markdownDescription": "Use Norna's built-in Maltese interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
203
|
+
"markdownDescription": "Use Norna's built-in Maltese interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"const": "pl",
|
|
207
207
|
"title": "Polski — Polish",
|
|
208
208
|
"description": "Use Norna's built-in Polish interface text.",
|
|
209
|
-
"markdownDescription": "Use Norna's built-in Polish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
209
|
+
"markdownDescription": "Use Norna's built-in Polish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
"const": "ro",
|
|
213
213
|
"title": "Română — Romanian",
|
|
214
214
|
"description": "Use Norna's built-in Romanian interface text.",
|
|
215
|
-
"markdownDescription": "Use Norna's built-in Romanian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
215
|
+
"markdownDescription": "Use Norna's built-in Romanian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"const": "sk",
|
|
219
219
|
"title": "Slovenčina — Slovak",
|
|
220
220
|
"description": "Use Norna's built-in Slovak interface text.",
|
|
221
|
-
"markdownDescription": "Use Norna's built-in Slovak interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
221
|
+
"markdownDescription": "Use Norna's built-in Slovak interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
"const": "sl",
|
|
225
225
|
"title": "Slovenščina — Slovenian",
|
|
226
226
|
"description": "Use Norna's built-in Slovenian interface text.",
|
|
227
|
-
"markdownDescription": "Use Norna's built-in Slovenian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
227
|
+
"markdownDescription": "Use Norna's built-in Slovenian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"const": "sq",
|
|
231
231
|
"title": "Shqip — Albanian",
|
|
232
232
|
"description": "Use Norna's built-in Albanian interface text.",
|
|
233
|
-
"markdownDescription": "Use Norna's built-in Albanian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
233
|
+
"markdownDescription": "Use Norna's built-in Albanian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"const": "az-Latn",
|
|
237
237
|
"title": "Azərbaycanca — Azerbaijani (Latin)",
|
|
238
238
|
"description": "Use Norna's built-in Azerbaijani (Latin) interface text in the Latn script.",
|
|
239
|
-
"markdownDescription": "Use Norna's built-in Azerbaijani (Latin) interface text in the Latn script.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
239
|
+
"markdownDescription": "Use Norna's built-in Azerbaijani (Latin) interface text in the Latn script.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
"const": "be",
|
|
243
243
|
"title": "Беларуская — Belarusian",
|
|
244
244
|
"description": "Use Norna's built-in Belarusian interface text.",
|
|
245
|
-
"markdownDescription": "Use Norna's built-in Belarusian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
245
|
+
"markdownDescription": "Use Norna's built-in Belarusian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"const": "bs",
|
|
249
249
|
"title": "Bosanski — Bosnian",
|
|
250
250
|
"description": "Use Norna's built-in Bosnian interface text.",
|
|
251
|
-
"markdownDescription": "Use Norna's built-in Bosnian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
251
|
+
"markdownDescription": "Use Norna's built-in Bosnian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
"const": "ca",
|
|
255
255
|
"title": "Català — Catalan",
|
|
256
256
|
"description": "Use Norna's built-in Catalan interface text.",
|
|
257
|
-
"markdownDescription": "Use Norna's built-in Catalan interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
257
|
+
"markdownDescription": "Use Norna's built-in Catalan interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"const": "is",
|
|
261
261
|
"title": "Íslenska — Icelandic",
|
|
262
262
|
"description": "Use Norna's built-in Icelandic interface text.",
|
|
263
|
-
"markdownDescription": "Use Norna's built-in Icelandic interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
263
|
+
"markdownDescription": "Use Norna's built-in Icelandic interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"const": "lb",
|
|
267
267
|
"title": "Lëtzebuergesch — Luxembourgish",
|
|
268
268
|
"description": "Use Norna's built-in Luxembourgish interface text.",
|
|
269
|
-
"markdownDescription": "Use Norna's built-in Luxembourgish interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
269
|
+
"markdownDescription": "Use Norna's built-in Luxembourgish interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"const": "mk",
|
|
273
273
|
"title": "Македонски — Macedonian",
|
|
274
274
|
"description": "Use Norna's built-in Macedonian interface text.",
|
|
275
|
-
"markdownDescription": "Use Norna's built-in Macedonian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
275
|
+
"markdownDescription": "Use Norna's built-in Macedonian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"const": "cnr",
|
|
279
279
|
"title": "Crnogorski — Montenegrin",
|
|
280
280
|
"description": "Use Norna's built-in Montenegrin interface text.",
|
|
281
|
-
"markdownDescription": "Use Norna's built-in Montenegrin interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
281
|
+
"markdownDescription": "Use Norna's built-in Montenegrin interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"const": "nb",
|
|
285
285
|
"title": "Norsk bokmål — Norwegian Bokmål",
|
|
286
286
|
"description": "Use Norna's built-in Norwegian Bokmål interface text.",
|
|
287
|
-
"markdownDescription": "Use Norna's built-in Norwegian Bokmål interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
287
|
+
"markdownDescription": "Use Norna's built-in Norwegian Bokmål interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
288
288
|
},
|
|
289
289
|
{
|
|
290
290
|
"const": "nn",
|
|
291
291
|
"title": "Norsk nynorsk — Norwegian Nynorsk",
|
|
292
292
|
"description": "Use Norna's built-in Norwegian Nynorsk interface text.",
|
|
293
|
-
"markdownDescription": "Use Norna's built-in Norwegian Nynorsk interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
293
|
+
"markdownDescription": "Use Norna's built-in Norwegian Nynorsk interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"const": "sr-Cyrl",
|
|
297
297
|
"title": "Српски — Serbian (Cyrillic)",
|
|
298
298
|
"description": "Use Norna's built-in Serbian (Cyrillic) interface text in the Cyrl script.",
|
|
299
|
-
"markdownDescription": "Use Norna's built-in Serbian (Cyrillic) interface text in the Cyrl script.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
299
|
+
"markdownDescription": "Use Norna's built-in Serbian (Cyrillic) interface text in the Cyrl script.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"const": "sr-Latn",
|
|
303
303
|
"title": "Srpski — Serbian (Latin)",
|
|
304
304
|
"description": "Use Norna's built-in Serbian (Latin) interface text in the Latn script.",
|
|
305
|
-
"markdownDescription": "Use Norna's built-in Serbian (Latin) interface text in the Latn script.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
305
|
+
"markdownDescription": "Use Norna's built-in Serbian (Latin) interface text in the Latn script.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"const": "uk",
|
|
309
309
|
"title": "Українська — Ukrainian",
|
|
310
310
|
"description": "Use Norna's built-in Ukrainian interface text.",
|
|
311
|
-
"markdownDescription": "Use Norna's built-in Ukrainian interface text.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
311
|
+
"markdownDescription": "Use Norna's built-in Ukrainian interface text.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"type": "string",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"description": "Add a region to a supported language, such as en-GB, pt-BR, or sr-Cyrl-RS. Norna preserves the complete tag in generated HTML."
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
|
-
"markdownDescription": "```yaml\nlanguage: en-GB\n```\n\nSets the language of the complete site and selects the matching built-in Norna interface text. Regional tags are preserved. The default is `en`; editorial Markdown is not translated.\n\n[Language reference](https://github.com/janga/norna/blob/v0.7.
|
|
320
|
+
"markdownDescription": "```yaml\nlanguage: en-GB\n```\n\nSets the language of the complete site and selects the matching built-in Norna interface text. Regional tags are preserved. The default is `en`; editorial Markdown is not translated.\n\n[Language reference (current)](https://janga.github.io/norna/reference/configuration/language/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/020-language/content.md)"
|
|
321
321
|
},
|
|
322
322
|
"editLink": {
|
|
323
323
|
"type": "object",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"type": "string",
|
|
327
327
|
"format": "uri",
|
|
328
328
|
"description": "Absolute edit URL prefix containing the repository, branch, and any repository subdirectory.",
|
|
329
|
-
"markdownDescription": "```yaml\neditLink:\n baseUrl: https://github.com/owner/repository/edit/main/\n```\n\nOptional absolute remote edit URL prefix. Include any repository subdirectory and branch. Norna adds the project-relative path to each page's `content.md` file. This destination is used by published output and LAN previews.\n\n[Edit-link reference](https://github.com/janga/norna/blob/v0.7.
|
|
329
|
+
"markdownDescription": "```yaml\neditLink:\n baseUrl: https://github.com/owner/repository/edit/main/\n```\n\nOptional absolute remote edit URL prefix. Include any repository subdirectory and branch. Norna adds the project-relative path to each page's `content.md` file. This destination is used by published output and LAN previews.\n\n[Edit-link reference (current)](https://janga.github.io/norna/reference/configuration/source-links/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/050-source-links/content.md)",
|
|
330
330
|
"examples": [
|
|
331
331
|
"https://github.com/owner/repository/edit/main/"
|
|
332
332
|
]
|
|
@@ -339,10 +339,10 @@
|
|
|
339
339
|
"const": "vscode",
|
|
340
340
|
"title": "Visual Studio Code",
|
|
341
341
|
"description": "Open the current page source in the locally installed Visual Studio Code application.",
|
|
342
|
-
"markdownDescription": "Open the current page source in the locally installed Visual Studio Code application.\n\n[Edit-link reference](https://github.com/janga/norna/blob/v0.7.
|
|
342
|
+
"markdownDescription": "Open the current page source in the locally installed Visual Studio Code application.\n\n[Edit-link reference (current)](https://janga.github.io/norna/reference/configuration/source-links/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/050-source-links/content.md)"
|
|
343
343
|
}
|
|
344
344
|
],
|
|
345
|
-
"markdownDescription": "```yaml\neditLink:\n localEditor: vscode\n```\n\nOptional editor for a development preview opened through localhost or another loopback address. `vscode` opens the absolute page source path through VS Code's registered URL handler. The setting is never emitted as a local path in published output.\n\n[Edit-link reference](https://github.com/janga/norna/blob/v0.7.
|
|
345
|
+
"markdownDescription": "```yaml\neditLink:\n localEditor: vscode\n```\n\nOptional editor for a development preview opened through localhost or another loopback address. `vscode` opens the absolute page source path through VS Code's registered URL handler. The setting is never emitted as a local path in published output.\n\n[Edit-link reference (current)](https://janga.github.io/norna/reference/configuration/source-links/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/050-source-links/content.md)",
|
|
346
346
|
"examples": [
|
|
347
347
|
"vscode"
|
|
348
348
|
]
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
},
|
|
351
351
|
"additionalProperties": false,
|
|
352
352
|
"description": "Optional local and remote links from rendered pages to their Markdown source files.",
|
|
353
|
-
"markdownDescription": "```yaml\neditLink:\n localEditor: vscode\n baseUrl: https://github.com/owner/repository/edit/main/\n```\n\nLinks each rendered page to its `content.md` source. A loopback development preview uses the explicitly selected local editor; published output and LAN previews use the optional remote base URL. Specify either destination or both.\n\n[Edit-link reference](https://github.com/janga/norna/blob/v0.7.
|
|
353
|
+
"markdownDescription": "```yaml\neditLink:\n localEditor: vscode\n baseUrl: https://github.com/owner/repository/edit/main/\n```\n\nLinks each rendered page to its `content.md` source. A loopback development preview uses the explicitly selected local editor; published output and LAN previews use the optional remote base URL. Specify either destination or both.\n\n[Edit-link reference (current)](https://janga.github.io/norna/reference/configuration/source-links/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/050-source-links/content.md)",
|
|
354
354
|
"anyOf": [
|
|
355
355
|
{
|
|
356
356
|
"required": [
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"defaultSnippets": [
|
|
367
367
|
{
|
|
368
368
|
"label": "Local and remote source links",
|
|
369
|
-
"markdownDescription": "Open page source in VS Code during same-computer development and on the remote source host elsewhere.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
369
|
+
"markdownDescription": "Open page source in VS Code during same-computer development and on the remote source host elsewhere.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/source-links/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/050-source-links/content.md)",
|
|
370
370
|
"body": {
|
|
371
371
|
"localEditor": "vscode",
|
|
372
372
|
"baseUrl": "https://github.com/${1:owner}/${2:repository}/edit/${3:main}/"
|
|
@@ -385,28 +385,28 @@
|
|
|
385
385
|
"const": "automatic",
|
|
386
386
|
"title": "Automatic",
|
|
387
387
|
"description": "Choose one site-wide navigation presentation from the listed page hierarchy. This is the default.",
|
|
388
|
-
"markdownDescription": "Choose one site-wide navigation presentation from the listed page hierarchy. This is the default.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
388
|
+
"markdownDescription": "Choose one site-wide navigation presentation from the listed page hierarchy. This is the default.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"const": "sections",
|
|
392
392
|
"title": "Sections",
|
|
393
393
|
"description": "Keep a one-page site title and its H2 sections in sticky page navigation.",
|
|
394
|
-
"markdownDescription": "Keep a one-page site title and its H2 sections in sticky page navigation.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
394
|
+
"markdownDescription": "Keep a one-page site title and its H2 sections in sticky page navigation.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"const": "top",
|
|
398
398
|
"title": "Top",
|
|
399
399
|
"description": "Keep top-level pages in the global row and give the current page section navigation when needed.",
|
|
400
|
-
"markdownDescription": "Keep top-level pages in the global row and give the current page section navigation when needed.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
400
|
+
"markdownDescription": "Keep top-level pages in the global row and give the current page section navigation when needed.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"const": "tree",
|
|
404
404
|
"title": "Tree",
|
|
405
405
|
"description": "Keep top-level areas global and add a persistent left page tree. Deep branches can add a right H2/H3 contents rail.",
|
|
406
|
-
"markdownDescription": "Keep top-level areas global and add a persistent left page tree. Deep branches can add a right H2/H3 contents rail.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
406
|
+
"markdownDescription": "Keep top-level areas global and add a persistent left page tree. Deep branches can add a right H2/H3 contents rail.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)"
|
|
407
407
|
}
|
|
408
408
|
],
|
|
409
|
-
"markdownDescription": "```yaml\nnavigation:\n mode: automatic\n```\n\nHow Norna presents the discovered page and heading hierarchy. Omit this to select automatic.\n\n[Read the relevant reference](https://github.com/janga/norna/blob/v0.7.
|
|
409
|
+
"markdownDescription": "```yaml\nnavigation:\n mode: automatic\n```\n\nHow Norna presents the discovered page and heading hierarchy. Omit this to select automatic.\n\n[Read the relevant reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)",
|
|
410
410
|
"examples": [
|
|
411
411
|
"automatic",
|
|
412
412
|
"sections",
|
|
@@ -417,13 +417,13 @@
|
|
|
417
417
|
},
|
|
418
418
|
"additionalProperties": false,
|
|
419
419
|
"description": "Site-wide navigation behavior.",
|
|
420
|
-
"markdownDescription": "```yaml\nnavigation:\n mode: automatic\n```\n\nChooses how Norna presents the discovered page and heading hierarchy. Keep `automatic` unless the site deliberately needs to retain one presentation as its structure changes.\n\n[Navigation setting reference](https://github.com/janga/norna/blob/v0.7.
|
|
420
|
+
"markdownDescription": "```yaml\nnavigation:\n mode: automatic\n```\n\nChooses how Norna presents the discovered page and heading hierarchy. Keep `automatic` unless the site deliberately needs to retain one presentation as its structure changes.\n\n[Navigation setting reference (current)](https://janga.github.io/norna/reference/configuration/navigation/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/030-navigation/content.md)"
|
|
421
421
|
},
|
|
422
422
|
"search": {
|
|
423
423
|
"default": false,
|
|
424
424
|
"description": "Generate a static site search page and Pagefind index. The default is false.",
|
|
425
425
|
"type": "boolean",
|
|
426
|
-
"markdownDescription": "```yaml\nsearch: true\n```\n\nGenerates a localized `/search/` page and a static Pagefind index during each build. Search is off by default. Only the search page loads the search engine and index; a small navigation script remembers where readers opened it.\n\n[Search reference](https://github.com/janga/norna/blob/v0.7.
|
|
426
|
+
"markdownDescription": "```yaml\nsearch: true\n```\n\nGenerates a localized `/search/` page and a static Pagefind index during each build. Search is off by default. Only the search page loads the search engine and index; a small navigation script remembers where readers opened it.\n\n[Search reference (current)](https://janga.github.io/norna/reference/configuration/search/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/040-search/content.md)",
|
|
427
427
|
"examples": [
|
|
428
428
|
true,
|
|
429
429
|
false
|
|
@@ -438,16 +438,16 @@
|
|
|
438
438
|
"const": "instant",
|
|
439
439
|
"title": "Instant",
|
|
440
440
|
"description": "Jump directly to anchors without animated scrolling. This is the default.",
|
|
441
|
-
"markdownDescription": "Jump directly to anchors without animated scrolling. This is the default.\n\n[Scroll behavior reference](https://github.com/janga/norna/blob/v0.7.
|
|
441
|
+
"markdownDescription": "Jump directly to anchors without animated scrolling. This is the default.\n\n[Scroll behavior reference (current)](https://janga.github.io/norna/reference/configuration/site/#anchor-movement)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/010-site/content.md#anchor-movement)"
|
|
442
442
|
},
|
|
443
443
|
{
|
|
444
444
|
"const": "smooth",
|
|
445
445
|
"title": "Browser smooth",
|
|
446
446
|
"description": "Use the browser's native smooth scrolling for anchor navigation.",
|
|
447
|
-
"markdownDescription": "Use the browser's native smooth scrolling for anchor navigation.\n\n[Scroll behavior reference](https://github.com/janga/norna/blob/v0.7.
|
|
447
|
+
"markdownDescription": "Use the browser's native smooth scrolling for anchor navigation.\n\n[Scroll behavior reference (current)](https://janga.github.io/norna/reference/configuration/site/#anchor-movement)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/010-site/content.md#anchor-movement)"
|
|
448
448
|
}
|
|
449
449
|
],
|
|
450
|
-
"markdownDescription": "```yaml\nscrollBehavior: smooth\n```\n\nControls same-page anchor movement. `instant` is the default; `smooth` uses the browser's native smooth scrolling.\n\n[Scroll behavior reference](https://github.com/janga/norna/blob/v0.7.
|
|
450
|
+
"markdownDescription": "```yaml\nscrollBehavior: smooth\n```\n\nControls same-page anchor movement. `instant` is the default; `smooth` uses the browser's native smooth scrolling.\n\n[Scroll behavior reference (current)](https://janga.github.io/norna/reference/configuration/site/#anchor-movement)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/010-site/content.md#anchor-movement)",
|
|
451
451
|
"examples": [
|
|
452
452
|
"instant",
|
|
453
453
|
"smooth"
|
|
@@ -461,5 +461,5 @@
|
|
|
461
461
|
"description": "Technical settings for one Norna site. Additional pages cannot provide technical configuration.",
|
|
462
462
|
"$id": "https://janga.github.io/norna/schemas/config.schema.json",
|
|
463
463
|
"title": "Norna site configuration",
|
|
464
|
-
"markdownDescription": "```yaml\nurl: https://example.com/\n```\n\n`config.yaml` contains the few technical settings shared by the complete site.\n\n[Configuration reference](https://github.com/janga/norna/blob/v0.7.
|
|
464
|
+
"markdownDescription": "```yaml\nurl: https://example.com/\n```\n\n`config.yaml` contains the few technical settings shared by the complete site.\n\n[Configuration reference (current)](https://janga.github.io/norna/reference/configuration/site/)\n\n[Norna 0.7.27 source reference](https://github.com/janga/norna/blob/v0.7.27/site/pages/032-reference/pages/020-configuration/pages/010-site/content.md)"
|
|
465
465
|
}
|