We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c69ae commit 96f00d0Copy full SHA for 96f00d0
7 files changed
observablehq.config.js
@@ -40,8 +40,8 @@ export default {
40
name: "Lab 2: Subway Staffing",
41
open: false,
42
pages: [
43
- // { name: "Instructions", path: "/lab_2/readme" },
44
- // { name: "Dashboard", path: "/lab_2/index" },
+ { name: "Instructions", path: "/lab_2/readme" },
+ { name: "Dashboard", path: "/lab_2/index" },
45
],
46
},
47
{
0 commit comments