feat: algolia search <3

This commit is contained in:
arthurfiorette 2023-02-02 19:55:43 -03:00
parent 75611fdb59
commit 67e66b02f0
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
4 changed files with 26 additions and 26 deletions

View File

@ -250,18 +250,17 @@ export default defineConfig({
copyright: 'Copyright (c) 2021-present Arthur Fiorette & Contributors'
},
// TODO: Change this to the real one
// algolia: {
// appId: '8J64VVRP8K',
// apiKey: 'a18e2f4cc5665f6602c5631fd868adfd',
// indexName: 'vitepress'
// },
algolia: {
appId: 'WPY8IFS0UX',
apiKey: '8cc9e4ff3f98b5854346224aac791bbf',
indexName: 'axios-cache-interceptor-js'
},
// TODO: Change this to the real one
// carbonAds: {
// code: 'CEBDT27Y',
// placement: 'vuejsorg'
// },
carbonAds: {
// Helping Vue while this website doesn't have enough traffic
code: 'CEBDT27Y',
placement: 'vuejsorg'
},
sidebar: [
{

View File

@ -1,2 +1,3 @@
# Algolia-Crawler-Verif: 0ED3723E397ECAE3
User-agent: *
Allow: /

View File

@ -59,12 +59,12 @@
"@arthurfiorette/prettier-config": "*",
"@types/jest": "^29.2.4",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"auto-changelog": "^2.4.0",
"axios": "^1.0.0",
"axios": "^1.3.1",
"es-check": "^7.0.0",
"eslint": "^8.15.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.3.1",
@ -75,8 +75,8 @@
"ts-jest": "^29.0.3",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vitepress": "^1.0.0-alpha.29",
"typescript": "^4.9.5",
"vitepress": "^1.0.0-alpha.45",
"webpack": "^5.66.0",
"webpack-cli": "^5.0.1"
},

View File

@ -1223,7 +1223,7 @@
dependencies:
"@types/yargs-parser" "*"
"@typescript-eslint/eslint-plugin@^5.34.0":
"@typescript-eslint/eslint-plugin@^5.50.0":
version "5.50.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
@ -1239,7 +1239,7 @@
semver "^7.3.7"
tsutils "^3.21.0"
"@typescript-eslint/parser@^5.14.0":
"@typescript-eslint/parser@^5.50.0":
version "5.50.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
@ -1737,10 +1737,10 @@ auto-changelog@^2.4.0:
parse-github-url "^1.0.2"
semver "^7.3.5"
axios@^1.0.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
axios@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.1.tgz#80bf6c8dbb46e6db1fa8fe9ab114c1ca7405c2ee"
integrity sha512-78pWJsQTceInlyaeBQeYZ/QgZeWS8hGeKiIJiDKQe3hEyBb7sEMq0K4gjx+Va6WHTYO4zI/RRl8qGRzn0YMadA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
@ -2359,7 +2359,7 @@ eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^8.15.0:
eslint@^8.33.0:
version "8.33.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
@ -4701,7 +4701,7 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
typescript@^4.5.4:
typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
@ -4766,7 +4766,7 @@ vite@^4.0.4:
optionalDependencies:
fsevents "~2.3.2"
vitepress@^1.0.0-alpha.29:
vitepress@^1.0.0-alpha.45:
version "1.0.0-alpha.45"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-alpha.45.tgz#cabcee6e8cc4f59dc598a939a162b161d6501ad9"
integrity sha512-8AVWdymQqBUPmXmAbpapDDg18iDmkNJ47l5eOklBlAjj3n8P3zDAsBhOWSQ6+Nvm6+/GaZATyAvsrg47JD5Idw==