Documentation for iRedMail
Go to file
Michael Chong a884c5d2f0 store.spamassassin.bayes.in.sql.md created online with Bitbucket 2014-09-16 10:29:23 +00:00
3-faq-howto Add tool scripts used to convert Markdown to HTML. 2014-09-16 11:05:36 +08:00
css Add tool scripts used to convert Markdown to HTML. 2014-09-16 11:05:36 +08:00
html Add images/. 2014-09-16 15:54:21 +08:00
tools Add tool scripts used to convert Markdown to HTML. 2014-09-16 11:05:36 +08:00
README.md Typo. 2014-09-16 12:35:42 +08:00
URLs.md URLs.md edited online with Bitbucket 2014-09-16 09:47:02 +00:00
convert.sh Typo. 2014-09-16 12:34:01 +08:00
howto.configure.thunderbird.for.iredmail.md howto.configure.thunderbird.for.iredmail.md created online with Bitbucket 2014-09-16 10:28:39 +00:00
store.spamassassin.bayes.in.sql.md store.spamassassin.bayes.in.sql.md created online with Bitbucket 2014-09-16 10:29:23 +00:00
unattended.iredmail.installation.md unattended.iredmail.installation.md created online with Bitbucket 2014-09-16 10:27:08 +00:00

README.md

如何用 Markdown 方便地整理和写作多章节文档。

  • 使用目录来区分各个章节
  • 章节的标题、介绍用目录里 _ 开头的文件来保存
- 1-introduction/
    |- _title.md
    |- _description.md
    |- 1-what_is_iredmail.md
    |- 2-why_choose_iredmail.md
    |- 3-price.md
- 2-faq/
- 3-install/
  • 使用脚本 convert.sh 转换所有 Markdown 文件为 HTML 文件:
$ bash convert.sh

convert.sh 的作用是:

  • 自动生成包含所有文档链接的总索引文件 index.html
  • 将章节按照顺序排列
  • 生成完整的索引,并列出章节目录内的所有文章