Skip to content

Commit 3a1fdf1

Browse files
committed
adding pages to outline.js
1 parent eaa05b1 commit 3a1fdf1

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

outline.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -279,22 +279,22 @@ export const outline = [
279279
text: 'Prep',
280280
link: '/lectures/visualising-data.html',
281281
},
282-
// {
283-
// text: 'Visualising Data',
284-
// link: '/lectures/visualising-data-js-1.html',
285-
// },
286-
// {
287-
// text: 'APIs and Fetching Data',
288-
// link: '/lectures/visualising-data-js-2.html',
289-
// },
290-
// {
291-
// text: 'Drawing shapes and text',
292-
// link: '/lectures/visualising-data-js-3.html',
293-
// },
294-
// {
295-
// text: 'Workshop',
296-
// link: '/workshops/data-vis/index.html',
297-
// },
282+
{
283+
text: 'Visualising Data',
284+
link: '/lectures/visualising-data-js-1.html',
285+
},
286+
{
287+
text: 'APIs and Fetching Data',
288+
link: '/lectures/visualising-data-js-2.html',
289+
},
290+
{
291+
text: 'Drawing shapes and text',
292+
link: '/lectures/visualising-data-js-3.html',
293+
},
294+
{
295+
text: 'Workshop',
296+
link: '/workshops/data-vis/index.html',
297+
},
298298
]
299299
},
300300
// {

0 commit comments

Comments
 (0)