Skip to content

Commit

Permalink
docs: remove sponsors, introduction, related pages, and exit ad
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 15, 2024
1 parent cfc98a1 commit d6c19b1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 71 deletions.
4 changes: 0 additions & 4 deletions packages/docs/src/components/Backmatter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@
</template>
</i18n>

<related-pages />

<app-divider class="mt-7 mb-5" />

<up-next class="mb-4" />

<exit-ad class="mb-8" />

<contribute />
</section>
</template>
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/components/doc/links/EnterpriseLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
path="enterprise"
active
color="primary"
class="ml-2"
@click="onClick"
>
<i18n path="get-help" />
Expand Down
22 changes: 0 additions & 22 deletions packages/docs/src/components/home/ActionBtns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@
</v-btn>
</v-col>

<v-col cols="auto">
<v-btn
:min-width="btnWidth"
:to="{
name: 'Documentation',
params: {
category: 'introduction',
page: 'why-vuetify'
}
}"
color="primary"
outlined
x-large
>
<v-icon left>
$mdiVuetify
</v-icon>

{{ $t('home.why-vuetify') }}
</v-btn>
</v-col>

<v-col cols="auto">
<v-btn
:min-width="btnWidth"
Expand Down
34 changes: 0 additions & 34 deletions packages/docs/src/data/nav.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
[
{
"title": "introduction",
"icon": "$mdiScriptTextOutline:$mdiScriptText",
"items": [
"why-vuetify",
"long-term-support",
"roadmap",
{ "divider": true },
{ "heading": "professional-support" },
{
"title": "enterprise",
"href": "https://vuetifyjs.com/en/introduction/enterprise-support/"
}
]
},
{
"title": "getting-started",
"icon": "$mdiSpeedometerMedium:$mdiSpeedometer",
Expand Down Expand Up @@ -199,24 +184,5 @@
"scroll",
"touch"
]
},
{
"title": "resources",
"icon": "$mdiHumanMaleBoard",
"items": [
"jobs-for-vue",
"themes",
"ui-kits"
]
},
{
"title": "about",
"icon": "$mdiVuetify",
"items": [
"meet-the-team",
"sponsors-and-backers",
"security-disclosure",
"code-of-conduct"
]
}
]
11 changes: 0 additions & 11 deletions packages/docs/src/pages/en/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ Vuetify is a no design skills required UI Framework with beautifully handcrafted
<br>

<home-action-btns />

<br>
<br>

## Project Sponsors

The continued development and maintenance of Vuetify is made possible by these generous sponsors:

<br>

<home-sponsors />

0 comments on commit d6c19b1

Please sign in to comment.