Skip to content

Commit

Permalink
Merge pull request #236 from ynput/update_motionbuilder_docs
Browse files Browse the repository at this point in the history
Update motionbuilder docs
  • Loading branch information
moonyuet authored Sep 10, 2024
2 parents 68dfc40 + ed2c693 commit 0611fb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions website/docs/addon_motionbuilder_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: addon_motionbuilder_admin
title: Motionbuilder Admin Docs
sidebar_label: Motionbuilder
description: Motion Builder Addon's Admins documentation.
toc_max_heading_level: 5
---
import ReactMarkdown from "react-markdown";
import versions from '@site/docs/assets/json/Ayon_addons_version.json'
Expand Down
2 changes: 2 additions & 0 deletions website/docs/addon_motionbuilder_artist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: addon_motionbuilder_artist
title: Motionbuilder Docs
sidebar_label: Motionbuilder
description: Motion Builder Addon's Artists documentation.
toc_max_heading_level: 5
---

import ReactMarkdown from "react-markdown";
Expand Down
4 changes: 2 additions & 2 deletions website/src/data/addons/data/motionbuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { type Addon } from "../types";
import versions from "@site/docs/assets/json/Ayon_addons_version.json";

const addon: Addon = {
title: "Motion Builder",
title: "Motionbuilder",
description:
"MotionBuilder is a 3D character animation software which users can do virtual cinematography, motion capture and traditional keyframe animation.",
"Motionbuilder is a 3D character animation software which users can do virtual cinematography, motion capture and traditional keyframe animation.",
icon: "motionbuilder-icon.png",
badge: versions.MotionBuilder_Badge,
features: [
Expand Down

0 comments on commit 0611fb0

Please sign in to comment.