diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 72d0dde..2ca478e 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -2,26 +2,7 @@ * [译者的话](README.md) * [封面](book/00-On-Java-8.md) * [前言](book/00-Preface.md) - * [教学目标](book/00-Preface.md#教学目标) - * [语言设计错误](book/00-Preface.md#语言设计错误) - * [测试用例](book/00-Preface.md#测试用例) - * [普及性](book/00-Preface.md#普及性) - * [关于安卓](book/00-Preface.md#关于安卓) - * [电子版权声明](book/00-Preface.md#电子版权声明) - * [版本说明](book/00-Preface.md#版本说明) - * [封面设计](book/00-Preface.md#封面设计) - * [感谢的人](book/00-Preface.md#感谢的人) - * [献礼](book/00-Preface.md#献礼) * [简介](book/00-Introduction.md) - * [前提条件](book/00-Introduction.md#前提条件) - * [JDK文档](book/00-Introduction.md#JDK文档) - * [C编程思想](book/00-Introduction.md#C编程思想) - * [源码下载](book/00-Introduction.md#源码下载) - * [编码样式](book/00-Introduction.md#编码样式) - * [BUG提交](book/00-Introduction.md#BUG提交) - * [邮箱订阅](book/00-Introduction.md#邮箱订阅) - * [Java图形界面](book/00-Introduction.md#Java图形界面) - * [第一章 对象的概念](book/01-What-is-an-Object.md) * [抽象](book/01-What-is-an-Object.md#抽象) * [接口](book/01-What-is-an-Object.md#接口) diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..d2db3af Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html index ca60545..46f4c70 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - Document + On Java 8 @@ -337,6 +337,7 @@ margin-top: 0; } +
@@ -353,13 +354,20 @@ // Headline depth, 1 - 6 depth: 6 }, + copyCode: { + buttonText : '复制', + errorText : 'Error', + successText: 'OK!' + }, coverpage: true } - - - + + + + +