Skip to content

Commit 3f3414e

Browse files
committed
add lab 1
1 parent 782a178 commit 3f3414e

File tree

4 files changed

+370
-0
lines changed

4 files changed

+370
-0
lines changed

observablehq.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ export default {
1515
{ name: "Dashboard", path: "/lab_0/index" },
1616
],
1717
},
18+
{
19+
name: "Lab 1: Prolific Pollinators",
20+
open: true,
21+
pages: [
22+
{ name: "Instructions", path: "/lab_1/readme" },
23+
{ name: "Dashboard", path: "/lab_1/index" },
24+
],
25+
},
1826
],
1927

2028
// Content to add to the head of the page, e.g. for a favicon:

0 commit comments

Comments
 (0)