Skip to content

Commit b9be9ae

Browse files
committed
Extend list of optional components
1 parent 7afaade commit b9be9ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/_default/params.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
markdown_md053 = "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md053---link-and-image-reference-definitions-should-be-needed"
338338
markdown_rules = "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md"
339339
markdownlint = "https://github.com/DavidAnson/markdownlint-cli2"
340+
mermaid = "https://mermaid.js.org"
340341
mozilla_image = "https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images"
341342
netlify = "https://www.netlify.com"
342343
netlify_cache = "https://www.netlify.com/blog/2017/02/23/better-living-through-caching/"
@@ -371,6 +372,7 @@
371372
repository_versioning_overview = "https://raw.githubusercontent.com/gethinode/version-demo/main/content/en/docs/versions.md"
372373
semantic-release = "https://semantic-release.gitbook.io/semantic-release/"
373374
semver = "https://semver.org"
375+
simple_datatables = "https://github.com/fiduswriter/simple-datatables/tree/main"
374376
siteground_compression = "https://www.siteground.com/blog/brotli-vs-gzip-compression"
375377
stylelint = "https://stylelint.io"
376378
vscode_download = "https://code.visualstudio.com/download"

content/en/docs/latest/about/credits.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Credits
33
description: Hinode is fully open source and uses several open-source frameworks and libraries.
4-
date: 2023-08-04
4+
date: 2023-08-14
55
aliases:
66
- "/docs/about/credits/"
77
- "/docs/about/"
@@ -29,6 +29,9 @@ Hinode supports several opt-in components. In the default configuration, these c
2929

3030
- {{< link katex >}}KaTeX{{< /link >}} is a fast math typesetting library for the web.
3131
- {{< link leaflet >}}Leaflet{{< /link >}} is an open-source JavaScript library for mobile-friendly interactive maps.
32+
- {{< link lottie >}}Lottie{{< /link >}} is a library that parses Adobe After Effects animations exported as JSON with Bodymovin and renders them natively.
33+
- {{< link mermaid >}}Mermaid{{< /link >}} is a diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
34+
- {{< link simple_datatables >}}Simple Datatables{{< /link >}} is a lightweight, extendable, JavaScript HTML table library.
3235

3336
## Themes
3437

0 commit comments

Comments
 (0)