diff --git a/src/components/app/AppSidebar.vue b/src/components/app/AppSidebar.vue index b648948..f9f02e3 100644 --- a/src/components/app/AppSidebar.vue +++ b/src/components/app/AppSidebar.vue @@ -318,6 +318,7 @@ export default {
  • = [ path: '/', component: () => import('./views/Home.vue') }, - { - path: '/docs', - component: () => import('./views/app/Documentation.vue') - }, - { - path: '/help', - component: () => import('./views/app/Help.vue') - }, //App { @@ -29,6 +21,14 @@ const routes: Array = [ path: '/app/technical-information', component: () => import('./views/TechnicalInformation.vue') }, + { + path: '/app/docs', + component: () => import('./views/app/Documentation.vue') + }, + { + path: '/app/help', + component: () => import('./views/app/Help.vue') + }, //Coaster pages { diff --git a/src/views/app/Documentation.vue b/src/views/app/Documentation.vue index 681f38c..6f0a6c4 100644 --- a/src/views/app/Documentation.vue +++ b/src/views/app/Documentation.vue @@ -1,62 +1,56 @@
    -
    -

    Designed for business teams like yours

    -

    Here at Flowbite we focus on markets where technology, innovation, and capital can unlock long-term value and drive economic growth.

    -
    -
    -
    -
    - -
    -

    Marketing

    -

    Plan it, create it, launch it. Collaborate seamlessly with all the organization and hit your marketing goals every month with our marketing plan.

    -
    -
    -
    - -
    -

    Legal

    -

    Protect your organization, devices and stay compliant with our structured workflows and custom permissions made for you.

    -
    -
    -
    - -
    -

    Business Automation

    -

    Auto-assign tasks, send Slack messages, and much more. Now power up with hundreds of new templates to help you get started.

    -
    -
    -
    - -
    -

    Finance

    -

    Audit-proof software built for critical financial operations like month-end close and quarterly budgeting.

    -
    -
    -
    - -
    -

    Enterprise Design

    -

    Craft beautiful, delightful experiences for both marketing and product with real cross-company collaboration.

    -
    -
    -
    - -
    -

    Operations

    -

    Keep your company’s lights on with customizable, iterative, and structured workflows built for all efficient teams and individual.

    -
    -
    -
    - + App - CoasterDB + + +
    + + + \ No newline at end of file diff --git a/src/views/app/Help.vue b/src/views/app/Help.vue index 2788fe3..a4e7879 100644 --- a/src/views/app/Help.vue +++ b/src/views/app/Help.vue @@ -1,83 +1,48 @@ \ No newline at end of file