Skip to content

Commit

Permalink
Merge pull request #8 from yeatmanlab/enh/apps-dashboard-integration
Browse files Browse the repository at this point in the history
Integratig apps to the dashboard
  • Loading branch information
Emily-ejag authored May 8, 2024
2 parents 1fc3827 + 43216bc commit ff02b73
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineUserConfig({

theme: defaultTheme({
logo: "https://vuejs.press/images/hero.png",
navbar: ["/databases/", "/workflows/", "/cloud-functions/","/internationalization/"],
navbar: ["/databases/", "/workflows/", "/cloud-functions/","/internationalization/", "/integrate-new-apps/"],
nextLinks: true,
prevLinks: true,
sidebar: [
Expand Down Expand Up @@ -60,6 +60,12 @@ export default defineUserConfig({
collapsable: false,
children: getChildren("./docs/internationalization"),
},
{
text: "App Dashboard Integration",
link: "/integrate-new-apps/",
collapsable: false,
children: getChildren("./docs/integrate-new-apps"),
},
],
}),

Expand Down
3 changes: 3 additions & 0 deletions docs/integrate-new-apps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Integrate new Apps

This is a guide for publishing the apps on npm and adding them into the dashboard
Loading

0 comments on commit ff02b73

Please sign in to comment.