GitBook によるドキュメント作成

GitBook によるドキュメント作成 カスタマイズ プラグイン テーマ フォント SNSボタン ハイライト コードのコピーボタン ソースコードの挿入 GitBookで公開リンクを削除 アンカー 目次の追加 ページのトップに戻るボタン 見出しに番号を自動でつける サイドメニューの折りたたみ 警告などのメッセージ 注釈 絵文字 TODOリスト UML Mermaid グラフ 数式 画像の表題 Tips PDF 参考

UML

uml プラグインを使います.

{
    "plugins": "uml"
}

次のように使います.

{% uml %} @startuml

Class Stage
Class Timeout {
    +constructor:function(cfg)
    +timeout:function(ctx)
    +overdue:function(ctx)
    +stage: Stage
}
 Stage <|-- Timeout

@enduml {% enduml %}

results matching ""

    No results matching ""

    • Copyright GitBook 2019
    • Return to the top
    • Updated Dec 7th 19