From 16b84cbe7f3e04bf38ea69fc43660092fb942817 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 29 Oct 2024 12:24:51 +0300 Subject: [PATCH] Added new docs --- .../doc/theming/styled/PresetsDoc.vue | 1597 +---------------- .../doc/theming/unstyled/ArchitectureDoc.vue | 35 +- .../doc/theming/unstyled/ComparisonDoc.vue | 13 + .../unstyled/hybrid/HybridExampleDoc.vue | 61 + .../unstyled/hybrid/HybridSetupDoc.vue | 24 + .../unstyled/hybrid/HybridTailwindDoc.vue | 8 + .../unstyled/libraries/TailwindDoc.vue | 7 - .../theming/unstyled/libraries/UnoCSSDoc.vue | 11 - .../PureExampleDoc.vue} | 7 +- .../{ThemeDoc.vue => pure/PureGlobalDoc.vue} | 11 +- .../{SetupDoc.vue => pure/PureSetupDoc.vue} | 2 +- .../theming/unstyled/pure/PureTailwindDoc.vue | 9 + apps/showcase/doc/vite/VerifyDoc.vue | 2 +- apps/showcase/pages/support/index.vue | 6 +- .../showcase/pages/theming/unstyled/index.vue | 80 +- 15 files changed, 218 insertions(+), 1655 deletions(-) create mode 100644 apps/showcase/doc/theming/unstyled/ComparisonDoc.vue create mode 100644 apps/showcase/doc/theming/unstyled/hybrid/HybridExampleDoc.vue create mode 100644 apps/showcase/doc/theming/unstyled/hybrid/HybridSetupDoc.vue create mode 100644 apps/showcase/doc/theming/unstyled/hybrid/HybridTailwindDoc.vue delete mode 100644 apps/showcase/doc/theming/unstyled/libraries/TailwindDoc.vue delete mode 100644 apps/showcase/doc/theming/unstyled/libraries/UnoCSSDoc.vue rename apps/showcase/doc/theming/unstyled/{ExampleDoc.vue => pure/PureExampleDoc.vue} (70%) rename apps/showcase/doc/theming/unstyled/{ThemeDoc.vue => pure/PureGlobalDoc.vue} (58%) rename apps/showcase/doc/theming/unstyled/{SetupDoc.vue => pure/PureSetupDoc.vue} (88%) create mode 100644 apps/showcase/doc/theming/unstyled/pure/PureTailwindDoc.vue diff --git a/apps/showcase/doc/theming/styled/PresetsDoc.vue b/apps/showcase/doc/theming/styled/PresetsDoc.vue index bbd43a73a..e8752a2ea 100644 --- a/apps/showcase/doc/theming/styled/PresetsDoc.vue +++ b/apps/showcase/doc/theming/styled/PresetsDoc.vue @@ -1,1595 +1,10 @@ - - diff --git a/apps/showcase/doc/theming/unstyled/ArchitectureDoc.vue b/apps/showcase/doc/theming/unstyled/ArchitectureDoc.vue index ee12475aa..95194df75 100644 --- a/apps/showcase/doc/theming/unstyled/ArchitectureDoc.vue +++ b/apps/showcase/doc/theming/unstyled/ArchitectureDoc.vue @@ -1,13 +1,38 @@ diff --git a/apps/showcase/doc/theming/unstyled/ComparisonDoc.vue b/apps/showcase/doc/theming/unstyled/ComparisonDoc.vue new file mode 100644 index 000000000..52e49fe48 --- /dev/null +++ b/apps/showcase/doc/theming/unstyled/ComparisonDoc.vue @@ -0,0 +1,13 @@ + diff --git a/apps/showcase/doc/theming/unstyled/hybrid/HybridExampleDoc.vue b/apps/showcase/doc/theming/unstyled/hybrid/HybridExampleDoc.vue new file mode 100644 index 000000000..c3923fa32 --- /dev/null +++ b/apps/showcase/doc/theming/unstyled/hybrid/HybridExampleDoc.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/apps/showcase/doc/theming/unstyled/hybrid/HybridSetupDoc.vue b/apps/showcase/doc/theming/unstyled/hybrid/HybridSetupDoc.vue new file mode 100644 index 000000000..0c5f7293c --- /dev/null +++ b/apps/showcase/doc/theming/unstyled/hybrid/HybridSetupDoc.vue @@ -0,0 +1,24 @@ + + + diff --git a/apps/showcase/doc/theming/unstyled/hybrid/HybridTailwindDoc.vue b/apps/showcase/doc/theming/unstyled/hybrid/HybridTailwindDoc.vue new file mode 100644 index 000000000..4875332af --- /dev/null +++ b/apps/showcase/doc/theming/unstyled/hybrid/HybridTailwindDoc.vue @@ -0,0 +1,8 @@ + diff --git a/apps/showcase/doc/theming/unstyled/libraries/TailwindDoc.vue b/apps/showcase/doc/theming/unstyled/libraries/TailwindDoc.vue deleted file mode 100644 index 54a893831..000000000 --- a/apps/showcase/doc/theming/unstyled/libraries/TailwindDoc.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - diff --git a/apps/showcase/doc/theming/unstyled/libraries/UnoCSSDoc.vue b/apps/showcase/doc/theming/unstyled/libraries/UnoCSSDoc.vue deleted file mode 100644 index 9e1e7d0c7..000000000 --- a/apps/showcase/doc/theming/unstyled/libraries/UnoCSSDoc.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - diff --git a/apps/showcase/doc/theming/unstyled/ExampleDoc.vue b/apps/showcase/doc/theming/unstyled/pure/PureExampleDoc.vue similarity index 70% rename from apps/showcase/doc/theming/unstyled/ExampleDoc.vue rename to apps/showcase/doc/theming/unstyled/pure/PureExampleDoc.vue index 68adfdde6..348b42061 100644 --- a/apps/showcase/doc/theming/unstyled/ExampleDoc.vue +++ b/apps/showcase/doc/theming/unstyled/pure/PureExampleDoc.vue @@ -1,8 +1,8 @@