You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/lib/asciinema_web/templates/doc/topics.html.eex

12 lines
434 B
Plaintext

<h2>Docs</h2>
<ul class="nav nav-pills nav-stacked">
<%= topic_link @conn, @active_topic, :"how-it-works" %>
<%= topic_link @conn, @active_topic, :"getting-started" %>
<%= topic_link @conn, @active_topic, :installation %>
<%= topic_link @conn, @active_topic, :usage %>
<%= topic_link @conn, @active_topic, :config %>
<%= topic_link @conn, @active_topic, :embedding %>
<%= topic_link @conn, @active_topic, :faq %>
</ul>