提交 bb162c04 编写于 作者: T terrymanu

update docs

上级 a00623a8
......@@ -3,7 +3,7 @@ languageCode = "en-us"
title = "Sharding-JDBC"
[params]
description = "Sharding-JDBC project."
description = "A JDBC driver for shard databases and tables"
author_url = "https://github.com/dangdangdotcom"
project_url = "https://github.com/dangdangdotcom/sharding-jdbc"
project_documentation = "http://dangdangdotcom.github.io/sharding-jdbc"
......
<svg xmlns="http://www.w3.org/2000/svg" width="112" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="112" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h49v20H0z"/><path fill="#007ec6" d="M49 0h63v20H49z"/><path fill="url(#b)" d="M0 0h112v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"><text x="24.5" y="15" fill="#010101" fill-opacity=".3">license</text><text x="24.5" y="14">license</text><text x="79.5" y="15" fill="#010101" fill-opacity=".3">Apache 2</text><text x="79.5" y="14">Apache 2</text></g></svg>
\ No newline at end of file
+++
date = "2016-01-08T16:14:21+08:00"
title = "架构图"
weight=4
weight = 3
+++
# 架构图
......
+++
date = "2016-01-28T16:14:21+08:00"
title = "目录结构说明"
weight = 4
+++
# 目录结构说明
## sharding-jdbc-core
`sharding-jdbc`分库分表核心模块。
## sharding-jdbc-spring(待开源)
`sharding-jdbc``spring`支持的模块,包括命名空间等。
## sharding-jdbc-config(待开源)
`sharding-jdbc`动态分片规则配置模块。
## sharding-jdbc-example
使用示例。有`sharding-jdbc-example-jdbc`,`sharding-jdbc-example-jpa``sharding-jdbc-example-mybatis`3个子项目。
## sharding-jdbc-doc
使用`markdown`生成文档的项目,使用方无需关注。
+++
date = "2016-01-08T16:14:21+08:00"
title = "详细功能列表"
weight=3
weight = 2
+++
# 详细功能列表
......
+++
date = "2016-01-08T16:14:21+08:00"
title = "使用限制"
weight=5
weight = 5
+++
# 使用限制
......
+++
date = "2016-01-08T16:14:21+08:00"
title = "未来线路规划"
weight=6
weight = 7
+++
# 未来线路规划
1. 读写分离
......
+++
date = "2016-01-08T16:14:21+08:00"
title = "使用指南"
weight=1
weight = 1
+++
# 使用指南
......
/* http://prismjs.com/download.html?themes=prism&languages=clike+java+sql */
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+bash+groovy+java+json+sql */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
......@@ -8,6 +8,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册