forked from observablehq/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobservablehq.config.ts
More file actions
27 lines (26 loc) · 842 Bytes
/
Copy pathobservablehq.config.ts
File metadata and controls
27 lines (26 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export default {
root: "playpen",
output: "playpen/.observablehq/dist",
title: "Observable Framework++",
// pages: [
// { name: "Foo", path: "/foo" },
// {
// name: "Reference",
// open: false,
// pages: [
// { name: "Frontmatter", path: "/frontmatter" },
// { name: "Globals", path: "/globals" }
// ]
// },
// {
// name: "Libraries",
// open: false,
// pager: false,
// pages: [
// { name: "Hypothesis", path: "/lib/hypothesis" },
// ]
// },
// { name: "Contributing", path: "/contributing", pager: false }
// ],
footer: `By Observable, Inc. with contributions from <a href="https://www.tilix.ai">Tilix</a>`,
};