diff --git a/components/doc/helpers/index.js b/components/doc/helpers/index.js index 3cea7846d..a157c0056 100644 --- a/components/doc/helpers/index.js +++ b/components/doc/helpers/index.js @@ -53,8 +53,8 @@ export const getStyleOptions = (name) => { return data; }; -export const getTokenOptions = (preset, name) => { - const values = APIDocs[`${preset.toLowerCase()}/${name.toLowerCase()}`]?.tokens?.values; +export const getTokenOptions = (name) => { + const values = APIDocs[`themes/${name.toLowerCase()}`]?.tokens?.values; let data = []; for (const [key, value] of Object.entries(values || {})) { diff --git a/doc/accordion/theming/StyledDoc.vue b/doc/accordion/theming/StyledDoc.vue deleted file mode 100644 index 65dfc0920..000000000 --- a/doc/accordion/theming/StyledDoc.vue +++ /dev/null @@ -1,33 +0,0 @@ - diff --git a/doc/accordion/theming/index.vue b/doc/accordion/theming/index.vue index ee0a9a7e8..db5de5b02 100644 --- a/doc/accordion/theming/index.vue +++ b/doc/accordion/theming/index.vue @@ -10,7 +10,7 @@ diff --git a/doc/filterservice/ImportDoc.vue b/doc/filterservice/ImportDoc.vue deleted file mode 100644 index 5cc223791..000000000 --- a/doc/filterservice/ImportDoc.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/doc/filterservice/TableIntegrationDoc.vue b/doc/filterservice/TableIntegrationDoc.vue deleted file mode 100644 index 534128a82..000000000 --- a/doc/filterservice/TableIntegrationDoc.vue +++ /dev/null @@ -1,231 +0,0 @@ - - - diff --git a/doc/filterservice/UsageDoc.vue b/doc/filterservice/UsageDoc.vue deleted file mode 100644 index 1c7e975be..000000000 --- a/doc/filterservice/UsageDoc.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - diff --git a/doc/floatlabel/theming/StyledDoc.vue b/doc/floatlabel/theming/StyledDoc.vue deleted file mode 100644 index 492c7c372..000000000 --- a/doc/floatlabel/theming/StyledDoc.vue +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/doc/floatlabel/theming/index.vue b/doc/floatlabel/theming/index.vue index 23cc5356d..4e3995fa4 100644 --- a/doc/floatlabel/theming/index.vue +++ b/doc/floatlabel/theming/index.vue @@ -10,7 +10,7 @@