rojects/workspace/_assets_/nav-data.js

69 lines
2.9 KiB
JavaScript

var NAV_DATA = {
title: 'Workspace',
path: 'index.html',
children: [
{
title: 'Boards',
path: 'boards/index.html',
children: [
{ title: 'Tasks', path: 'boards/tasks.html' },
{ title: 'Bugs', path: 'boards/bugs.html' },
{ title: 'Backlog', path: 'boards/backlog.html' },
]
},
{
title: 'Outline',
path: 'outline/index.html',
children: [
{ title: 'rokojori-auth Restructure', path: 'outline/auth-restructure.html' },
]
},
{
title: 'Guides',
path: 'guides/index.html',
children: [
{ 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' },
{ title: 'Agent Memory', path: 'guides/agent-memory/index.html' },
]
},
{
title: 'Actions',
path: 'actions/index.html',
children: [
{ title: 'Update Board', path: 'actions/update-board/index.html' },
{ title: 'Update History', path: 'actions/update-history/index.html' },
{ title: 'Update Outline', path: 'actions/update-outline/index.html' },
]
},
{
title: 'Reference',
path: 'reference/index.html',
children: [
{ title: 'Editor Singleton & Client/Server Split', path: 'reference/editor-singleton/index.html' },
]
},
{
title: 'History',
path: 'history/index.html',
children: [
{ title: 'Tuesday, 15 July 2026', path: 'history/2026/07-July/15-Tuesday/index.html' },
{ title: 'Monday, 14 July 2026', path: 'history/2026/07-July/14-Monday/index.html' },
{ title: 'Sunday, 13 July 2026', path: 'history/2026/07-July/13-Sunday/index.html' },
{ title: 'Sunday, 12 July 2026', path: 'history/2026/07-July/12-Sunday/index.html' },
{ title: 'Saturday, 11 July 2026', path: 'history/2026/07-July/11-Saturday/index.html' },
{ title: 'Friday, 10 July 2026', path: 'history/2026/07-July/10-Friday/index.html' },
{ title: 'Thursday, 9 July 2026', path: 'history/2026/07-July/09-Thursday/index.html' },
{ 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' },
]
},
]
};