Skip to content

Commit da8f356

Browse files
kindykazupon
authored andcommitted
Update custom-blocks.md (#1059)
1 parent e637c88 commit da8f356

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

docs/en/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = {
6868

6969
## Runtime available docs
7070

71+
> Requires 11.3.0+
72+
7173
Here's an example of injecting the `<docs>` custom blocks into the component so that it's available during runtime.
7274

7375
#### docs-loader.js

docs/ja/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = {
6868

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

71+
> 11.3.0 以上で動作します
72+
7173
`<docs>`カスタムブロックをコンポーネントに注入して実行時に利用できるようにする例です。
7274

7375
#### docs-loader.js

docs/kr/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = {
6868

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

71+
> 11.3.0 버전 이상에서 지원
72+
7173
다음은 `<docs>` 사용자 정의 블록을 컴포넌트에 넣어 런타임에서 사용할 수 있는 예제입니다.
7274

7375
#### docs-loader.js

docs/pt_BR/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = {
6868

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

71+
> Requer versão 11.3.0+
72+
7173
Aqui está um exemplo de injetar os blocos personalizados `<docs>` no componente para que ele esteja disponível durante o tempo de execução.
7274

7375
### docs-loader.js

docs/ru/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module.exports = {
6868

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

71+
> Доступно в версиях 11.3.0+
72+
7173
Вот пример того, как можно встроить пользовательские блоки `<docs>` в компонент, чтобы он был доступен во время выполнения.
7274

7375
#### docs-loader.js

docs/zh-cn/configurations/custom-blocks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ module.exports = {
6969

7070
## 运行时可用的文档
7171

72+
> 在 11.3.0+ 中支持
73+
7274
这里有一个向组件注入 `<docs>` 自定义块使其在运行时可用的例子。
7375

7476
#### docs-loader.js

0 commit comments

Comments
 (0)