Documentation for iRedMail
Go to file
Zhang Huangbin dc44cc3534 Add file to track articles we need to convert. 2014-09-16 12:20:20 +08: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
tools Add tool scripts used to convert Markdown to HTML. 2014-09-16 11:05:36 +08:00
README.md Typo in README.md. 2014-09-16 11:08:52 +08:00
URLs.md Add file to track articles we need to convert. 2014-09-16 12:20:20 +08:00
convert.sh Add tool scripts used to convert Markdown to HTML. 2014-09-16 11:05:36 +08: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 自动生成电子书的 index.html 文件。这个脚本的作用是:

  • 将章节按照顺序排列
  • 生成完整的索引,并列出章节目录内的所有文章