Skip to content

Commit

Permalink
Add link to api in navigation & replace case studies with link to sam…
Browse files Browse the repository at this point in the history
…ples
  • Loading branch information
marwie committed Mar 30, 2024
1 parent cd7d221 commit 0c5acf4
Showing 1 changed file with 12 additions and 51 deletions.
63 changes: 12 additions & 51 deletions documentation/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ export default defineUserConfig({
{
text: "Community Contributions",
link: "/community/contributions"
}
},
{
text: "Needle Engine API",
link: "https://engine.needle.tools/docs/api",
},
]
},
{
Expand Down Expand Up @@ -199,11 +203,15 @@ export default defineUserConfig({
"/reference/needle-config-json",
"/reference/typescript-decorators",
"/scripting-examples",
{
text: "Needle Engine API",
link: "https://engine.needle.tools/docs/api",
},
"/vanilla-js",
{
text: "Community Contributions",
link: "/community/contributions"
}
},
]
},
{
Expand All @@ -223,55 +231,8 @@ export default defineUserConfig({
]
},
{
text: 'Case studies',
children: [
{
text: 'Needle',
children: [
{
text: 'Needle Website 🌐',
link: '/showcase-website',
},
{
text: 'Castle Builder 🏰',
link: '/showcase-castle',
},
{
text: 'Product Configurator 🚲',
link: '/showcase-bike',
},
{
text: 'Monster Hands 💀',
link: '/showcase-monsterhands',
},
{
text: 'Samples',
link: 'https://engine.needle.tools/samples',
},
],
},
{
text: 'Other',
children: [
{
text: 'Songs Of Cultures',
link: 'https://app.songsofcultures.com',
},
{
text: 'ZenRepublic Website',
link: '/showcase-zenrepublic',
},
{
text: 'Towerdefence Game',
link: '/showcase-towerdefence',
},
{
text: "Community Contributions",
link: "/community/contributions"
}
]
},
]
text: 'Samples',
link: 'https://engine.needle.tools/samples',
},
{
text: 'Pricing',
Expand Down

0 comments on commit 0c5acf4

Please sign in to comment.