Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
PNKBizz committed May 12, 2024
1 parent 953a803 commit 00724e2
Show file tree
Hide file tree
Showing 4 changed files with 12,339 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
title: 'Vue-yandex-maps',
description: 'Я.Карты для Vue JS',
nav: [
{ text: 'v0.x', items: [{ text: 'v1.x-beta', link: 'https://vue-yandex-maps.github.io/new-docs/' }] },
{ text: 'v0.x', items: [{ text: 'v1.x', link: 'https://vue-yandex-maps.github.io/new-docs/' }, { text: 'v2.x', link: 'https://yandex-maps-unofficial.github.io/vue-yandex-maps/' }] },
{ text: 'Руководство', link: '/guide/' },
{ text: 'Примеры', link: '/examples/' },
{ text: 'API Я.Карт', link: 'https://tech.yandex.ru/maps/doc/jsapi/2.1/quick-start/index-docpage/' },
Expand All @@ -27,7 +27,7 @@ module.exports = {
title: 'Vue-yandex-maps',
description: 'Yandex map component for Vue JS',
nav: [
{ text: 'v0.x', items: [{ text: 'v1.x-beta', link: 'https://vue-yandex-maps.github.io/new-docs/' }] },
{ text: 'v0.x', items: [{ text: 'v1.x', link: 'https://vue-yandex-maps.github.io/new-docs/' }, { text: 'v2.x', link: 'https://yandex-maps-unofficial.github.io/vue-yandex-maps/' }] },
{ text: 'Guide', link: '/en/guide/' },
{ text: 'Examples', link: '/en/examples/' },
{ text: 'YandexMap API ', link: 'https://tech.yandex.ru/maps/doc/jsapi/2.1/quick-start/index-docpage/' },
Expand Down
4 changes: 4 additions & 0 deletions docs/en/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Introduction

::: danger Important!
This version is deprecated. LTS version [here](https://github.com/yandex-maps-unofficial/vue-yandex-maps)
:::

You can easily plug Yandex map in your project with this custom component and you available minimal part of functionality right now from the "box". However If you want to use full functionality of [YandexMap API](https://tech.yandex.ru/maps/doc/jsapi/2.1/quick-start/index-docpage/), you need apply to [map instance](https://tech.yandex.ru/maps/doc/jsapi/2.1/quick-start/index-docpage/) directly.


Expand Down
4 changes: 4 additions & 0 deletions docs/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Введение

::: danger Важно!
Эта версия пакета больше не поддерживается. Актуальная версия [здесь](https://github.com/yandex-maps-unofficial/vue-yandex-maps)
:::

Компонент позволяет без усилий подключить Я.Карты в проект и дает необходимый минимум функционала "из коробки". Однако, вы можете пользоваться всей мощью [API Я.Карт](https://tech.yandex.ru/maps/doc/jsapi/2.1/quick-start/index-docpage/), обращаясь напрямую к [инстансу карты](/guide/Map.html).

## Подключение
Expand Down
Loading

0 comments on commit 00724e2

Please sign in to comment.