Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix yarn warnings regards dead links #157

Merged
merged 7 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/docs/addon_core_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/addon_houdini_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/addon_nuke_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/addon_slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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").

Expand Down
1 change: 0 additions & 1 deletion website/docs/artist_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)