rokojori-auth/workspace/_assets_/nav-data.js

10 lines
345 B
JavaScript
Raw Permalink Normal View History

2026-07-13 11:42:50 +00:00
var NAV_DATA = {
title: 'Workspace',
path: 'index.html',
2026-07-17 11:36:03 +00:00
children: [
{ title: 'Implementation Guide', path: 'implementation-guide.html' },
{ title: 'Non-Browser Implementation Guide', path: 'non-browser-implementation-guide.html' },
{ title: 'Add a Subdomain', path: 'add-subdomain.html' },
]
2026-07-13 11:42:50 +00:00
};