Skip to content

Commit

Permalink
Add AYON APIs & Components menu to Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaJafar committed Sep 11, 2024
1 parent e2f7c4c commit 1a4ab8a
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,45 @@ const config = {
position: "left",
},
{
to: "/api",
label: "REST API Docs",
label: "APIs & Components",
position: "left",
items: [
{
label: "REST API Docs",
to: "/api",
},
{
label: "GraphQL API Docs",
href: "https://playground.ayon.app/explorer",
target: "_blank",
rel: null,
},
{
label: "Python API Docs",
href: "https://ynput.github.io/ayon-python-api/",
target: "_blank",
rel: null,
},
{
label: "C++ API Docs",
href: "https://ynput.github.io/ayon-cpp-api/",
target: "_blank",
rel: null,
},
{
label: "USD Resolver API Docs",
href: "https://ynput.github.io/ayon-usd-resolver/",
target: "_blank",
rel: null,
},
{
label: "Frontend React Components",
href: "https://components.ayon.dev/?path=/docs/button--docs",
target: "_blank",
rel: null,
},
],
className: "navbar__link--community",
},
{
label: "Addons",
Expand Down

0 comments on commit 1a4ab8a

Please sign in to comment.