Skip to content

docs: custom block for runtime require 11.3.0+ #1059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/en/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

## Runtime available docs

> Requires 11.3.0+

Here's an example of injecting the `<docs>` custom blocks into the component so that it's available during runtime.

#### docs-loader.js
Expand Down
2 changes: 2 additions & 0 deletions docs/ja/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

## 実行時に利用可能なドキュメント

> 11.3.0 以上で動作します

`<docs>`カスタムブロックをコンポーネントに注入して実行時に利用できるようにする例です。

#### docs-loader.js
Expand Down
2 changes: 2 additions & 0 deletions docs/kr/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

## 런타임에서 사용할 수 있는 문서

> 11.3.0 버전 이상에서 지원

다음은 `<docs>` 사용자 정의 블록을 컴포넌트에 넣어 런타임에서 사용할 수 있는 예제입니다.

#### docs-loader.js
Expand Down
2 changes: 2 additions & 0 deletions docs/pt_BR/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

## Documentos disponíveis em tempo de execução.

> Requer versão 11.3.0+

Aqui está um exemplo de injetar os blocos personalizados `<docs>` no componente para que ele esteja disponível durante o tempo de execução.

### docs-loader.js
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

## Документация доступная во время выполнения

> Доступно в версиях 11.3.0+

Вот пример того, как можно встроить пользовательские блоки `<docs>` в компонент, чтобы он был доступен во время выполнения.

#### docs-loader.js
Expand Down
2 changes: 2 additions & 0 deletions docs/zh-cn/configurations/custom-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ module.exports = {

## 运行时可用的文档

> 在 11.3.0+ 中支持

这里有一个向组件注入 `<docs>` 自定义块使其在运行时可用的例子。

#### docs-loader.js
Expand Down