Skip to content

Commit

Permalink
Merge pull request #216 from ynput/enhance-kitsu-docs
Browse files Browse the repository at this point in the history
Enhance kitsu docs add some notes
  • Loading branch information
MustafaJafar authored Oct 8, 2024
2 parents c9e665c + 2d66800 commit f17bf9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
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.

0 comments on commit f17bf9e

Please sign in to comment.