Skip to content

Commit

Permalink
Add Notebook API and events to sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Jul 10, 2020
1 parent 4ccdad4 commit 04709a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/sitemap.xml
Expand Up @@ -25,6 +25,11 @@
<changefreq>weekly</changefreq>
<priority>0.70</priority>
</url>
<url>
<loc>https://code.visualstudio.com/events</loc>
<changefreq>weekly</changefreq>
<priority>0.70</priority>
</url>
<url>
<loc>https://code.visualstudio.com/docs/supporting/FAQ</loc>
<changefreq>weekly</changefreq>
Expand Down Expand Up @@ -912,6 +917,11 @@
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://code.visualstudio.com/api/extension-guides/notebook</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://code.visualstudio.com/api/extension-guides/webview</loc>
<changefreq>weekly</changefreq>
Expand Down

0 comments on commit 04709a3

Please sign in to comment.