Skip to content

Commit 97e6062

Browse files
committed
v0.10.0 + link to examples
1 parent 82311c5 commit 97e6062

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ callouts:
1414
warning:
1515
title: Warning
1616
color: red
17+
note:
18+
color: blue
1719

1820
exclude: [
1921
Makefile,

api/patricia-tree.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@ the key's integer identifier.
2121
The source code of this library is available on [Github]("https://github.com/codex-semantics-library/patricia-tree)
2222
under an [LGPL-2.1](https://choosealicense.com/licenses/lgpl-2.1/) license.
2323

24+
{: .note }
25+
For a quick overview of how to use the library, see the [examples](/api/patricia-tree/{{ site.data.packages.patricia-tree.latest-version }}/#examples).
26+
2427
## Documentation versions
2528

2629
See any of these for more details on this library, what it can do, some
2730
small examples and the full documentation.
2831

2932

30-
- [patricia-tree – v0.9.0](/api/patricia-tree/v0.9.0/index.html) – latest version
31-
- [patricia-tree – main](/api/patricia-tree/main/index.html) – development version (unreleased)
33+
- [patricia-tree – v0.10.0](/api/patricia-tree/v0.10.0/) – latest version
34+
- [patricia-tree – v0.9.0](/api/patricia-tree/v0.9.0/)
35+
- [patricia-tree – main](/api/patricia-tree/main/) – development version (unreleased)
3236

3337
Changes between versions are listed in the
3438
[changelog](https://github.com/codex-semantics-library/patricia-tree/blob/main/CHANGELOG.md).

0 commit comments

Comments
 (0)