forked from goadesign/goa.design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request goadesign#35 from tchssk/extend
Translate extend into ja
- Loading branch information
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
+++ | ||
title = "Extend" | ||
title = "拡張する" | ||
layout = "sections" | ||
+++ | ||
|
||
goa is extensible with plugins both for | ||
<a href="generators">code generation</a> and | ||
<a href="dsls">new DSL</a>. | ||
The section covers how to author new plugins and also covers | ||
the <a href="gorma">gorma</a> plugin as a good | ||
reference for implementing your own. | ||
goa は<a href="generators">コード生成</a>と<a href="dsls">新しい DSL</a> の両方のプラグインで拡張可能です。このセクションでは、新しいプラグインを作成する方法と、独自プラグインを実装するための参考資料として <a href="gorma">gorma</a> プラグインについて説明します。 |