diff --git a/website/docs/addon_core_settings.md b/website/docs/addon_core_settings.md index de522355..24f29c2f 100644 --- a/website/docs/addon_core_settings.md +++ b/website/docs/addon_core_settings.md @@ -42,7 +42,7 @@ Project settings can have project specific values. Each new project is using stu ## Tools ### Creator -Settings related to [Creator tool](../artist_tools_creator). +Settings related to [Creator tool](artist_tools_creator). #### Product name profiles ![core_tools_creator_product_template](assets/core_tools_creator_product_template.png) @@ -75,7 +75,7 @@ Some creators may have other keys as their context may require more information ### Workfiles -Settings related to [Workfile tool](../artist_tools_workfiles). +Settings related to [Workfile tool](artist_tools_workfiles). #### Open last workfile at launch This feature allows you to define a rule for each task/host or toggle the feature globally to all tasks as they are visible in the picture. @@ -86,7 +86,7 @@ This feature allows you to define a rule for each task/host or toggle the featur #### Template name profiles -Allows to select [anatomy template](admin_settings_project_anatomy.md#templates) based on context of product being published. +Allows to select [anatomy template](admin_settings_project_anatomy#templates) based on context of product being published. For example for `render` profile you might want to publish and store assets in different location (based on anatomy setting) then for `publish` profile. Profile filtering is used to select between appropriate template for each context of published products. @@ -127,7 +127,7 @@ AYON distributes its own OCIO configs. Those can be found in `{ayon install dir} ### Using OCIO config Global config path is set by default to AYON distributed configs. At the moment there are only two - **aces_1.2** and **nuke-default**. Since this path input is not platform specific it is required to use at least an environment variable for platform specific config root directory. Order of paths matter so first existing path found is used. -Each OCIO config path input supports formatting using environment variables and [anatomy template keys](../admin_settings_project_anatomy#available-template-keys). The default global OCIO config path is `{AYON_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio`. +Each OCIO config path input supports formatting using environment variables and [anatomy template keys](admin_settings_project_anatomy#available-template-keys). The default global OCIO config path is `{AYON_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio`. If the project settings for a particular host has its own OCIO config **enabled** and set to at least one path and the path exists, it overrides the global OCIO config for that host. diff --git a/website/docs/addon_houdini_admin.md b/website/docs/addon_houdini_admin.md index 398db613..f15d9579 100644 --- a/website/docs/addon_houdini_admin.md +++ b/website/docs/addon_houdini_admin.md @@ -16,7 +16,7 @@ import versions from '@site/docs/assets/json/Ayon_addons_version.json' ### Add Self Publish Button -Enabling this setting will cause Houdini creator to add a **self publish button** when creating new publish instances. More Info on how how the **self publish button** works [here](artist_hosts_houdini#ayon-publishing-process) +Enabling this setting will cause Houdini creator to add a **self publish button** when creating new publish instances. More Info on how how the **self publish button** works [here](addon_houdini_artist#ayon-publishing-process) ![general_settings_self_publish_button](assets/houdini/admin/general_settings_self_publish_button.png) diff --git a/website/docs/addon_nuke_admin.md b/website/docs/addon_nuke_admin.md index 0c13469d..4ec82f13 100644 --- a/website/docs/addon_nuke_admin.md +++ b/website/docs/addon_nuke_admin.md @@ -27,7 +27,7 @@ All Workfile Builder related settings can be found here. This is a list of avail :::important Auto Load Last Version -In case you want to set the auto load of the latest available version of workfiles, you can do it from [here](project_settings_core#open-last-workfile-at-launch). +In case you want to set the auto load of the latest available version of workfiles, you can do it from [here](addon_core_settings#open-last-workfile-at-launch). ::: ### Create first workfile diff --git a/website/docs/addon_slack.md b/website/docs/addon_slack.md index 454c0bd8..3d4e112d 100644 --- a/website/docs/addon_slack.md +++ b/website/docs/addon_slack.md @@ -86,7 +86,7 @@ You might try to add `{review_filepath}` to message content instead of using `Up (It won't show a playable preview though!) #### Message -Message content can use Templating (see [Available template keys](admin_settings_project_anatomy.md#available-template-keys)). +Message content can use Templating (see [Available template keys](admin_settings_project_anatomy#available-template-keys)). Few keys also have Capitalized and UPPERCASE format. Values will be modified accordingly ({Asset} >> "Asset", {FAMILY} >> "RENDER"). diff --git a/website/docs/artist_tools.md b/website/docs/artist_tools.md index 57ee4489..4951cc14 100644 --- a/website/docs/artist_tools.md +++ b/website/docs/artist_tools.md @@ -15,4 +15,3 @@ AYON offers a collection of core tools in tandem with the Integrations: - [Inventory](artist_tools_inventory) - [Workfiles](artist_tools_workfiles) - [Look Assigner](artist_tools_look_assigner) -- [Product Manager](artist_tools_product_manager)