Skip to content

Commit

Permalink
docs(meet-the-team): move back to about
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 8, 2023
1 parent 9945ed1 commit c563ab5
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<h2 align="center">Supporting Vuetify</h2>

Vuetify is a [MIT licensed](http://opensource.org/licenses/MIT) project that is developed and maintained full-time by [John Leider](https://github.com/johnleider) and [Heather Leider](https://github.com/heatherleider); with support from the entire [Core Team](https://vuetifyjs.com/introduction/meet-the-team/). Sponsor Vuetify and receive some **awesome perks** and support Open Source Software at the same time! 🎉
Vuetify is a [MIT licensed](http://opensource.org/licenses/MIT) project that is developed and maintained full-time by [John Leider](https://github.com/johnleider) and [Heather Leider](https://github.com/heatherleider); with support from the entire [Core Team](https://vuetifyjs.com/about/meet-the-team/). Sponsor Vuetify and receive some **awesome perks** and support Open Source Software at the same time! 🎉

<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/app/bar/TeamLink.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<app-btn
:to="rpath('/introduction/meet-the-team/')"
:to="rpath('/about/meet-the-team/')"
class="ms-1"
color="medium-emphasis"
text="team"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/doc/ReadyForMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tag="div"
>
<template #team>
<app-link :href="rpath('/introduction/meet-the-team/')">
<app-link :href="rpath('/about/meet-the-team/')">
{{ t('team') }}
</app-link>
</template>
Expand Down
1 change: 0 additions & 1 deletion packages/docs/src/data/301.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"customization/presets": "/features/presets",
"customization/sass-variables": "/features/sass-variables",
"customization/theme": "/features/theme",
"about/meet-the-team": "/introduction/meet-the-team",
"about/sponsors-and-backers": "/introduction/sponsors-and-backers",
"components/application": "/features/application-layout",
"components/simple-tables": "/components/tables",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/data/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"why-vuetify",
"long-term-support",
"roadmap",
"meet-the-team",
"sponsors-and-backers",
{ "divider": true },
{ "subheader": "professional-support" },
Expand Down Expand Up @@ -255,6 +254,7 @@
"inactiveIcon": "$vuetify-outline",
"activeIcon": "$vuetify",
"items": [
"meet-the-team",
"security-disclosure",
"code-of-conduct"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/getting-started/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,5 @@ The following is a list of **commit types** used in the _angular_ preset:
<promoted slug="vuetify-reddit" />
[community]: https://community.vuetifyjs.com/
[core team]: /introduction/meet-the-team/
[core team]: /about/meet-the-team/
[issues]: https://github.com/vuetifyjs/vuetify/issues
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ meta:
related:
- /introduction/long-term-support/
- /about/security-disclosure/
- /introduction/meet-the-team/
- /about/meet-the-team/
---

<script setup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ meta:
related:
- /introduction/enterprise-support/
- /getting-started/contributing/
- /introduction/meet-the-team/
- /about/meet-the-team/
---

# Long-term support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta:
related:
- /introduction/enterprise-support/
- /introduction/roadmap/
- /introduction/meet-the-team/
- /about/meet-the-team/
---

# Sponsor Vuetify development
Expand Down

0 comments on commit c563ab5

Please sign in to comment.