From c81a2beea82a0aef1953a2447df16533d982fcd4 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 22 Jul 2019 23:20:16 -0400 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20S3=20=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E7=9A=84=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89f566a..52dbde4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,4 @@ deploy: bucket: "com.ossez.docs" skip_cleanup: true local_dir: build/asciidoc/html5 - upload-dir: akka-docs + upload-dir: protocol-buffers-docs From 233f5736a64cc24be240da7bc89a7a338db40e7b Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 22 Jul 2019 23:29:52 -0400 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/docs/asciidoc/index.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/docs/asciidoc/index.adoc diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc new file mode 100644 index 0000000..a6b9ba1 --- /dev/null +++ b/src/docs/asciidoc/index.adoc @@ -0,0 +1,8 @@ += Protocol Buffers 文档 +YuCheng Hu +:doctype: book +:page-layout: docs +:page-description: Protocol Buffers +:page-keywords: Protocol Buffers + +Protocol Buffers 相关文档的内容。 From 6c18d1d854681872d62e5ff977852b64c40ea35b Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 22 Jul 2019 23:38:54 -0400 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20build=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E5=8E=BB=E9=99=A4=20src=20?= =?UTF-8?q?=E6=BA=90=E4=BB=A3=E7=A0=81=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 6031d0a..be60c3c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,14 +7,10 @@ apply plugin: 'java' version = '1.0.0' asciidoctor { - def source = project.sourceSets.main.java.srcDirs[0] + def build = file('build.gradle') - // add extra inputs since these include files that are included - inputs.dir source - - attributes 'build-gradle': file('build.gradle'), - 'sourcedir': source, + attributes 'build-gradle': build, 'endpoint-url': 'https://docs.ossez.com', 'source-highlighter': 'coderay', 'imagesdir': 'images',