From a4ac76b5da16ae063d0684f1b9b61a83620461bc Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 31 Mar 2024 16:42:46 +0300 Subject: [PATCH] Add css layer doc --- assets/data/news.json | 4 +- assets/menu/menu.json | 4 -- doc/csslayer/BootstrapDoc.vue | 23 ------- doc/csslayer/NormalizeDoc.vue | 23 ------- doc/csslayer/TailwindDoc.vue | 33 --------- doc/theming/styled/CSSLayerDoc.vue | 22 ------ doc/theming/styled/ColorsDoc.vue | 4 +- doc/theming/styled/csslayer/LibrariesDoc.vue | 56 +++++++++++++++ .../styled}/csslayer/ResetDoc.vue | 0 .../styled}/csslayer/SpecificityDoc.vue | 8 +-- pages/csslayer/index.vue | 68 ------------------- pages/theming/styled/index.vue | 23 ++++++- 12 files changed, 85 insertions(+), 183 deletions(-) delete mode 100644 doc/csslayer/BootstrapDoc.vue delete mode 100644 doc/csslayer/NormalizeDoc.vue delete mode 100644 doc/csslayer/TailwindDoc.vue delete mode 100644 doc/theming/styled/CSSLayerDoc.vue create mode 100644 doc/theming/styled/csslayer/LibrariesDoc.vue rename doc/{ => theming/styled}/csslayer/ResetDoc.vue (100%) rename doc/{ => theming/styled}/csslayer/SpecificityDoc.vue (70%) delete mode 100644 pages/csslayer/index.vue diff --git a/assets/data/news.json b/assets/data/news.json index 4f15ee406..65337897b 100644 --- a/assets/data/news.json +++ b/assets/data/news.json @@ -1,6 +1,6 @@ { "id": 60, - "content": "Introducing the new Styled Mode Theming", + "content": "Introducing the all-new Styled Mode", "linkText": "Learn More", - "linkHref": "http://primevue.org/theming" + "linkHref": "http://primevue.org/theming/styled" } diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 360dc56cc..ebc369ad1 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -47,10 +47,6 @@ { "name": "Auto Import", "to": "/autoimport" - }, - { - "name": "CSS Layer", - "to": "/csslayer" } ] }, diff --git a/doc/csslayer/BootstrapDoc.vue b/doc/csslayer/BootstrapDoc.vue deleted file mode 100644 index 792b3f45e..000000000 --- a/doc/csslayer/BootstrapDoc.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/doc/csslayer/NormalizeDoc.vue b/doc/csslayer/NormalizeDoc.vue deleted file mode 100644 index 644230f57..000000000 --- a/doc/csslayer/NormalizeDoc.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/doc/csslayer/TailwindDoc.vue b/doc/csslayer/TailwindDoc.vue deleted file mode 100644 index 21ff2bc95..000000000 --- a/doc/csslayer/TailwindDoc.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - diff --git a/doc/theming/styled/CSSLayerDoc.vue b/doc/theming/styled/CSSLayerDoc.vue deleted file mode 100644 index a4c9e2788..000000000 --- a/doc/theming/styled/CSSLayerDoc.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/doc/theming/styled/ColorsDoc.vue b/doc/theming/styled/ColorsDoc.vue index 278a03546..ebca3a753 100644 --- a/doc/theming/styled/ColorsDoc.vue +++ b/doc/theming/styled/ColorsDoc.vue @@ -6,8 +6,8 @@