From 4af7d869fede3b493b43925ac61dd7e1e10da9b5 Mon Sep 17 00:00:00 2001 From: Jinjiang Date: Fri, 20 Jan 2023 17:13:18 +0800 Subject: [PATCH] fix nav links to v3 --- src/v2/guide/team.md | 1531 ----------------- .../layout/partials/resources_dropdown.ejs | 32 +- themes/vue/layout/partials/toc.ejs | 5 + 3 files changed, 13 insertions(+), 1555 deletions(-) delete mode 100644 src/v2/guide/team.md diff --git a/src/v2/guide/team.md b/src/v2/guide/team.md deleted file mode 100644 index f866fd1b8b..0000000000 --- a/src/v2/guide/team.md +++ /dev/null @@ -1,1531 +0,0 @@ ---- -title: Meet the Team -type: guide -order: 803 ---- - -{% raw %} - - - -
-
- -

- Active Core Team Members - -

- -

- Failed to get your location. -

- -

- The development of Vue and its ecosystem is guided by an international team, some of whom have chosen to be featured below. -

- -

- The core team has been sorted by their distance from you. -

- - - -
- -
-

- Core Team Emeriti -

- -

- Here we honor some no-longer-active core team members who have made valuable contributions in the past. -

- - - -
- -
-

- Community Partners - -

- -

- Failed to get your location. -

- -

- Some members of the Vue community have so enriched it, that they deserve special mention. We've developed a more intimate relationship with these key partners, often coordinating with them on upcoming features and news. -

- -

- The community partners have been sorted by their distance from you. -

- - - -
-
- - - -{% endraw %} diff --git a/themes/vue/layout/partials/resources_dropdown.ejs b/themes/vue/layout/partials/resources_dropdown.ejs index ba6d6c18b0..cae247f3e0 100644 --- a/themes/vue/layout/partials/resources_dropdown.ejs +++ b/themes/vue/layout/partials/resources_dropdown.ejs @@ -2,38 +2,22 @@ Resources diff --git a/themes/vue/layout/partials/toc.ejs b/themes/vue/layout/partials/toc.ejs index 9e19cc6fd5..79ee2da952 100644 --- a/themes/vue/layout/partials/toc.ejs +++ b/themes/vue/layout/partials/toc.ejs @@ -34,4 +34,9 @@ <%- p.title %> <% }) %> + <% if (type === 'guide') { %> +
  • + Meet the Team +
  • + <% } %>