ddia_read/index.html
2022-06-02 23:22:04 +08:00

29 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DDIA 逐章精读</title>
<meta name="keywords" content="设计数据密集型应用 DDIA 数据库"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="在理解英文原文的基础上,结合我的一些工作经验,进行一些相应扩展,并参考 github 上 Vonng 的中文翻译版,对每一章用中文重新组织,作为每次分享的文字稿,在此集结为一本开源小册,希望可以对有需要的同学有所帮助,水平所限,难免疏漏,如发现有任何有误之处,欢迎提 issue 和 PR。">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="js/vue.css" title="vue"/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '《DDIA 逐章精读》',
repo: 'https://github.com/DistSysCorp/ddia',
loadSidebar: true,
subMaxLevel: 2,
themeColor: '#77AAC2',
auto2top: true
}
</script>
<script src="js/docsify.min.js"></script>
<script src="js/search.min.js"></script>
</body>
</html>