You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/markdown.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The front matter supports the following options:
18
18
-**title** - the page title; defaults to the (first) first-level heading of the page, if any
19
19
-**index** - whether to index this page if [search](./search) is enabled; defaults to true for listed pages
20
20
-**keywords** <ahref="https://github.com/observablehq/framework/releases/tag/v1.1.0"class="observablehq-version-badge"data-version="^1.1.0"title="Added in v1.1.0"></a> - additional words to index for [search](./search); boosted at the same weight as the title
21
-
-**draft** <ahref="https://github.com/observablehq/framework/releases/tag/v1.1.0"class="observablehq-version-badge"data-version="^1.1.0"title="Added in v1.1.0"></a> - whether to skip this page during build; drafts are also not listed in the default sidebar
21
+
-**draft** <ahref="https://github.com/observablehq/framework/releases/tag/v1.1.0"class="observablehq-version-badge"data-version="^1.1.0"title="Added in v1.1.0"></a> - whether to skip this page during build; drafts are also not listed in the default sidebar nor searchable
22
22
-**sql** <ahref="https://github.com/observablehq/framework/releases/tag/v1.2.0"class="observablehq-version-badge"data-version="^1.2.0"title="Added in v1.2.0"></a> - table definitions for [SQL code blocks](./sql)
23
23
24
24
The front matter can also override the following [app-level configuration](./config) options:
0 commit comments