Skip to content

Commit b9a072c

Browse files
authored
Merge branch 'main' into 360-outdated-example-of-cpp-api
2 parents 036688e + faa643e commit b9a072c

7 files changed

Lines changed: 26 additions & 41 deletions

File tree

website/src/data/features/data.ts

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const features: { [type in FeatureType]: Feature } = {
2424
"Save and load workfiles in progress. Change the context inside of the application.",
2525
preview: "workfiles.png",
2626
docs: {
27-
user: "artist_tools_workfiles",
27+
user: "https://help.ayon.app/en/help/articles/9624270-workfiles",
2828
},
2929
},
3030
loader: {
@@ -33,7 +33,7 @@ const features: { [type in FeatureType]: Feature } = {
3333
"Universal GUI for loading published assets into your DCC app.",
3434
preview: "loader.mp4",
3535
docs: {
36-
user: "artist_tools_loader",
36+
user: "https://help.ayon.app/en/help/articles/4345209-loader",
3737
},
3838
},
3939
publisher: {
@@ -42,7 +42,7 @@ const features: { [type in FeatureType]: Feature } = {
4242
"Universal GUI for validating and publishing content from your DCC app.",
4343
preview: "publisher.mp4",
4444
docs: {
45-
user: "artist_tools_publisher",
45+
user: "https://help.ayon.app/en/help/articles/1075843-creator-publisher",
4646
},
4747
},
4848
sceneManager: {
@@ -51,19 +51,17 @@ const features: { [type in FeatureType]: Feature } = {
5151
"Universal GUI for managing versions of assets loaded into your working scene.",
5252
preview: "scene_manager.png",
5353
docs: {
54-
user: "artist_tools_inventory",
54+
user: "https://help.ayon.app/en/help/articles/9770233-scene-inventory",
5555
},
5656
},
57-
projectManager: {
58-
title: "Project manager",
59-
description:
60-
"Tools for creating shots, assets and task within your project if you don't use third party project management",
61-
},
6257
sgSync: {
6358
title: "Flow (Shotgrid) Sync",
6459
description:
6560
"A way to synchronize projects across AYON and Flow (Shotgrid), as well as react to events in either platform.",
6661
preview: "shotgrid_sync.png",
62+
docs: {
63+
user: "https://help.ayon.app/en/help/articles/3639938-configure-flow-shotgrid-addon",
64+
},
6765
},
6866
aquariumSync: {
6967
title: "Aquarium Sync",
@@ -72,19 +70,9 @@ const features: { [type in FeatureType]: Feature } = {
7270
preview: "aquarium_sync.png",
7371
github: "https://github.com/ynput/ayon-aquarium",
7472
docs: {
75-
user: "addon_aquarium_artist",
76-
admin: "addon_aquarium_admin",
7773
developer: "addon_aquarium_developer",
7874
},
7975
},
80-
libraryLoader: {
81-
title: "Library Loader",
82-
description:
83-
"A loader GUI that allows yo to load content from dedicated cross project asset library",
84-
docs: {
85-
user: "artist_tool_library_loader",
86-
},
87-
},
8876
trayPublisher: {
8977
title: "Tray Publisher",
9078
description:
@@ -106,7 +94,7 @@ const features: { [type in FeatureType]: Feature } = {
10694
description:
10795
"Built in file synchronization between your central storage (cloud or physical) and all your freelancers",
10896
docs: {
109-
admin: "addon_site_sync_admin",
97+
admin: "https://help.ayon.app/en/help/articles/3882937-site-sync",
11098
},
11199
},
112100
timersManager: {
@@ -115,12 +103,13 @@ const features: { [type in FeatureType]: Feature } = {
115103
"Service for monitoring the user activity to start, stop and synchronise time tracking.",
116104
docs: {
117105
},
118-
github: "https://github.com/ynput/ayon-core/tree/develop/client/ayon_core/modules/timers_manager"
106+
github: "https://github.com/ynput/ayon-timers-manager"
119107
},
120108
farmRendering: {
121109
title: "Farm rendering",
122110
docs: {
123-
admin: "addon_deadline_admin",
111+
user: "https://help.ayon.app/en/help/articles/8138091-working-with-deadline-in-ayon",
112+
admin: "https://help.ayon.app/en/help/articles/5372986-configure-deadline-addon",
124113
},
125114
description:
126115
"Integrations with render managers. Render, publish and generate reviews on the farm.",
@@ -138,7 +127,7 @@ const features: { [type in FeatureType]: Feature } = {
138127
reviewables: {
139128
title: "Reviewables",
140129
docs: {
141-
user: "docs/project_settings/settings_project_global#extract-review",
130+
user: "https://help.ayon.app/en/help/articles/3005275-core-addon-settings#izrleolormb",
142131
},
143132
description:
144133
"Generate automated reviewable quicktimes and sequences in any format, with metadata burnins.",
@@ -148,7 +137,7 @@ const features: { [type in FeatureType]: Feature } = {
148137
description: "Fully colour managed outputs for work and review",
149138
preview: "color_managed.png",
150139
docs: {
151-
user: "artist_hosts_nuke#set-colorspace",
140+
user: "https://help.ayon.app/en/help/articles/1279384-colorspace-settings",
152141
},
153142
},
154143
nodePresets: {

website/src/data/features/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ export type FeatureType =
1414
| "loader"
1515
| "publisher"
1616
| "sceneManager"
17-
| "libraryLoader"
1817
| "reviewables"
1918
| "slates"
2019
| "colorManaged"
2120
| "farmRendering"
2221
| "localRendering"
2322
| "appLauncher"
2423
| "trayPublisher"
25-
| "projectManager"
2624
| "configurationGUI"
2725
| "siteSync"
2826
| "remoteWorkflow"

website/src/data/products/data.ts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,45 @@ const products: { [type in ProductType]: Product } = {
44
model: {
55
title: "Model",
66
icon: "language",
7-
docs: "#model",
7+
docs: "#46rec8lr0em",
88
},
99
look: {
1010
title: "Look",
1111
icon: "ev_shadow",
12-
docs: "#look",
12+
docs: "#6b24is4bk2t",
1313
},
1414
rig: {
1515
title: "Rig",
1616
icon: "accessibility",
17-
docs: "#rig",
17+
docs: "#wyleae08si1",
1818
},
1919
layout: {
2020
title: "Layout",
2121
icon: "nature_people",
22-
docs: "#layout",
2322
},
2423
setdress: {
2524
title: "Setdress",
2625
icon: "forest",
27-
docs: "#setdress",
26+
docs: "#7p3c6f8dzlw",
2827
},
2928
camera: {
3029
title: "Camera",
3130
icon: "videocam",
32-
docs: "#camera",
31+
docs: "#kr4ptbopqax",
3332
},
3433
animation: {
3534
title: "Animation",
3635
icon: "directions_run",
37-
docs: "#animation",
36+
docs: "#ciar7mid47i",
3837
},
3938
cache: {
4039
title: "Cache",
4140
icon: "animation",
42-
docs: "#cache",
41+
docs: "#er8bxsoc5si",
4342
},
4443
render: {
4544
title: "Render",
4645
icon: "photo_library",
47-
docs: "#render",
4846
},
4947
prerender: {
5048
title: "Prerender",

website/src/pages/features/_components/FeatureCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function FeatureCard({ feature }: { feature: Feature }) {
154154
Object.entries(feature.docs).map(
155155
([k, v]) => (
156156
<Link
157-
href={"/docs/" + v}
157+
href={v.startsWith("https://") ? `${v}` : `/docs/${v}`}
158158
className={clsx(
159159
"button button--secondary button--md",
160160
"pagination-nav__link",

website/src/pages/features/_components/ProductCard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import Link from "@docusaurus/Link";
88
function ProductCard({ product }: { product: Product }) {
99
return (
1010
<Link
11-
href={`/docs/artist_publish${
12-
product.docs ? product.docs : "#products"
11+
href={`https://help.ayon.app/en/help/articles/7070980-about-ayon-pipeline${
12+
product.docs ? product.docs : "#46rec8lr0em"
1313
}`}
1414
className={styles.link}
1515
>

website/src/pages/features/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function FeaturesCards() {
406406
? "Supported Product Types"
407407
: "All Products Types"}
408408
{!isAddonsSelected && (
409-
<Link href="/docs/artist_concepts#product">
409+
<Link href="https://help.ayon.app/en/help/articles/7070980-about-ayon-pipeline#iw8re13zz2o">
410410
What are products?
411411
</Link>
412412
)}

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default function Home() {
201201
styles.features
202202
)}
203203
>
204-
<Link href="/docs/artist_publish">
204+
<Link href="https://help.ayon.app/en/help/articles/7070980-about-ayon-pipeline#iw8re13zz2o">
205205
<Heading as="h2" className={clsx("hero__subtitle")}>
206206
Products
207207
</Heading>
@@ -230,7 +230,7 @@ export default function Home() {
230230
<ProductCard product={product} key={product.id} />
231231
))}
232232
</ul>
233-
<a href="/features#products">
233+
<a href="https://help.ayon.app/en/help/articles/7070980-about-ayon-pipeline#iw8re13zz2o">
234234
<div
235235
className={clsx(
236236
"button button--secondary button--md",

0 commit comments

Comments
 (0)