From 7a7286114d630e1c387d97e0d9fc1ef6b0e92c60 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Wed, 10 Feb 2021 17:26:57 +0100 Subject: [PATCH] update docs (#1246) --- README.md | 2 +- .../build-dev-to-clone-with-nuxt-new-fetch.md | 4 +- content/en/guides/get-started/installation.md | 4 +- content/es/guides/get-started/installation.md | 4 +- content/fa/guides/get-started/installation.md | 4 +- content/fr/guides/get-started/installation.md | 4 +- content/id/guides/get-started/installation.md | 4 +- content/ja/_archives/guide/commands.md | 4 +- content/ja/guides/get-started/installation.md | 4 +- content/ko/_archives/guide/commands.md | 2 +- content/ko/guides/get-started/installation.md | 4 +- content/pt/guides/get-started/installation.md | 4 +- content/ru/_archives/guide/commands.md | 2 +- content/ru/guides/get-started/installation.md | 4 +- content/zh/guide/commands.md | 2 +- content/zh/guide/development-tools.md | 2 +- content/zh/guides/get-started/installation.md | 4 +- nuxt.config.js | 9 +- package.json | 141 +++--- pages/docs/2.x/_book/_slug.vue | 2 +- pages/examples/_slug.vue | 2 +- pages/index.vue | 6 +- pages/team.vue | 8 +- yarn.lock | 467 ++++++++---------- 24 files changed, 315 insertions(+), 378 deletions(-) diff --git a/README.md b/README.md index c10769d9b6..2d124b2994 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you are interested in contributing to the Persian translation of Nuxtjs.org p ## Development -Start the dev server on [localhost:3000](http://localhost:3000) +Start the dev server on [http://localhost:3000](http://localhost:3000) ```bash yarn dev diff --git a/content/en/blog/build-dev-to-clone-with-nuxt-new-fetch.md b/content/en/blog/build-dev-to-clone-with-nuxt-new-fetch.md index 68961a877a..a6cff16af5 100644 --- a/content/en/blog/build-dev-to-clone-with-nuxt-new-fetch.md +++ b/content/en/blog/build-dev-to-clone-with-nuxt-new-fetch.md @@ -22,7 +22,7 @@ _Let’s build a blazing fast articles and tutorials app using Nuxt and the DEV

- View demo / + View demo / Source

@@ -79,7 +79,7 @@ npx create-nuxt-app nuxt-dev-to-clone # leave the default answers for each question ``` -Now `cd nuxt-dev-to-clone/` and run `npm run dev`. Congrats, your Nuxt app is running on [localhost:3000](http://localhost:3000/)! +Now `cd nuxt-dev-to-clone/` and run `npm run dev`. Congrats, your Nuxt app is running on [http://localhost:3000](http://localhost:3000/)! Let’s install necessary packages and discuss how we will build our app next. diff --git a/content/en/guides/get-started/installation.md b/content/en/guides/get-started/installation.md index 3f6232544e..379e82f00d 100644 --- a/content/en/guides/get-started/installation.md +++ b/content/en/guides/get-started/installation.md @@ -66,7 +66,7 @@ npm run dev -The application is now running on [localhost:3000](http://localhost:3000). Well done! +The application is now running on [http://localhost:3000](http://localhost:3000). Well done! @@ -199,7 +199,7 @@ We use the dev command when running our application in development mode. -The application is now running on **[localhost:3000](http://localhost:3000/)**. +The application is now running on **[http://localhost:3000](http://localhost:3000/)**. Open it in your browser by clicking the link in your terminal and you should see the text "Hello World" we copied in the previous step. diff --git a/content/es/guides/get-started/installation.md b/content/es/guides/get-started/installation.md index 2b5b0637b7..4ad16ffeae 100644 --- a/content/es/guides/get-started/installation.md +++ b/content/es/guides/get-started/installation.md @@ -155,7 +155,7 @@ Usamos el comando dev cuando ejecutamos nuestra aplicación en modo desarrollo. -La aplicación se está ejecutando ahora en **[localhost:3000](http://localhost:3000/).** +La aplicación se está ejecutando ahora en **[http://localhost:3000](http://localhost:3000/).** Ábrela en tu navegador haciendo clic en el enlace de tu terminal y deberías ver el texto "Hello World!" que copiamos en el paso anterior. @@ -241,4 +241,4 @@ npm run dev -La aplicación se está ejecutando ahora en [localhost:3000](http://localhost:3000). ¡Bien hecho! +La aplicación se está ejecutando ahora en [http://localhost:3000](http://localhost:3000). ¡Bien hecho! diff --git a/content/fa/guides/get-started/installation.md b/content/fa/guides/get-started/installation.md index 10a760df25..8f27b08bc7 100644 --- a/content/fa/guides/get-started/installation.md +++ b/content/fa/guides/get-started/installation.md @@ -155,7 +155,7 @@ npm run dev -برنامه هم اکنون در آدرس **[localhost:3000](http://localhost:3000/)** در حال اجرا است. +برنامه هم اکنون در آدرس **[http://localhost:3000](http://localhost:3000/)** در حال اجرا است. با کلیک بروی لینک در ترمینال، آدرس را در مرورگر خود باز کنید. خواهید دید که متن "Hello World" که در مراحل قبلی کپی شد. بروی صفحه نمایش داده خواهد شد. @@ -241,4 +241,4 @@ npm run dev -نرم افزار شما بروی [localhost:3000](http://localhost:3000) قابل دسترسی است. آفرین +نرم افزار شما بروی [http://localhost:3000](http://localhost:3000) قابل دسترسی است. آفرین diff --git a/content/fr/guides/get-started/installation.md b/content/fr/guides/get-started/installation.md index 0d3f450cb0..7bc73f969d 100644 --- a/content/fr/guides/get-started/installation.md +++ b/content/fr/guides/get-started/installation.md @@ -66,7 +66,7 @@ npm run dev -Notre application est maintenant en cours d'exécution sur [localhost:3000](http://localhost:3000). +Notre application est maintenant en cours d'exécution sur [http://localhost:3000](http://localhost:3000). @@ -199,7 +199,7 @@ La commande `dev` est utilisée lorsque l'application est lancée en mode dével -L'application est maintenant en cours d'exécution sur **[localhost:3000](http://localhost:3000/).** +L'application est maintenant en cours d'exécution sur **[http://localhost:3000](http://localhost:3000/).** On peut l'ouvrir dans notre navigateur en cliquant sur le lien dans le terminal et nous devrions voir le texte "Hello World" que nous avons ajouté dans l'étape précédente. diff --git a/content/id/guides/get-started/installation.md b/content/id/guides/get-started/installation.md index 313bbf1783..75f9acf5aa 100644 --- a/content/id/guides/get-started/installation.md +++ b/content/id/guides/get-started/installation.md @@ -155,7 +155,7 @@ Kita gunakan perintah _dev_ ketika menjalankan aplikasi dalam mode pengembangan. -Aplikasi sekarang berjalan di **[localhost:3000](http://localhost:3000/).** +Aplikasi sekarang berjalan di **[http://localhost:3000](http://localhost:3000/).** Buka di _browser_ Anda dengan mengklik link di terminal Anda dan Anda akan melihat teks "Hello World" yang kita salin di langkah sebelumnya. @@ -242,4 +242,4 @@ npm run dev -Aplikasi sekarang berjalan di [localhost:3000](http://localhost:3000). Bagus! +Aplikasi sekarang berjalan di [http://localhost:3000](http://localhost:3000). Bagus! diff --git a/content/ja/_archives/guide/commands.md b/content/ja/_archives/guide/commands.md index 7597614d3a..f791dff4ef 100644 --- a/content/ja/_archives/guide/commands.md +++ b/content/ja/_archives/guide/commands.md @@ -15,7 +15,7 @@ position: 113 | コマンド | 説明 | | ---------- | ------------------------------------------------------------------------------------------------------------- | -| nuxt dev | 開発サーバーを [localhost:3000](http://localhost:3000) で起動します。このサーバーはホットリローディングします | +| nuxt dev | 開発サーバーを [http://localhost:3000](http://localhost:3000) で起動します。このサーバーはホットリローディングします | | nuxt build | アプリケーションを Webpack でビルドし、JS と CSS をプロダクション向けにミニファイします | | nuxt start | プロダクションモードでサーバーを起動します(`nuxt build` 後に実行してください) | @@ -23,7 +23,7 @@ position: 113 | コマンド | 説明 | | ------------- | ----------------------------------------------------------------------------------------------------------------------------- | -| nuxt dev | 開発サーバーを [localhost:3000](http://localhost:3000) で起動します。このサーバーはホットリローディングします。 | +| nuxt dev | 開発サーバーを [http://localhost:3000](http://localhost:3000) で起動します。このサーバーはホットリローディングします。 | | nuxt start | dist/ directory からプロダクションアプリケーションを提供します(Nuxt v2.13 以上) | | nuxt generate | アプリケーションをビルドして、ルートごとに HTML ファイルを生成します(Nuxt v2.12 以下で静的ファイルのホスティングに用います) | diff --git a/content/ja/guides/get-started/installation.md b/content/ja/guides/get-started/installation.md index e5789b9611..58570c03d5 100644 --- a/content/ja/guides/get-started/installation.md +++ b/content/ja/guides/get-started/installation.md @@ -66,7 +66,7 @@ npm run dev -アプリケーションは [localhost:3000](http://localhost:3000) で実行されています。おつかれさまでした! +アプリケーションは [http://localhost:3000](http://localhost:3000) で実行されています。おつかれさまでした! @@ -199,7 +199,7 @@ npm run dev -今、アプリケーションは **[localhost:3000](http://localhost:3000/)** で実行されています。 +今、アプリケーションは **[http://localhost:3000](http://localhost:3000/)** で実行されています。 ターミナルのリンクをクリックしてブラウザを開くと、前のステップでコピーした「Hello World」のテキストが表示されます。 diff --git a/content/ko/_archives/guide/commands.md b/content/ko/_archives/guide/commands.md index e41660eeef..3ba08bf1b5 100644 --- a/content/ko/_archives/guide/commands.md +++ b/content/ko/_archives/guide/commands.md @@ -11,7 +11,7 @@ position: 113 | 명령어 | 설명 | | ------------- | ------------------------------------------------------------------------------------------------- | -| nuxt | 개발서버를 핫 리로딩 상태로 [localhost:3000](http://localhost:3000)에 시작합니다. | +| nuxt | 개발서버를 핫 리로딩 상태로 [http://localhost:3000](http://localhost:3000)에 시작합니다. | | nuxt build | Webpack을 통해 어플리케이션을 빌드하며, CSS와 JS를 minify하는 작업을 진행합니다.(프로덕션 용으로) | | nuxt start | 프로덕션 모드로 서버를 시작합니다.(`nuxt build`를 실행한 후에) | | nuxt generate | 어플리케이션을 빌드하고 모든 라우트를 HTML 파일로 생성합니다. (정적 호스팅에 사용됩니다.) | diff --git a/content/ko/guides/get-started/installation.md b/content/ko/guides/get-started/installation.md index 348494636b..82041e2c2c 100644 --- a/content/ko/guides/get-started/installation.md +++ b/content/ko/guides/get-started/installation.md @@ -155,7 +155,7 @@ npm run dev -이제 애플리케이션은 **[localhost:3000](http://localhost:3000/).**에서 실행됩니다. +이제 애플리케이션은 **[http://localhost:3000](http://localhost:3000/).**에서 실행됩니다. 터미널에서 링크를 클릭하여 브라우저에서 애플리케이션을 열면 이전 단계에서 복사한 "Hello World" 텍스트가 보입니다. @@ -241,4 +241,4 @@ npm run dev -이제 애플리케이션은 [localhost:3000](http://localhost:3000)에서 실행됩니다. 잘하셨습니다! +이제 애플리케이션은 [http://localhost:3000](http://localhost:3000)에서 실행됩니다. 잘하셨습니다! diff --git a/content/pt/guides/get-started/installation.md b/content/pt/guides/get-started/installation.md index 3cd8632b64..5d541f4daa 100644 --- a/content/pt/guides/get-started/installation.md +++ b/content/pt/guides/get-started/installation.md @@ -155,7 +155,7 @@ Usamos o comando dev para executar nossa aplicação no modo de desenvolvimento. -A aplicação agora está sendo executada em **[localhost:3000](http://localhost:3000/).** +A aplicação agora está sendo executada em **[http://localhost:3000](http://localhost:3000/).** Abra-o em seu navegador clicando no link em seu terminal e você deverá ver o texto "Hello World" que copiamos na etapa anterior. @@ -241,4 +241,4 @@ npm run dev -A aplicação está rodando no [localhost:3000](http://localhost:3000) agora. Parabéns! +A aplicação está rodando no [http://localhost:3000](http://localhost:3000) agora. Parabéns! diff --git a/content/ru/_archives/guide/commands.md b/content/ru/_archives/guide/commands.md index 37b4c8b997..209740fc7b 100644 --- a/content/ru/_archives/guide/commands.md +++ b/content/ru/_archives/guide/commands.md @@ -11,7 +11,7 @@ position: 113 | Команда | Описание | | ------------------ | ------------------------------------------------------------------------------------------------------------------ | -| nuxt | Запустить сервер разработки [localhost:3000](http://localhost:3000) с горячей заменой модулей (hot-reloading). | +| nuxt | Запустить сервер разработки [http://localhost:3000](http://localhost:3000) с горячей заменой модулей (hot-reloading). | | nuxt build | Собрать приложение webpack'ом и минифицировать JS & CSS (для продакшн-версии). | | nuxt start | Запустить сервер в продакшн-режиме (сперва необходимо запустить `nuxt build`). | | nuxt generate | Собрать приложение и сгенерировать каждый маршрут в виде HTML файла (используется в случае статического хостинга). | diff --git a/content/ru/guides/get-started/installation.md b/content/ru/guides/get-started/installation.md index 11f2646b55..0c9f0592b4 100644 --- a/content/ru/guides/get-started/installation.md +++ b/content/ru/guides/get-started/installation.md @@ -155,7 +155,7 @@ npm run dev -Теперь приложение запущено по адресу **[localhost:3000](http://localhost:3000/).** +Теперь приложение запущено по адресу **[http://localhost:3000](http://localhost:3000/).** Откройте ваше приложение, нажав на ссылку в терминале, и вы увидите текст "Привет мир!", который мы добавили на предыдущем шаге. @@ -241,4 +241,4 @@ npm run dev -Теперь приложение запущено по адресу [localhost:3000](http://localhost:3000). Отлично сработано! +Теперь приложение запущено по адресу [http://localhost:3000](http://localhost:3000). Отлично сработано! diff --git a/content/zh/guide/commands.md b/content/zh/guide/commands.md index 1d60efa73f..8d50d059ce 100644 --- a/content/zh/guide/commands.md +++ b/content/zh/guide/commands.md @@ -11,7 +11,7 @@ position: 113 | 命令 | 描述 | | ------------- | --------------------------------------------------------------------------------- | -| nuxt | 启动一个热加载的 Web 服务器(开发模式) [localhost:3000](http://localhost:3000)。 | +| nuxt | 启动一个热加载的 Web 服务器(开发模式) [http://localhost:3000](http://localhost:3000)。 | | nuxt build | 利用 webpack 编译应用,压缩 JS 和 CSS 资源(发布用)。 | | nuxt start | 以生产模式启动一个 Web 服务器 (需要先执行`nuxt build`)。 | | nuxt generate | 编译应用,并依据路由配置生成对应的 HTML 文件 (用于静态站点的部署)。 | diff --git a/content/zh/guide/development-tools.md b/content/zh/guide/development-tools.md index 8df9bac02c..126cfee276 100644 --- a/content/zh/guide/development-tools.md +++ b/content/zh/guide/development-tools.md @@ -65,7 +65,7 @@ mkdir test ``` -当我们利用 `npm run dev` 启动开发服务器的时候,用浏览器打开 [localhost:3000](http://localhost:3000),我们能看到红色的 `Hello world` 标题。 +当我们利用 `npm run dev` 启动开发服务器的时候,用浏览器打开 [http://localhost:3000](http://localhost:3000),我们能看到红色的 `Hello world` 标题。 添加一个单元测试文件 `test/index.test.js`: diff --git a/content/zh/guides/get-started/installation.md b/content/zh/guides/get-started/installation.md index 3504d369ec..b39f7500d8 100644 --- a/content/zh/guides/get-started/installation.md +++ b/content/zh/guides/get-started/installation.md @@ -66,7 +66,7 @@ npm run dev -项目现在运行在 [localhost:3000](http://localhost:3000)上,干的漂亮 XD! +项目现在运行在 [http://localhost:3000](http://localhost:3000)上,干的漂亮 XD! @@ -199,7 +199,7 @@ npm run dev -现在项目运行在 **[localhost:3000](http://localhost:3000/).** +现在项目运行在 **[http://localhost:3000](http://localhost:3000/).** 打开你的浏览器,并在终端中点击链接,你就能看到我们在上一步中复制的文本“Hello World”。 diff --git a/nuxt.config.js b/nuxt.config.js index 24fa9d1009..ee58220516 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -83,12 +83,19 @@ export default { pwa: { manifest: { name: 'NuxtJS', + description: 'Nuxt.js official website', theme_color: '#00C58E' } }, // Auto import components, see https://github.com/nuxt/components - components: true, + components: [ + '~/components/templates', + '~/components/global', + '~/components/atoms', + '~/components/molecules', + '~/components/organisms', + ], colorMode: { preference: 'light' // disable system }, diff --git a/package.json b/package.json index b14a492c5a..393f075a71 100644 --- a/package.json +++ b/package.json @@ -1,32 +1,45 @@ { - "name": "nuxtjs.org", - "version": "1.1.0", - "description": "Nuxt.js official website", - "main": "index.js", - "dependencies": { - "@nuxt/content": "^1.12.0", - "@nuxt/http": "^0.6.2", - "@nuxtjs/tailwindcss": "^3.4.2", - "@snackbar/core": "^1.7.0", - "chart.js": "^2.9.4", - "clipboard": "^2.0.6", - "intersection-observer": "^0.12.0", - "lodash.groupby": "^4.6.0", - "lodash.sortby": "^4.7.0", - "node-fetch": "^2.6.1", - "nuxt-edge": "^2.15.0-26869002.7e3a78fb", - "nuxt-i18n": "^6.18.0", - "prism-themes": "^1.5.0", - "reading-time": "^1.3.0", - "vue-chartjs": "^3.5.1", - "vue-cookieconsent-component": "^1.2.0", - "vue-if-bot": "^1.2.0", - "vue-observe-visibility": "^1.0.0", - "vue-scrollactive": "^0.9.3", - "vue-scrollto": "^2.20.0" + "private": true, + "repository": "nuxt/nuxtjs.org", + "license": "MIT", + "scripts": { + "build": "nuxt build", + "build:check": "nuxt build --analyze", + "check:prettier": "yarn lint:prettier --list-different", + "cy:open": "cypress open", + "cy:run": "cypress run", + "dev": "nuxt", + "format:prettier": "yarn lint:prettier --write --loglevel warn", + "generate": "nuxt generate", + "lint": "run-p lint:all:*", + "lint:all:eslint": "yarn lint:eslint --fix", + "lint:all:markdownlint": "yarn lint:markdownlint", + "lint:all:stylelint": "yarn lint:stylelint --fix", + "lint:all:textlint:ja": "yarn lint:textlint:ja --fix", + "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern modules/ --ignore-pattern plugins/ga.js --ext .js,.vue .", + "lint:markdownlint": "markdownlint \"*.md\"", + "lint:prettier": "prettier \"**/*.{js,json,css,scss,vue,html,md}\"", + "lint:stylelint": "stylelint \"**/*.{vue,scss}\"", + "lint:textlint:ja": "textlint \"content/ja/**/*.md\"", + "new": "hygen new", + "start": "nuxt start", + "test:e2e:dev": "start-server-and-test dev http://localhost:3000 cy:open", + "test:e2e:run": "cypress install && start-server-and-test start http://localhost:3000 cy:run" + }, + "husky": { + "hooks": { + "pre-commit": "cross-env PRE_COMMIT=true lint-staged" + } + }, + "lint-staged": { + "*.{js,json,css,vue,md}": "prettier --write", + "*.{js,vue}": "eslint --fix", + "*.{md}": "markdownlint" }, "devDependencies": { "@actions/core": "^1.2.6", + "@nuxt/content": "^1.13.1", + "@nuxt/http": "^0.6.2", "@nuxtjs/color-mode": "^2.0.3", "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", @@ -35,84 +48,52 @@ "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/style-resources": "^1.0.0", "@nuxtjs/svg": "^0.1.12", + "@nuxtjs/tailwindcss": "^3.4.2", + "@snackbar/core": "^1.7.0", "@types/crawler": "^1.2.0", "@types/fs-extra": "^9.0.6", "babel-eslint": "^10.1.0", + "chart.js": "^2.9.4", + "clipboard": "^2.0.6", "crawler": "^1.3.0", "cross-env": "^7.0.3", - "cypress": "6.3.0", + "cypress": "^6.4.0", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-cypress": "^2.11.2", "esm": "^3.2.25", "fibers": "^5.0.0", "globby": "^11.0.2", - "husky": "^4.3.8", + "husky": "^5.0.9", "hygen": "^6.0.4", + "intersection-observer": "^0.12.0", "lint-staged": ">=10.5.3", + "lodash.groupby": "^4.6.0", + "lodash.sortby": "^4.7.0", "markdownlint-cli": "^0.26.0", + "node-fetch": "^2.6.1", "npm-run-all": "^4.1.5", + "nuxt-edge": "^2.15.0-26882779.04646c5e", + "nuxt-i18n": "^6.18.0", "prettier": "^2.2.1", - "sass": "^1.32.5", + "prism-themes": "^1.5.0", + "reading-time": "^1.3.0", + "sass": "^1.32.7", "sass-loader": "^10.1.1", "start-server-and-test": "^1.12.0", "stylelint": "^13.9.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^20.0.0", - "stylelint-scss": "^3.18.0", + "stylelint-scss": "^3.19.0", "textlint": "^11.8.1", "textlint-filter-rule-allowlist": "^2.0.1", "textlint-rule-preset-ja-spacing": "^2.0.2", - "textlint-rule-preset-jtf-style": "^2.3.6" - }, - "scripts": { - "dev": "nuxt", - "build": "nuxt build", - "build:check": "nuxt build --analyze", - "start": "nuxt start", - "generate": "nuxt generate", - "cy:open": "cypress open", - "cy:run": "cypress run", - "test:e2e:run": "cypress install && start-server-and-test start http://localhost:3000 cy:run", - "test:e2e:dev": "start-server-and-test dev http://localhost:3000 cy:open", - "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern modules/ --ignore-pattern plugins/ga.js --ext .js,.vue .", - "lint:markdownlint": "markdownlint \"*.md\"", - "lint:textlint:ja": "textlint \"content/ja/**/*.md\"", - "lint:stylelint": "stylelint \"**/*.{vue,scss}\"", - "lint:prettier": "prettier \"**/*.{js,json,css,scss,vue,html,md}\"", - "check:prettier": "yarn lint:prettier --list-different", - "format:prettier": "yarn lint:prettier --write --loglevel warn", - "lint:all:eslint": "yarn lint:eslint --fix", - "lint:all:markdownlint": "yarn lint:markdownlint", - "lint:all:textlint:ja": "yarn lint:textlint:ja --fix", - "lint:all:stylelint": "yarn lint:stylelint --fix", - "lint": "run-p lint:all:*", - "new": "hygen new" - }, - "husky": { - "hooks": { - "pre-commit": "cross-env PRE_COMMIT=true lint-staged" - } - }, - "repository": { - "type": "git", - "url": "git+https://github.com/nuxt/nuxtjs.org.git" - }, - "keywords": [ - "nuxt.js", - "vuejs", - "nuxtjs", - "js" - ], - "author": "alexchopin", - "license": "MIT", - "bugs": { - "url": "https://github.com/nuxt/nuxtjs.org/issues" - }, - "homepage": "https://github.com/nuxt/nuxtjs.org#readme", - "lint-staged": { - "*.{js,vue}": "eslint --fix", - "*.{md}": "markdownlint", - "*.{js,json,css,vue,md}": "prettier --write" + "textlint-rule-preset-jtf-style": "^2.3.6", + "vue-chartjs": "^3.5.1", + "vue-cookieconsent-component": "^1.2.0", + "vue-if-bot": "^1.2.0", + "vue-observe-visibility": "^1.0.0", + "vue-scrollactive": "^0.9.3", + "vue-scrollto": "^2.20.0" } } diff --git a/pages/docs/2.x/_book/_slug.vue b/pages/docs/2.x/_book/_slug.vue index 467e22de8d..b539e26a7a 100644 --- a/pages/docs/2.x/_book/_slug.vue +++ b/pages/docs/2.x/_book/_slug.vue @@ -13,7 +13,7 @@ - - - - - + + + diff --git a/pages/team.vue b/pages/team.vue index 504fe63b52..94c45350b3 100644 --- a/pages/team.vue +++ b/pages/team.vue @@ -9,7 +9,7 @@ class="text-3xl xl:text-4xl text-light-onSurfacePrimary dark:text-dark-onSurfacePrimary font-medium leading-normal mb-6 lg:pt-4 transition-colors duration-300 ease-linear" > {{ $t('team.title') }} -