mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
20 lines
489 B
HTML
20 lines
489 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include nav.html %}
|
|
|
|
<div class="container-lg px-3">
|
|
<div class="d-flex flex-row gutter-spacious">
|
|
<div id="toc" class="col-3 py-6">
|
|
{% capture toc %}{% include toc.md %}{% endcapture %}
|
|
{{ toc | markdownify }}
|
|
</div>
|
|
<div class="col-9 markdown-body p-6">
|
|
{{ content }}
|
|
|
|
<a class="btn btn-small btn-outline" href="https://github.com/probot/probot/edit/master/{{ page.path }}">Suggest changes</a>
|
|
</div>
|
|
</div>
|
|
</div>
|