mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Standalone FAQ
This commit is contained in:
parent
587458a6c7
commit
e4e20dc777
2 changed files with 20 additions and 1 deletions
|
@ -395,7 +395,7 @@ preBuild.dependsOn copyChangelog
|
|||
|
||||
tasks.register('updateFAQ', Exec) {
|
||||
workingDir "${rootDir}"
|
||||
commandLine 'sh', '-c', 'pandoc FAQ.md -o index.html'
|
||||
commandLine 'sh', '-c', 'pandoc --standalone FAQ.md -o index.html'
|
||||
}
|
||||
|
||||
tasks.register('updatePrivacy', Exec) {
|
||||
|
|
19
index.html
19
index.html
|
@ -1,3 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>FAQ</title>
|
||||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><a name="top"></a></p>
|
||||
<h1 id="fairemail-support">FairEmail support</h1>
|
||||
<p>🌎 <a href="https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F">Google Translate</a></p>
|
||||
|
@ -2851,3 +2868,5 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p>GitHub issues are disabled due to frequent misusage.</p>
|
||||
<p><br /></p>
|
||||
<p>Copyright © 2018-2024 Marcel Bokhorst.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue