diff --git a/app/javascript/dashboard/components-next/HelpCenter/HelpCenterLayout.vue b/app/javascript/dashboard/components-next/HelpCenter/HelpCenterLayout.vue new file mode 100644 index 000000000..e65f6b97c --- /dev/null +++ b/app/javascript/dashboard/components-next/HelpCenter/HelpCenterLayout.vue @@ -0,0 +1,92 @@ + + + + + + + + + {{ header }} + + + + + + + + + + + + + + + + + + + diff --git a/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.story.vue b/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.story.vue new file mode 100644 index 000000000..e1a9dfa17 --- /dev/null +++ b/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.story.vue @@ -0,0 +1,44 @@ + + + + + + + + + + + diff --git a/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.vue b/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.vue new file mode 100644 index 000000000..8700b1227 --- /dev/null +++ b/app/javascript/dashboard/components-next/HelpCenter/PortalSwitcher/PortalSwitcher.vue @@ -0,0 +1,111 @@ + + + + + + + + + + {{ header }} + + + {{ description }} + + + + + + + + + + + + {{ portal.name }} + + + + + + + articles: + + {{ portal.articles }} + + + + + domain: + + {{ portal.domain }} + + + + + slug: + + {{ portal.slug }} + + + + + + + + +
+ {{ description }} +