Skip to content

Commit fe7aa3c

Browse files
committed
more option comments in template configs
1 parent bc97062 commit fe7aa3c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

templates/default/observablehq.config.js.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ export default {
2323
// theme: "default", // try "light", "dark", "slate", etc.
2424
// header: "", // what to show in the header (HTML)
2525
// footer: "Built with Observable.", // what to show in the footer (HTML)
26+
// sidebar: true, // whether to show the sidebar
2627
// toc: true, // whether to show the table of contents
2728
// pager: true, // whether to show previous & next links in the footer
2829
// root: "docs", // path to the source root for preview
2930
// output: "dist", // path to the output root for build
3031
// search: true, // activate search
32+
// linkify: true, // convert URLs in Markdown to links
33+
// typographer: false, // smart quotes and other typographic improvements
34+
// cleanUrls: true, // drop .html from URLs
3135
};

templates/empty/observablehq.config.js.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ export default {
2323
// theme: "default", // try "light", "dark", "slate", etc.
2424
// header: "", // what to show in the header (HTML)
2525
// footer: "Built with Observable.", // what to show in the footer (HTML)
26+
// sidebar: true, // whether to show the sidebar
2627
// toc: true, // whether to show the table of contents
2728
// pager: true, // whether to show previous & next links in the footer
2829
// root: "docs", // path to the source root for preview
2930
// output: "dist", // path to the output root for build
3031
// search: true, // activate search
32+
// linkify: true, // convert URLs in Markdown to links
33+
// typographer: false, // smart quotes and other typographic improvements
34+
// cleanUrls: true, // drop .html from URLs
3135
};

0 commit comments

Comments
 (0)