Skip to content

Commit

Permalink
docs: auto-generate sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Sep 20, 2023
1 parent 9677a30 commit 96a6078
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 383 deletions.
1 change: 0 additions & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ If you added a new component feature (layer, geom, source, etc.), please be sure
- [ ] Create a `src/demos/<Component>Demo.vue`
- [ ] Create a `docs/componentsguide/<Category>/<Feature>/index.md` containing the Demo and documentation for the component
- [ ] Add the docs page to `docs/.vitepress/config.ts`
- [ ] Update the sitemap `docs/public/sitemap.xml`
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export default defineConfig({
title: "vue3-openlayers",
description: "OpenLayers Wrapper for Vue3",
lastUpdated: true,
sitemap: {
hostname: "https://vue3openlayers.netlify.app",
lastmodDateOnly: false,
},
themeConfig: {
// https://vitepress.vuejs.org/reference/default-theme-config
editLink: {
Expand Down
382 changes: 0 additions & 382 deletions docs/public/sitemap.xml

This file was deleted.

0 comments on commit 96a6078

Please sign in to comment.