Skip to content

Commit d2643e3

Browse files
authored
docs: add sitemap (#1828)
* docs: add sitemap * Update package.json
1 parent 53645bf commit d2643e3

File tree

3 files changed

+92
-27
lines changed

3 files changed

+92
-27
lines changed

docs/.vuepress/config/plugins.js

+6
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ module.exports = [
1010
'@vuepress/plugin-active-header-links',
1111
'@vuepress/plugin-search',
1212
'@vuepress/plugin-nprogress',
13+
[
14+
'sitemap',
15+
{
16+
hostname: 'https://vue-select.org',
17+
},
18+
],
1319
require('../github/index'),
1420
]

docs/package.json

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
2-
"name": "@vue-select/docs",
3-
"version": "1.0.0",
4-
"license": "MIT",
5-
"scripts": {
6-
"serve": "vuepress dev",
7-
"build": "vuepress build",
8-
"build:preview": "cross-env DEPLOY_PREVIEW=1 vuepress build"
9-
},
10-
"devDependencies": {
11-
"@octokit/graphql": "^4.3.1",
12-
"@popperjs/core": "^2.1.0",
13-
"@vuepress/plugin-active-header-links": "^1.4.0",
14-
"@vuepress/plugin-nprogress": "^1.4.0",
15-
"@vuepress/plugin-pwa": "^1.4.0",
16-
"@vuepress/plugin-register-components": "^1.4.0",
17-
"@vuepress/plugin-search": "^1.4.0",
18-
"axios": "^0.19.2",
19-
"cross-env": "^7.0.2",
20-
"date-fns": "^2.11.0",
21-
"dotenv": "^8.2.0",
22-
"fuse.js": "^6.4.0",
23-
"gh-pages": "^2.2.0",
24-
"octonode": "^0.9.5",
25-
"vue": "^2.6.10",
26-
"vuepress": "^1.4.0",
27-
"vuex": "^3.1.0"
28-
}
2+
"name": "@vue-select/docs",
3+
"version": "1.0.0",
4+
"license": "MIT",
5+
"scripts": {
6+
"serve": "vuepress dev",
7+
"build": "vuepress build",
8+
"build:preview": "cross-env vuepress build"
9+
},
10+
"devDependencies": {
11+
"@octokit/graphql": "^4.3.1",
12+
"@popperjs/core": "^2.1.0",
13+
"@vuepress/plugin-active-header-links": "^1.4.0",
14+
"@vuepress/plugin-nprogress": "^1.4.0",
15+
"@vuepress/plugin-pwa": "^1.4.0",
16+
"@vuepress/plugin-register-components": "^1.4.0",
17+
"@vuepress/plugin-search": "^1.4.0",
18+
"axios": "^0.19.2",
19+
"cross-env": "^7.0.2",
20+
"date-fns": "^2.11.0",
21+
"dotenv": "^8.2.0",
22+
"fuse.js": "^6.4.0",
23+
"gh-pages": "^2.2.0",
24+
"octonode": "^0.9.5",
25+
"vue": "^2.6.10",
26+
"vuepress": "^1.4.0",
27+
"vuepress-plugin-sitemap": "^2.3.1",
28+
"vuex": "^3.1.0"
29+
}
2930
}

docs/yarn.lock

+58
Original file line numberDiff line numberDiff line change
@@ -4774,6 +4774,11 @@ lodash._reinterpolate@^3.0.0:
47744774
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
47754775
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
47764776

4777+
lodash.chunk@^4.2.0:
4778+
version "4.2.0"
4779+
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
4780+
integrity sha512-ZzydJKfUHJwHa+hF5X66zLFCBrWn5GeF28OHEr4WVWtNDXlQ/IjWKPBiikqKo2ne0+v6JgCgJ0GzJp8k8bHC7w==
4781+
47774782
lodash.clonedeep@^4.5.0:
47784783
version "4.5.0"
47794784
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
@@ -4794,6 +4799,16 @@ lodash.memoize@^4.1.2:
47944799
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
47954800
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
47964801

4802+
lodash.padstart@^4.6.1:
4803+
version "4.6.1"
4804+
resolved "https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b"
4805+
integrity sha512-sW73O6S8+Tg66eY56DBk85aQzzUJDtpoXFBgELMd5P/SotAguo+1kYO6RuYgXxA4HJH3LFTFPASX6ET6bjfriw==
4806+
4807+
lodash.sortby@^4.7.0:
4808+
version "4.7.0"
4809+
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
4810+
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
4811+
47974812
lodash.template@^4.4.0, lodash.template@^4.5.0:
47984813
version "4.5.0"
47994814
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
@@ -6831,6 +6846,16 @@ simple-swizzle@^0.2.2:
68316846
dependencies:
68326847
is-arrayish "^0.3.1"
68336848

6849+
sitemap@^3.0.0:
6850+
version "3.2.2"
6851+
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-3.2.2.tgz#3f77c358fa97b555c879e457098e39910095c62b"
6852+
integrity sha512-TModL/WU4m2q/mQcrDgNANn0P4LwprM9MMvG4hu5zP4c6IIKs2YLTu6nXXnNr8ODW/WFtxKggiJ1EGn2W0GNmg==
6853+
dependencies:
6854+
lodash.chunk "^4.2.0"
6855+
lodash.padstart "^4.6.1"
6856+
whatwg-url "^7.0.0"
6857+
xmlbuilder "^13.0.0"
6858+
68346859
slash@^1.0.0:
68356860
version "1.0.0"
68366861
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
@@ -7457,6 +7482,13 @@ tough-cookie@~2.5.0:
74577482
psl "^1.1.28"
74587483
punycode "^2.1.1"
74597484

7485+
tr46@^1.0.1:
7486+
version "1.0.1"
7487+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
7488+
integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==
7489+
dependencies:
7490+
punycode "^2.1.0"
7491+
74607492
tr46@~0.0.3:
74617493
version "0.0.3"
74627494
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
@@ -7870,6 +7902,13 @@ vuepress-plugin-container@^2.0.2:
78707902
dependencies:
78717903
markdown-it-container "^2.0.0"
78727904

7905+
vuepress-plugin-sitemap@^2.3.1:
7906+
version "2.3.1"
7907+
resolved "https://registry.yarnpkg.com/vuepress-plugin-sitemap/-/vuepress-plugin-sitemap-2.3.1.tgz#51298aca77a5de96396fdbd1103e1637dd61ae6a"
7908+
integrity sha512-n+8lbukhrKrsI9H/EX0EBgkE1pn85LAQFvQ5dIvrZP4Kz6JxPOPPNTQmZMhahQV1tXbLZQCEN7A1WZH4x+arJQ==
7909+
dependencies:
7910+
sitemap "^3.0.0"
7911+
78737912
vuepress-plugin-smooth-scroll@^0.0.3:
78747913
version "0.0.3"
78757914
resolved "https://registry.yarnpkg.com/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz#6eff2d4c186cca917cc9f7df2b0af7de7c8c6438"
@@ -7915,6 +7954,11 @@ webidl-conversions@^3.0.0:
79157954
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
79167955
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
79177956

7957+
webidl-conversions@^4.0.2:
7958+
version "4.0.2"
7959+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
7960+
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
7961+
79187962
webpack-chain@^4.9.0:
79197963
version "4.12.1"
79207964
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.12.1.tgz#6c8439bbb2ab550952d60e1ea9319141906c02a6"
@@ -8069,6 +8113,15 @@ whatwg-url@^5.0.0:
80698113
tr46 "~0.0.3"
80708114
webidl-conversions "^3.0.0"
80718115

8116+
whatwg-url@^7.0.0:
8117+
version "7.1.0"
8118+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
8119+
integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
8120+
dependencies:
8121+
lodash.sortby "^4.7.0"
8122+
tr46 "^1.0.1"
8123+
webidl-conversions "^4.0.2"
8124+
80728125
when@~3.6.x:
80738126
version "3.6.4"
80748127
resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e"
@@ -8284,6 +8337,11 @@ xdg-basedir@^4.0.0:
82848337
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
82858338
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
82868339

8340+
xmlbuilder@^13.0.0:
8341+
version "13.0.2"
8342+
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-13.0.2.tgz#02ae33614b6a047d1c32b5389c1fdacb2bce47a7"
8343+
integrity sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ==
8344+
82878345
xtend@^4.0.0, xtend@~4.0.1:
82888346
version "4.0.2"
82898347
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)