File tree Expand file tree Collapse file tree 13 files changed +90
-42
lines changed
i18n/en/docusaurus-plugin-content-docs/current/products Expand file tree Collapse file tree 13 files changed +90
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 1
3+ ---
4+
5+ # DAMIAOモーター
6+
7+ DAMIAO モーター - 高精度・高安定性のロボットジョイント用モーター。
8+
9+ ``` mdx-code-block
10+ import DocCardList from '@theme/DocCardList';
11+ import {useDocById} from '@docusaurus/plugin-content-docs/client';
12+
13+ export const ProductsList = () => {
14+ const productDocIds = [
15+ 'products/dm-j4310-2ec-v1.1',
16+ 'products/dm-j4340-2ec-v1.0',
17+ 'products/dm-j4340p-2ec-v1.0',
18+ 'products/dm-j8009p-2ec-v1.0',
19+ ];
20+ const items = productDocIds.map((id) => {
21+ const doc = useDocById(id);
22+ return {
23+ type: 'link',
24+ label: doc.title,
25+ href: doc.id,
26+ docId: doc.id,
27+ description: doc.description,
28+ };
29+ })
30+ return <DocCardList items={items} />;
31+ };
32+
33+ <ProductsList />
34+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import BlockImage from ' @site/src/components/BlockImage' ;
1+ ---
2+ description : DM-J4310-2EC V1.1の日本語のマニュアルです。
3+ ---
24
35# DM-J4310-2EC V1.1 減速モーター
46
7+ ``` mdx-code-block
8+ import BlockImage from '@site/src/components/BlockImage';
9+ ```
10+
511[ 原文の使用説明書(中国語)] ( /pdf/products/dm-j4310-2ec-v1.1-zh.pdf )
612
713本サイト全体のライセンスはApache License 2.0ですが、本資料および原文の資料にはライセンスを設定しません。
Original file line number Diff line number Diff line change 1- import BlockImage from ' @site/src/components/BlockImage' ;
1+ ---
2+ description : DM-J4340-2EC 減速モーターの日本語のマニュアルです。
3+ ---
24
35# DM-J4340-2EC 減速モーター
46
7+ ``` mdx-code-block
8+ import BlockImage from '@site/src/components/BlockImage';
9+ ```
10+
511[ 原文の使用説明書(中国語)] ( /pdf/products/dm-j4340-2ec-v1.0-zh.pdf )
612
713本サイト全体のライセンスはApache License 2.0ですが、本資料および原文の資料にはライセンスを設定しません。
Original file line number Diff line number Diff line change 1- import BlockImage from ' @site/src/components/BlockImage' ;
1+ ---
2+ description : DM-J4340P-2EC 減速モーターの日本語のマニュアルです。
3+ ---
24
35# DM-J4340P-2EC 減速モーター
46
7+ ``` mdx-code-block
8+ import BlockImage from '@site/src/components/BlockImage';
9+ ```
10+
511[ 原文の使用説明書(中国語)] ( /pdf/products/dm-j4340p-2ec-v1.0-zh.pdf )
612
713本サイト全体のライセンスはApache License 2.0ですが、本資料および原文の資料にはライセンスを設定しません。
Original file line number Diff line number Diff line change 1- import BlockImage from ' @site/src/components/BlockImage' ;
1+ ---
2+ description : DM-J8009P-2EC 減速モーター(クロスローラーベアリング)の日本語のマニュアルです。
3+ ---
24
35# DM-J8009P-2EC 減速モーター(クロスローラーベアリング)
46
7+ ``` mdx-code-block
8+ import BlockImage from '@site/src/components/BlockImage';
9+ ```
10+
511[ 原文の使用説明書(中国語)] ( /pdf/products/dm-j8009p-2ec-v1.0-zh.pdf )
612
713本サイト全体のライセンスはApache License 2.0ですが、本資料および原文の資料にはライセンスを設定しません。
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 2
3+ ---
4+
5+ # Products
6+
7+ ``` mdx-code-block
8+ import DocCardList from '@theme/DocCardList';
9+
10+ <DocCardList />
11+ ```
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ const config: Config = {
9696 } ,
9797 items : [
9898 {
99- type : 'docSidebar' ,
100- sidebarId : 'productsSidebar' ,
99+ to : 'products' ,
101100 position : 'left' ,
102101 label : 'Products' ,
103102 } ,
You can’t perform that action at this time.
0 commit comments