From 18576538e7b8cce62f66fd4e5abb4a71937b75f3 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 15 Oct 2023 23:57:44 +0300 Subject: [PATCH] New Nuxt docs --- assets/menu/menu.json | 5 ++ doc/installation/DownloadDoc.vue | 15 ++-- doc/installation/NuxtIntegrationDoc.vue | 49 ------------ doc/nuxt/DownloadDoc.vue | 29 +++++++ doc/nuxt/ExampleDoc.vue | 7 ++ doc/nuxt/SetupDoc.vue | 64 +++++++++++++++ doc/nuxt/StyleDoc.vue | 29 +++++++ doc/nuxt/VideoDoc.vue | 8 ++ doc/nuxt/configuration/ComponentsDoc.vue | 72 +++++++++++++++++ doc/nuxt/configuration/ComposablesDoc.vue | 26 ++++++ doc/nuxt/configuration/DirectivesDoc.vue | 51 ++++++++++++ doc/nuxt/configuration/OptionsDoc.vue | 31 ++++++++ doc/nuxt/configuration/UsePrimeVueDoc.vue | 24 ++++++ pages/installation/index.vue | 6 -- pages/nuxt/index.vue | 97 +++++++++++++++++++++++ 15 files changed, 452 insertions(+), 61 deletions(-) delete mode 100644 doc/installation/NuxtIntegrationDoc.vue create mode 100644 doc/nuxt/DownloadDoc.vue create mode 100644 doc/nuxt/ExampleDoc.vue create mode 100644 doc/nuxt/SetupDoc.vue create mode 100644 doc/nuxt/StyleDoc.vue create mode 100644 doc/nuxt/VideoDoc.vue create mode 100644 doc/nuxt/configuration/ComponentsDoc.vue create mode 100644 doc/nuxt/configuration/ComposablesDoc.vue create mode 100644 doc/nuxt/configuration/DirectivesDoc.vue create mode 100644 doc/nuxt/configuration/OptionsDoc.vue create mode 100644 doc/nuxt/configuration/UsePrimeVueDoc.vue create mode 100644 pages/nuxt/index.vue diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 7e46acdaa..8be8fc759 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -11,6 +11,11 @@ { "name": "Configuration", "to": "/configuration" + }, + { + "name": "Nuxt", + "to": "/nuxt", + "badge": "NEW" } ] }, diff --git a/doc/installation/DownloadDoc.vue b/doc/installation/DownloadDoc.vue index 2ee2b59c0..f2ed1ea96 100644 --- a/doc/installation/DownloadDoc.vue +++ b/doc/installation/DownloadDoc.vue @@ -1,8 +1,8 @@ diff --git a/doc/nuxt/DownloadDoc.vue b/doc/nuxt/DownloadDoc.vue new file mode 100644 index 000000000..289c27fa9 --- /dev/null +++ b/doc/nuxt/DownloadDoc.vue @@ -0,0 +1,29 @@ + + + diff --git a/doc/nuxt/ExampleDoc.vue b/doc/nuxt/ExampleDoc.vue new file mode 100644 index 000000000..3bc41f50b --- /dev/null +++ b/doc/nuxt/ExampleDoc.vue @@ -0,0 +1,7 @@ + diff --git a/doc/nuxt/SetupDoc.vue b/doc/nuxt/SetupDoc.vue new file mode 100644 index 000000000..f89bdc905 --- /dev/null +++ b/doc/nuxt/SetupDoc.vue @@ -0,0 +1,64 @@ + + + diff --git a/doc/nuxt/StyleDoc.vue b/doc/nuxt/StyleDoc.vue new file mode 100644 index 000000000..872f522cf --- /dev/null +++ b/doc/nuxt/StyleDoc.vue @@ -0,0 +1,29 @@ + + + diff --git a/doc/nuxt/VideoDoc.vue b/doc/nuxt/VideoDoc.vue new file mode 100644 index 000000000..160b69c70 --- /dev/null +++ b/doc/nuxt/VideoDoc.vue @@ -0,0 +1,8 @@ + diff --git a/doc/nuxt/configuration/ComponentsDoc.vue b/doc/nuxt/configuration/ComponentsDoc.vue new file mode 100644 index 000000000..05eee21b1 --- /dev/null +++ b/doc/nuxt/configuration/ComponentsDoc.vue @@ -0,0 +1,72 @@ + + + diff --git a/doc/nuxt/configuration/ComposablesDoc.vue b/doc/nuxt/configuration/ComposablesDoc.vue new file mode 100644 index 000000000..688c00527 --- /dev/null +++ b/doc/nuxt/configuration/ComposablesDoc.vue @@ -0,0 +1,26 @@ + + + diff --git a/doc/nuxt/configuration/DirectivesDoc.vue b/doc/nuxt/configuration/DirectivesDoc.vue new file mode 100644 index 000000000..39f73ab6b --- /dev/null +++ b/doc/nuxt/configuration/DirectivesDoc.vue @@ -0,0 +1,51 @@ + + + diff --git a/doc/nuxt/configuration/OptionsDoc.vue b/doc/nuxt/configuration/OptionsDoc.vue new file mode 100644 index 000000000..bd47e8442 --- /dev/null +++ b/doc/nuxt/configuration/OptionsDoc.vue @@ -0,0 +1,31 @@ + + + diff --git a/doc/nuxt/configuration/UsePrimeVueDoc.vue b/doc/nuxt/configuration/UsePrimeVueDoc.vue new file mode 100644 index 000000000..d10ed413d --- /dev/null +++ b/doc/nuxt/configuration/UsePrimeVueDoc.vue @@ -0,0 +1,24 @@ + + + diff --git a/pages/installation/index.vue b/pages/installation/index.vue index f679d3122..aee12e60c 100644 --- a/pages/installation/index.vue +++ b/pages/installation/index.vue @@ -18,7 +18,6 @@