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

Enhance kitsu docs add some notes #216

Merged
merged 2 commits into from
Oct 8, 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
15 changes: 13 additions & 2 deletions website/docs/addon_kitsu_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ Essential preparation for Kitsu addon to work.
### Create Bundle and Set Addon Version
Create new production bundle, Set Kitsu Addon version to your installed version, and finally restart server.

:::note
As soon as you restart your server, you'll start seeing Empty Kitsu tab.
:::info NOTE
The Kitsu tab will only become visible once you set the bundle that includes the Kitsu addon to production mode.

Once you restart your server, the Kitsu tab will appear, but it will be empty initially.
:::

### Set Kitsu Admin Account
Expand Down Expand Up @@ -146,3 +148,12 @@ While changing the names of entities is allowed, Be aware it doesn't change the
Absolutely! Entities are linked by their unique IDs between the two databases.
- If you rename an entity in the AYON project editor, this change won't show up in Kitsu. Instead, it will be replaced with the original name when the next sync happens.
- When you rename an entity directly in Kitsu, the new name will be updated in AYON during the upcoming synchronization.

### Managing Multiple Production Tracker for Various Projects

To effectively manage multiple projects with different production tracker addons such as ShotGrid and Kitsu, you'll need to include both addons in your production bundle. It will allow their respective tabs to appear within the Ayon server interface.

Then, you should activate or deactivate each addon based on the specific needs of the project at hand.
You can usually do this within the project settings.

![](assets/kitsu/admin/deactivate_addon_per_project.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading