diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 13:31:58 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 14:25:40 +0200 |
commit | a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05 (patch) | |
tree | 2841fe577e2927dc4b0e9df04c7535c9fb8d31de /website/mailgun.erb | |
parent | dd1186fd91ca40f876130a596f53ebef14cf8815 (diff) | |
download | terraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.tar.gz terraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.tar.zst terraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.zip |
add doc
Diffstat (limited to 'website/mailgun.erb')
-rw-r--r-- | website/mailgun.erb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/website/mailgun.erb b/website/mailgun.erb new file mode 100644 index 0000000..4841bfe --- /dev/null +++ b/website/mailgun.erb | |||
@@ -0,0 +1,29 @@ | |||
1 | <% wrap_layout :inner do %> | ||
2 | <% content_for :sidebar do %> | ||
3 | <div class="docs-sidebar hidden-print affix-top" role="complementary"> | ||
4 | <ul class="nav docs-sidenav"> | ||
5 | <li<%= sidebar_current("docs-home") %>> | ||
6 | <a href="/docs/providers/index.html">All Providers</a> | ||
7 | </li> | ||
8 | |||
9 | <li<%= sidebar_current("docs-mailgun-index") %>> | ||
10 | <a href="/docs/providers/mailgun/index.html">Mailgun Provider</a> | ||
11 | </li> | ||
12 | |||
13 | <li<%= sidebar_current("docs-mailgun-resource") %>> | ||
14 | <a href="#">Resources</a> | ||
15 | <ul class="nav nav-visible"> | ||
16 | <li<%= sidebar_current("docs-mailgun-domain") %>> | ||
17 | <a href="/docs/providers/mailgun/r/domain.html">mailgun_domain</a> | ||
18 | </li> | ||
19 | <li<%= sidebar_current("docs-mailgun-route") %>> | ||
20 | <a href="/docs/providers/mailgun/r/route.html">mailgun_route</a> | ||
21 | </li> | ||
22 | </ul> | ||
23 | </li> | ||
24 | </ul> | ||
25 | </div> | ||
26 | <% end %> | ||
27 | |||
28 | <%= yield %> | ||
29 | <% end %> | ||