190 Star 1.4K Fork 425

star7th/showdoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="edge" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta
http-equiv="Cache-control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Cache" content="no-cache" />
<title>ShowDoc</title>
<meta name="keywords" content="" />
<meta
name="description"
content="一个非常适合IT团队的API文档、技术文档工具"
/>
<script type="text/javascript">
// 挂在window下的全局配置
window.DocConfig = {
// "server":'http://127.0.0.1/showdoc/server/index.php?s=',
server:
window.location.protocol +
'//' +
window.location.host +
window.location.pathname +
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}
</script>
</head>
<body class="grey-bg">
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- <div style="display:none">本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div> -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/star7th/showdoc.git
git@gitee.com:star7th/showdoc.git
star7th
showdoc
showdoc
master

搜索帮助