oi-beats

Welcome to OI-Beats

Build by Entiesci(Github).

Visit OI-Beats / 访问网站

Powered by MkDocs

For full documentation visit mkdocs.org.

Commands

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

正则表达式

如果你想要匹配字符串中加号 “+” 后面的所有内容,可以使用以下正则表达式:

\+(.*)
\+[0-9a-z](.*)

重命名原则:

更新原则

在更新时,先将原docs文件夹重命名为docsOld,然后复制入新版本docs

自定义 Theme

http://mkdoc-material.llango.com/customization/#_3

更新步骤