2026-07-06 17:28:59 +00:00
|
|
|
var NAV_DATA = {
|
|
|
|
|
title: 'Workspace',
|
|
|
|
|
path: 'index.html',
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
title: 'Outline',
|
|
|
|
|
path: 'outline/index.html',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Guides',
|
|
|
|
|
path: 'guides/index.html',
|
|
|
|
|
children: [
|
2026-07-11 12:24:17 +00:00
|
|
|
{ title: 'Writing TypeScript Code', path: 'guides/writing-typescript-code/index.html' },
|
|
|
|
|
{ title: 'Writing Editor Panels', path: 'guides/writing-editor-panels/index.html' },
|
|
|
|
|
{ title: 'Writing Backend Routes', path: 'guides/writing-backend-routes/index.html' },
|
|
|
|
|
{ title: 'Locales', path: 'guides/locales/index.html' },
|
2026-07-06 17:28:59 +00:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Actions',
|
|
|
|
|
path: 'actions/index.html',
|
|
|
|
|
children: [
|
|
|
|
|
{ title: 'Update History', path: 'actions/update-history/index.html' },
|
|
|
|
|
{ title: 'Update Outline', path: 'actions/update-outline/index.html' },
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-07-11 12:24:17 +00:00
|
|
|
{
|
|
|
|
|
title: 'Reference',
|
|
|
|
|
path: 'reference/index.html',
|
|
|
|
|
children: [
|
|
|
|
|
{ title: 'Editor Singleton & Client/Server Split', path: 'reference/editor-singleton/index.html' },
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-07-06 17:28:59 +00:00
|
|
|
{
|
|
|
|
|
title: 'History',
|
|
|
|
|
path: 'history/index.html',
|
|
|
|
|
children: [
|
2026-07-12 12:01:01 +00:00
|
|
|
{ title: 'Sunday, 12 July 2026', path: 'history/2026/07-July/12-Sunday/index.html' },
|
2026-07-12 11:05:53 +00:00
|
|
|
{ title: 'Saturday, 11 July 2026', path: 'history/2026/07-July/11-Saturday/index.html' },
|
2026-07-11 11:16:16 +00:00
|
|
|
{ title: 'Friday, 10 July 2026', path: 'history/2026/07-July/10-Friday/index.html' },
|
2026-07-10 18:18:15 +00:00
|
|
|
{ title: 'Thursday, 9 July 2026', path: 'history/2026/07-July/09-Thursday/index.html' },
|
2026-07-06 17:28:59 +00:00
|
|
|
{ title: 'Monday, 6 July 2026', path: 'history/2026/07-July/06-Monday/index.html' },
|
|
|
|
|
{ title: 'Sunday, 5 July 2026', path: 'history/2026/07-July/05-Sunday/index.html' },
|
|
|
|
|
{ title: 'Saturday, 4 July 2026', path: 'history/2026/07-July/04-Saturday/index.html' },
|
|
|
|
|
{ title: 'Friday, 3 July 2026', path: 'history/2026/07-July/03-Friday/index.html' },
|
|
|
|
|
{ title: 'Thursday, 2 July 2026', path: 'history/2026/07-July/02-Thursday/index.html' },
|
|
|
|
|
{ title: 'Wednesday, 1 July 2026', path: 'history/2026/07-July/01-Wednesday/index.html' },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|
};
|