Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.28 KB

index.md

File metadata and controls

53 lines (33 loc) · 1.28 KB

Welcome to OI-Beats

Build by Entiesci(Github).

Visit OI-Beats / 访问网站

Powered by MkDocs

For full documentation visit mkdocs.org.

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

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

正则表达式

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

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

重命名原则:

  • 文件名末尾不能出现空格
  • 主文件夹需要clear,子文件夹不得修改名称

更新原则

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

自定义 Theme

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

更新步骤

  • 复制文件夹
  • 删除所有文件的文件名后缀 \+\w+-\w+-\w+-\w+-\w+->
  • 使用vscode删除文件中的链接后缀 \+\w+-\w+-\w+-\w+-\w+->
  • 将 脚本 文件夹内的文件复制到 docs 中