Use a customized highlight.js to add dart language support

This commit is contained in:
Yaacov Akiba Slama
2023-07-04 15:10:36 +03:00
parent 85c34c1fac
commit 680f9b7b56
2 changed files with 1451 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ src = "src"
title = "Breez SDK" title = "Breez SDK"
[output.html] [output.html]
theme="theme"
additional-js = ["tabs.js"] additional-js = ["tabs.js"]
git-repository-url = "https://github.com/breez/breez-sdk-docs" git-repository-url = "https://github.com/breez/breez-sdk-docs"
edit-url-template = "https://github.com/breez/breez-sdk-docs/edit/main/{path}" edit-url-template = "https://github.com/breez/breez-sdk-docs/edit/main/{path}"

1449
theme/highlight.js Normal file

File diff suppressed because one or more lines are too long