From 8036b6452309a249859b0241bb3c87593d70c5f4 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 8 Mar 2023 11:35:24 +0300 Subject: [PATCH] Documentation updates --- assets/menu/menu.json | 52 ++- doc/accessibility/IntroductionDoc.vue | 1 + doc/{ => configuration}/locale/ImportDoc.vue | 0 .../locale/LocaleApiDoc.vue} | 0 .../locale/RepositoryDoc.vue | 0 .../locale/SetLocaleDoc.vue | 0 doc/confirmdialog/BasicDoc.vue | 2 +- doc/confirmdialog/ConfirmationServiceDoc.vue | 3 +- doc/confirmpopup/BasicDoc.vue | 2 +- doc/confirmpopup/ConfirmationServiceDoc.vue | 3 +- doc/dynamicdialog/BasicDoc.vue | 370 ------------------ ...zingDialogDoc.vue => CustomizationDoc.vue} | 0 doc/dynamicdialog/DialogServiceDoc.vue | 22 +- doc/dynamicdialog/UsageDoc.vue | 364 ++++++++++++++++- doc/installation/ExamplesDoc.vue | 19 + .../NuxtIntegrationDoc.vue | 4 +- .../PropCasesDoc.vue | 0 doc/installation/videos/CreateVueDoc.vue | 2 +- doc/installation/videos/NuxtDoc.vue | 8 + doc/theming/CustomThemeDoc.vue | 6 +- doc/toast/ToastServiceDoc.vue | 3 +- layouts/AppConfigurator.vue | 8 +- pages/configuration/index.vue | 36 +- pages/dynamicdialog/index.vue | 24 +- pages/installation/index.vue | 24 ++ pages/landing/DesignerSection.vue | 4 +- pages/landing/FooterSection.vue | 2 +- pages/landing/HeaderSection.vue | 12 +- pages/landing/HeroSection.vue | 2 +- pages/landing/ThemeSection.vue | 8 +- pages/team/index.vue | 84 ++++ pages/theming/index.vue | 2 +- public/images/landing/uikit-icon.svg | 3 + public/images/logos/nuxt.svg | 1 + public/images/logos/vite.svg | 15 + public/images/logos/vue.svg | 2 + public/images/team/aliriza.jpg | Bin 0 -> 12564 bytes public/images/team/atakan.jpg | Bin 0 -> 10253 bytes public/images/team/bahadir.jpg | Bin 0 -> 13183 bytes public/images/team/bugra.jpg | Bin 0 -> 14692 bytes public/images/team/cagatay.jpg | Bin 0 -> 10293 bytes public/images/team/cetin.jpg | Bin 0 -> 11206 bytes public/images/team/dilara.jpg | Bin 0 -> 8944 bytes public/images/team/kerem.jpg | Bin 0 -> 9334 bytes public/images/team/mert.jpg | Bin 0 -> 12194 bytes public/images/team/olgu.jpg | Bin 0 -> 11895 bytes public/images/team/onur.jpg | Bin 0 -> 15911 bytes public/images/team/tugce.jpg | Bin 0 -> 14665 bytes public/images/team/ulas.jpg | Bin 0 -> 7065 bytes 49 files changed, 620 insertions(+), 468 deletions(-) rename doc/{ => configuration}/locale/ImportDoc.vue (100%) rename doc/{locale/ApiDoc.vue => configuration/locale/LocaleApiDoc.vue} (100%) rename doc/{ => configuration}/locale/RepositoryDoc.vue (100%) rename doc/{ => configuration}/locale/SetLocaleDoc.vue (100%) delete mode 100644 doc/dynamicdialog/BasicDoc.vue rename doc/dynamicdialog/{CustomizingDialogDoc.vue => CustomizationDoc.vue} (100%) create mode 100644 doc/installation/ExamplesDoc.vue rename doc/{configuration => installation}/NuxtIntegrationDoc.vue (95%) rename doc/{configuration => installation}/PropCasesDoc.vue (100%) create mode 100644 doc/installation/videos/NuxtDoc.vue create mode 100644 pages/team/index.vue create mode 100644 public/images/landing/uikit-icon.svg create mode 100644 public/images/logos/nuxt.svg create mode 100644 public/images/logos/vite.svg create mode 100644 public/images/logos/vue.svg create mode 100644 public/images/team/aliriza.jpg create mode 100644 public/images/team/atakan.jpg create mode 100644 public/images/team/bahadir.jpg create mode 100644 public/images/team/bugra.jpg create mode 100644 public/images/team/cagatay.jpg create mode 100644 public/images/team/cetin.jpg create mode 100644 public/images/team/dilara.jpg create mode 100644 public/images/team/kerem.jpg create mode 100644 public/images/team/mert.jpg create mode 100644 public/images/team/olgu.jpg create mode 100644 public/images/team/onur.jpg create mode 100644 public/images/team/tugce.jpg create mode 100644 public/images/team/ulas.jpg diff --git a/assets/menu/menu.json b/assets/menu/menu.json index ac281d134..aae0ce6c8 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -12,14 +12,6 @@ "name": "Configuration", "to": "/configuration" }, - { - "name": "FilterService", - "to": "/filterservice" - }, - { - "name": "Locale", - "to": "/locale" - }, { "name": "Accessibility", "to": "/accessibility" @@ -443,10 +435,6 @@ "name": "Overview", "to": "/theming" }, - { - "name": "Theme Designer", - "href": "https://www.primefaces.org/designer/primevue" - }, { "name": "Visual Editor", "href": "https://designer.primevue.org" @@ -486,10 +474,32 @@ "icon": "pi pi-table", "href": "https://www.primefaces.org/primeflex" }, + { + "name": "Support", + "icon": "pi pi-question", + "children": [ + { + "name": "Discord Server", + "href": "https://discord.gg/gzKFYnpmCY" + }, + { + "name": "Forum", + "href": "https://forum.primefaces.org/viewforum.php?f=57" + }, + { + "name": "PRO Support", + "to": "/support" + } + ] + }, { "name": "Discover", "icon": "pi pi-search", "children": [ + { + "name": "About Us", + "to": "/team" + }, { "name": "Roadmap", "to": "/roadmap" @@ -523,24 +533,6 @@ "href": "https://gear.primefaces.org" } ] - }, - { - "name": "Support", - "icon": "pi pi-question", - "children": [ - { - "name": "Discord Server", - "href": "https://discord.gg/gzKFYnpmCY" - }, - { - "name": "Forum", - "href": "https://forum.primefaces.org/viewforum.php?f=57" - }, - { - "name": "PRO Support", - "to": "/support" - } - ] } ] } diff --git a/doc/accessibility/IntroductionDoc.vue b/doc/accessibility/IntroductionDoc.vue index 70ab0dee3..f2f862914 100644 --- a/doc/accessibility/IntroductionDoc.vue +++ b/doc/accessibility/IntroductionDoc.vue @@ -1,4 +1,5 @@