Skip to content

Commit

Permalink
Add Alternatives page
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Oct 8, 2023
1 parent c3700cf commit 8eba9bb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ nav:
- docstring.md
- templating.md
- try-except.md
- fallback.md
- ...
30 changes: 30 additions & 0 deletions docs/alternatives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: 🔀 Alternatives
hide:
- toc
---

# 🔀 Alternatives

!!! info inline end "Know any other alternative?"
[:heavy_plus_sign: Submit an issue!](https://github.com/anatoly-scherbakov/documented/issues/new){ .md-button .md-button--primary }

<table markdown>
<thead markdown>
<tr markdown>
<th></th>
<th>Language</th>
<th>Notes</th>
</tr>
</thead>
<tbody markdown>
<tr markdown>
<th markdown>
[`thiserror`](https://crates.io/crates/thiserror)
</th>
<td markdown>:simple-rust: Rust</td>
<td markdown>Formats error messages just like `documented` does</td>
</tr>
</tbody>
</table>

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repo_name: documented
copyright: Copyright &copy; 2023 <a href="https://yeti.sh">Anatoly Scherbakov</a>

markdown_extensions:
- md_in_html
- admonition
- codehilite
- attr_list
Expand Down

0 comments on commit 8eba9bb

Please sign in to comment.