Merge remote-tracking branch 'remotes/origin/master'
This commit is contained in:
commit
28f9883975
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
= Protocol Buffers 文档
|
||||
YuCheng Hu <yhu@ossez.com>
|
||||
:doctype: book
|
||||
:page-layout: docs
|
||||
:page-description: Protocol Buffers
|
||||
:page-keywords: Protocol Buffers
|
||||
|
||||
Protocol Buffers 相关文档的内容。
|
Loading…
Reference in New Issue