mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
110 lines
3.2 KiB
JavaScript
110 lines
3.2 KiB
JavaScript
module.exports = {
|
|
artist: [
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "General",
|
|
items: [
|
|
"artist_getting_started",
|
|
"artist_concepts",
|
|
"artist_publish",
|
|
"artist_tools",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "Integrations",
|
|
items: [
|
|
"artist_hosts_nukestudio",
|
|
"artist_hosts_nuke",
|
|
"artist_hosts_maya",
|
|
"artist_hosts_harmony",
|
|
"artist_hosts_aftereffects",
|
|
"artist_hosts_photoshop",
|
|
"artist_hosts_unreal",
|
|
{
|
|
type: "category",
|
|
label: "Ftrack",
|
|
items: [
|
|
"artist_ftrack",
|
|
"manager_ftrack",
|
|
"manager_ftrack_actions",
|
|
],
|
|
}
|
|
],
|
|
},
|
|
],
|
|
Admin: [
|
|
"system_introduction",
|
|
{
|
|
type: "category",
|
|
label: "Getting Started",
|
|
items: [
|
|
"dev_requirements",
|
|
"dev_build",
|
|
"admin_distribute",
|
|
"admin_use",
|
|
"dev_contribute",
|
|
"admin_openpype_commands",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Configuration",
|
|
items: [
|
|
"admin_settings",
|
|
"admin_settings_system",
|
|
"admin_settings_project_anatomy",
|
|
"admin_settings_project",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Modules",
|
|
items: [
|
|
"module_ftrack",
|
|
"module_site_sync",
|
|
"module_deadline",
|
|
"module_muster",
|
|
"module_clockify"
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Releases",
|
|
items: ["changelog", "update_notes"],
|
|
},
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "2.0 legacy docs",
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "Deployment",
|
|
items: [
|
|
"pype2/admin_getting_started",
|
|
"pype2/admin_install",
|
|
"pype2/admin_config",
|
|
"pype2/admin_ftrack",
|
|
"pype2/admin_hosts",
|
|
"pype2/admin_pype_commands",
|
|
"pype2/admin_setup_troubleshooting",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Configuration",
|
|
items: [
|
|
"pype2/admin_presets_nukestudio",
|
|
"pype2/admin_presets_ftrack",
|
|
"pype2/admin_presets_maya",
|
|
"pype2/admin_presets_plugins",
|
|
"pype2/admin_presets_tools",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|