Update intro

pull/5806/head
Cagatay Civici 2024-05-29 18:33:49 +03:00
parent e14bcdc781
commit 1609eca7cb
3 changed files with 4 additions and 19 deletions

View File

@ -1,9 +0,0 @@
<template>
<DocSectionText v-bind="$attrs">
<p class="mb-0">
<a href="https://github.com/orgs/primefaces/discussions">Forum</a> and <a href="https://discord.gg/gzKFYnpmCY">Discord</a> are the open environments for the community users to seek support, post topics and discuss the technology. GitHub
issue tracker is the channel where community users can create tickets however PrimeTek cannot guarantee an instant response time although they are monitored and maintained by our staff regularly. If you need to secure our response within
1 business day in addition to other benefits, you may consider the optional <NuxtLink to="/support">PRO support</NuxtLink> service instead.
</p>
</DocSectionText>
</template>

View File

@ -1,10 +1,10 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p class="mb-0"> <p class="mb-0">
PrimeVue can be styled in two modes; styled or unstyled. Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Unstyled mode on the other hand, leaves the styling to you while PrimeVue can be styled in two modes; styled or unstyled. Styled mode is based on pre-skinned components with opinionated theme variants of PrimeOne design like Aura, Lara or Nora presets. Unstyled mode on the other hand, leaves the
implementing the functionality and accessibility. Unstyled mode provides full control over the styling with no boundaries by implementing a pluggable architecture to utilize CSS libraries like Tailwind CSS, Bootstrap, Bulma or your own styling to you while implementing the functionality and accessibility. Unstyled mode provides full control over the styling with no boundaries by implementing a pluggable architecture to utilize CSS libraries like Tailwind CSS, Bootstrap,
custom CSS. We've even further built the <a href="tailwind.primevue.org" target="_blank" rel="noopener noreferrer">Tailwind Presets</a> library to skin the UI library with utility classes of Tailwind. This design is future proof as Bulma or your own custom CSS. We've even further built the <a href="tailwind.primevue.org" target="_blank" rel="noopener noreferrer">Tailwind Presets</a> library to skin the UI library with utility classes of Tailwind. This design is
PrimeVue can be styled with any CSS library without actually depending on it in its core. future proof as PrimeVue can be styled with any CSS library without actually depending on it in its core.
</p> </p>
</DocSectionText> </DocSectionText>
</template> </template>

View File

@ -24,7 +24,6 @@ import AccessibilityDoc from '@/doc/introduction/AccessibilityDoc.vue';
import AddOnsDoc from '@/doc/introduction/AddOnsDoc.vue'; import AddOnsDoc from '@/doc/introduction/AddOnsDoc.vue';
import OverviewDoc from '@/doc/introduction/OverviewDoc.vue'; import OverviewDoc from '@/doc/introduction/OverviewDoc.vue';
import PassThroughDoc from '@/doc/introduction/PassThroughDoc.vue'; import PassThroughDoc from '@/doc/introduction/PassThroughDoc.vue';
import SupportDoc from '@/doc/introduction/SupportDoc.vue';
import ThemingDoc from '@/doc/introduction/ThemingDoc.vue'; import ThemingDoc from '@/doc/introduction/ThemingDoc.vue';
export default { export default {
@ -55,11 +54,6 @@ export default {
id: 'add-ons', id: 'add-ons',
label: 'Add-Ons', label: 'Add-Ons',
component: AddOnsDoc component: AddOnsDoc
},
{
id: 'support',
label: 'Support',
component: SupportDoc
} }
] ]
}; };