|
| 1 | +{# |
| 2 | + The goal of this page is to sell users who are already authoring in Markdoc on the benefits of our hosting. |
| 3 | + We aren't focusing on generic Markdoc benefits, |
| 4 | + but the unique differentiation of our platform. |
| 5 | +#} |
| 6 | + |
| 7 | +{# |
| 8 | + View this page at http://localhost:8080/tools/markdoc/ |
| 9 | +#} |
| 10 | + |
| 11 | +<html> |
| 12 | + <head> |
| 13 | + <title>Optimize your Markdoc documentation with our hosting</title> |
| 14 | + <meta name="template" content="page" /> |
| 15 | + <meta name="slug" content="tools/markdoc" /> |
| 16 | + <meta name="status" content="hidden" /> |
| 17 | + <meta name="description" content="Read the Docs works seamlessly with Markdoc for Markdown based documentation. Read the Docs adds great features such as search-as-you-type, previews from Git, and much more." /> |
| 18 | + </head> |
| 19 | + <body> |
| 20 | + |
| 21 | +{% import "partials/basic.html" as basic %} |
| 22 | +{% import "partials/marketing.html" as marketing %} |
| 23 | +{% import "partials/technical.html" as technical %} |
| 24 | +{% import "partials/homepage.html" as homepage %} |
| 25 | + |
| 26 | +<section> |
| 27 | + {% call basic.header_image( |
| 28 | + header="Optimize your Markdoc documentation with our hosting", |
| 29 | + image="/images/homepage.png", |
| 30 | + image_alt="Examples of Read the Docs hosted documentation", |
| 31 | + vertical_align="middle") |
| 32 | + %} |
| 33 | + {# TODO: Add a GIF of using hoverxref & livesearch #} |
| 34 | + <p> |
| 35 | + Automatically deploy powerful search, versioning, and collaboration to your Markdoc projects. |
| 36 | + </p> |
| 37 | + |
| 38 | + <p class="ui basic padded vertical segment"> |
| 39 | + <a class="ui large teal stackable button" |
| 40 | + data-analytics="signup-modal" |
| 41 | + onclick="jQuery('#signup-modal').modal('show');"> |
| 42 | + <i class="fad fa-play icon"></i> |
| 43 | + Create an account |
| 44 | + </a> |
| 45 | + <a href="https://test-builds.readthedocs.io/en/markdoc/" class="ui large stackable button" target="_blank"> |
| 46 | + <i class="fad fa-camera-retro icon"></i> |
| 47 | + See a demo |
| 48 | + </a> |
| 49 | + </p> |
| 50 | + {% endcall %} |
| 51 | +</section> |
| 52 | + |
| 53 | +<section id="features"> |
| 54 | + {% call marketing.highlight_list() %} |
| 55 | + |
| 56 | + {% call marketing.highlight_item( |
| 57 | + icon="olive fa-people-arrows", |
| 58 | + icon_style="--fa-secondary-color: violet; --fa-secondary-opacity: 1;", |
| 59 | + header="Easily share with deploy previews", |
| 60 | + color="violet") %} |
| 61 | + {% markdown %} |
| 62 | + Receive feedback from your team, |
| 63 | + and <strong>have confidence in changes</strong> before they go live. |
| 64 | + {% endmarkdown %} |
| 65 | + {% endcall %} |
| 66 | + |
| 67 | + {% call marketing.highlight_item( |
| 68 | + icon="yellow fa-magnifying-glass", |
| 69 | + icon_style="--fa-secondary-color: white; --fa-secondary-opacity: 1;", |
| 70 | + header="Always find what you need", |
| 71 | + color="violet") %} |
| 72 | + {% markdown %} |
| 73 | + Search across all your projects with our search-as-you-type interface, |
| 74 | + and <strong>never lose documentation again</strong>. |
| 75 | + {% endmarkdown %} |
| 76 | + {% endcall %} |
| 77 | + |
| 78 | + {% call marketing.highlight_item( |
| 79 | + icon="fa-eye", |
| 80 | + header="Keep your focus with link previews", |
| 81 | + color="violet") %} |
| 82 | + |
| 83 | + {% markdown %} |
| 84 | + Provide context on every internal link in your docs with instant preview links. |
| 85 | + <strong>Skim the content without opening *another* tab</strong>. |
| 86 | + {% endmarkdown %} |
| 87 | + {% endcall %} |
| 88 | + |
| 89 | + {% endcall %} |
| 90 | +</section> |
| 91 | + |
| 92 | +{# Try it out code block #} |
| 93 | +{% include "includes/try-it-out-markdoc.html" %} |
| 94 | + |
| 95 | +{# Markdoc user testimonials #} |
| 96 | +{# {% include "includes/users-markdoc.html" %} #} |
| 97 | + |
| 98 | +{% block homepage_bottom_callout %} |
| 99 | +<section> |
| 100 | + <div class="ui very padded container"> |
| 101 | + <div class="ui grid center aligned"> |
| 102 | + |
| 103 | + <div class="row"> |
| 104 | + <div class="column twelve wide computer sixteen wide tablet"> |
| 105 | + |
| 106 | + {# |
| 107 | + TODO replace this block with something more actionable. It's |
| 108 | + not saying anything new at this point in the page, and the call |
| 109 | + to action is not strong. |
| 110 | + #} |
| 111 | + <div class="ui basic vertical huge segment"> |
| 112 | + <p> |
| 113 | + <b>Import your Markdoc project today.</b> |
| 114 | + </p> |
| 115 | + |
| 116 | + <p> |
| 117 | + <a class="ui large teal stackable button" |
| 118 | + data-analytics="signup-modal" |
| 119 | + onclick="jQuery('#signup-modal').modal('show');"> |
| 120 | + <i class="fad fa-play icon"></i> |
| 121 | + Create an account |
| 122 | + </a> |
| 123 | + <a href="https://docs.readthedocs.io/en/stable/intro/markdoc.html" class="ui large stackable button" target="_blank"> |
| 124 | + <i class="fad fa-book icon"></i> |
| 125 | + Learn more |
| 126 | + </a> |
| 127 | + </p> |
| 128 | + </div> |
| 129 | + |
| 130 | + </div> |
| 131 | + </div> |
| 132 | + |
| 133 | + </div> |
| 134 | + </div> |
| 135 | +</section> |
| 136 | +{% endblock homepage_bottom_callout %} |
| 137 | + |
| 138 | + </body> |
| 139 | +</html> |
0 commit comments