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
|
|
|
};
|