1.在线版本:main 分支,示例:https://zicl1.github.io/creating-documents-with-docsify/。
2.离线版本:feature/offline-version 分支。
3.在线版本需要网络访问 cdn 链接,才可以访问文档。
4.本地或局域网访问文档,下载离线版本,就可以访问文档。
An awesome project.
😄 😆 😊 😃
<script>
window.$docsify = {
disqus: 'shortname'
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/disqus.min.js"></script>
#!/bin/bash
# 打印欢迎消息
echo "欢迎来到Bash脚本示例!"
# 定义变量
name="John Doe"
age=30
<?php
// 打印欢迎消息
echo "欢迎来到PHP代码示例!";
// 定义变量
$name = "John Doe";
$age = 30;
?>
这是 Tab1
这是 Tab2
!> 强调内容
?> 普通提示
- 未完成的任务
- 已完成的任务
自我评价(点击展开)
- Abc
- Def
- listitem1
- listitem2
- listitem3
- Item {{ i }}
2 + 2 = {{2+2}}
- {{ count }} +
This project is under the Apache-2.0.
该项目属于 Apache-2.0。