Skip to content

Commit a3e8953

Browse files
authored
Merge pull request #7955 from ntrogh/student-deprecation
Redirect outdated student content to tutorial
2 parents 3ca92ca + 212c956 commit a3e8953

File tree

2 files changed

+1
-98
lines changed

2 files changed

+1
-98
lines changed

build/sitemap.xml

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@
195195
<changefreq>weekly</changefreq>
196196
<priority>0.8</priority>
197197
</url>
198-
<url>
199-
<loc>https://code.visualstudio.com/docs/getstarted/educators-and-students</loc>
200-
<changefreq>weekly</changefreq>
201-
<priority>0.8</priority>
202-
</url>
203198
<url>
204199
<loc>https://code.visualstudio.com/docs/editor/codebasics</loc>
205200
<changefreq>weekly</changefreq>
@@ -1660,96 +1655,4 @@
16601655
<priority>0.8</priority>
16611656
</url>
16621657

1663-
<!-- /learn -->
1664-
<url>
1665-
<loc>https://code.visualstudio.com/learn</loc>
1666-
<changefreq>weekly</changefreq>
1667-
<priority>0.9</priority>
1668-
</url>
1669-
<url>
1670-
<loc>https://code.visualstudio.com/learn/get-started/basics</loc>
1671-
<changefreq>weekly</changefreq>
1672-
<priority>0.9</priority>
1673-
</url>
1674-
<url>
1675-
<loc>https://code.visualstudio.com/learn/get-started/extensions</loc>
1676-
<changefreq>weekly</changefreq>
1677-
<priority>0.9</priority>
1678-
</url>
1679-
<url>
1680-
<loc>https://code.visualstudio.com/learn/get-started/personalize</loc>
1681-
<changefreq>weekly</changefreq>
1682-
<priority>0.9</priority>
1683-
</url>
1684-
<url>
1685-
<loc>https://code.visualstudio.com/learn/educators/installers</loc>
1686-
<changefreq>weekly</changefreq>
1687-
<priority>0.9</priority>
1688-
</url>
1689-
<url>
1690-
<loc>https://code.visualstudio.com/learn/educators/codetour</loc>
1691-
<changefreq>weekly</changefreq>
1692-
<priority>0.9</priority>
1693-
</url>
1694-
<url>
1695-
<loc>https://code.visualstudio.com/learn/educators/learn-modules</loc>
1696-
<changefreq>weekly</changefreq>
1697-
<priority>0.9</priority>
1698-
</url>
1699-
<url>
1700-
<loc>https://code.visualstudio.com/learn/educators/nodejs</loc>
1701-
<changefreq>weekly</changefreq>
1702-
<priority>0.9</priority>
1703-
</url>
1704-
<url>
1705-
<loc>https://code.visualstudio.com/learn/educators/python</loc>
1706-
<changefreq>weekly</changefreq>
1707-
<priority>0.9</priority>
1708-
</url>
1709-
<url>
1710-
<loc>https://code.visualstudio.com/learn/educators/webinars</loc>
1711-
<changefreq>weekly</changefreq>
1712-
<priority>0.9</priority>
1713-
</url>
1714-
<url>
1715-
<loc>https://code.visualstudio.com/learn/students/nasa-python</loc>
1716-
<changefreq>weekly</changefreq>
1717-
<priority>0.9</priority>
1718-
</url>
1719-
<url>
1720-
<loc>https://code.visualstudio.com/learn/students/over-the-moon-python</loc>
1721-
<changefreq>weekly</changefreq>
1722-
<priority>0.9</priority>
1723-
</url>
1724-
<url>
1725-
<loc>https://code.visualstudio.com/learn/students/wonder-woman-python</loc>
1726-
<changefreq>weekly</changefreq>
1727-
<priority>0.9</priority>
1728-
</url>
1729-
<url>
1730-
<loc>https://code.visualstudio.com/learn/collaboration/live-share</loc>
1731-
<changefreq>weekly</changefreq>
1732-
<priority>0.9</priority>
1733-
</url>
1734-
<url>
1735-
<loc>https://code.visualstudio.com/learn/develop-cloud/overview</loc>
1736-
<changefreq>weekly</changefreq>
1737-
<priority>0.9</priority>
1738-
</url>
1739-
<url>
1740-
<loc>https://code.visualstudio.com/learn/develop-cloud/containers</loc>
1741-
<changefreq>weekly</changefreq>
1742-
<priority>0.9</priority>
1743-
</url>
1744-
<url>
1745-
<loc>https://code.visualstudio.com/learn/develop-cloud/ssh-lab-machines</loc>
1746-
<changefreq>weekly</changefreq>
1747-
<priority>0.9</priority>
1748-
</url>
1749-
<url>
1750-
<loc>https://code.visualstudio.com/learn/develop-cloud/wsl</loc>
1751-
<changefreq>weekly</changefreq>
1752-
<priority>0.9</priority>
1753-
</url>
1754-
17551658
</urlset>

docs/getstarted/educators-and-students.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 10
2+
Order:
33
Area: getstarted
44
TOCTitle: Educators & Students
55
ContentId: 33b73b13-3d85-49d9-95b2-92b75137818c

0 commit comments

Comments
 (0)