Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions apps/docs/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ export default defineAppConfig({
},
],
},
/**
* Frameworks offered by the sidebar select and the in-content
* `FrameworkSwitcher`, in display order. `value` is the MDC slot name used
* in content (`#react`, `#other`, `#vue`) and the persisted preference
* token. The layer ships no default list — which frameworks styleframe
* documents is a styleframe fact — so this array is the only source.
*/
docsTheme: {
frameworks: [
{ value: "react", label: "React", icon: "i-mdi-react" },
{ value: "other", label: "Vanilla", icon: "i-mdi-language-typescript" },
{ value: "vue", label: "Vue", icon: "i-mdi-vuejs" },
],
},
/**
* @docs https://www.docus.dev/concepts/configuration#socials-links
*/
Expand Down
164 changes: 0 additions & 164 deletions apps/docs/app/app.vue

This file was deleted.

74 changes: 0 additions & 74 deletions apps/docs/app/components/LanguageSelect.vue

This file was deleted.

112 changes: 0 additions & 112 deletions apps/docs/app/components/app/AppHeader.vue

This file was deleted.

Loading
Loading