Skip to content

Commit

Permalink
Use card grid on manual index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Dec 17, 2023
1 parent 7c83cd8 commit d7ad11d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ If you're new to asciinema then make sure to go through the [getting started
guide](../getting-started.md) first, which gives a high-level overview of the
functionality, then come back here.

This manual is split into several sections, one for each component:

- [CLI](cli/index.md) - terminal recorder
- [player](player/index.md) - web player for terminal recordings
- [server](server/index.md) - hosting platform for terminal recordings
- [agg](agg/index.md) - GIF generator
- [asciicast](asciicast/v2.md) - file format used by all of the above
<div class="grid cards" markdown>
- __[asciinema CLI](cli/index.md)__ - learn how to use full potential of asciinema CLI for recording, reviewing, and publishing your terminal sessions
- __[asciinema player](player/index.md)__ - learn how to use asciinema's standalone web player to include a terminal recording on your own website
- __[asciinema server](server/index.md)__ - learn how to use asciinema.org's embedding options, and how to easily self-host an asciinema server
- __[asciinema gif generator](agg/index.md)__ - learn how to transform your terminal session recordings into attractive, animated GIF files
</div>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ nav:
markdown_extensions:
- attr_list
- admonition
- md_in_html
- tables
- toc:
permalink: true
Expand Down

0 comments on commit d7ad11d

Please sign in to comment.