1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-13 19:42:36 +02:00

Doc: Switching to Fork Awesome

This commit is contained in:
Laurent Cozic 2019-11-18 08:31:17 +00:00
parent 5b65fae49d
commit ee650c1ef4
7 changed files with 2866 additions and 2 deletions

View File

@ -24,7 +24,8 @@ https://github.com/laurent22/joplin/blob/master/{{{sourceMarkdownFile}}}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://joplinapp.org/css/bootstrap.min.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://joplinapp.org/css/fontawesome-all.min.css">
<!-- <link rel="stylesheet" href="https://joplinapp.org/css/fontawesome-all.min.css"> -->
<link rel="stylesheet" href="https://joplinapp.org/css/fork-awesome.min.css">
<script src="https://joplinapp.org/js/jquery-3.2.1.slim.min.js"></script>
<style>
body {
@ -455,7 +456,9 @@ function markdownToHtml(md, templateParams) {
}
});
return Mustache.render(headerHtml, templateParams) + markdownIt.render(md) + scriptHtml + footerHtml;
const improveDocHtml = '<a href="#"><i class="fa fa-github"></i> Improve this doc</a>';
return Mustache.render(headerHtml, templateParams) + markdownIt.render(md) + improveDocHtml + scriptHtml + footerHtml;
}
let tocMd_ = null;

12
docs/css/fork-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.