Publish German QuickStart as Draft
This gates and publishes the German QuickStart as draft document. Also, ignore build results for api-quick-start and reorder one entry in the .gitignore file. Change-Id: Ib512df6641e14b99be3ffa4fcd4a49d2706347f2
This commit is contained in:
parent
9151d1c364
commit
7bc1d5d987
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,8 @@ publish-docs/
|
||||
target/
|
||||
/build-*.log.gz
|
||||
/generated
|
||||
/api-quick-start/build/
|
||||
/firstapp/build*/
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
@ -18,4 +20,3 @@ target/
|
||||
*~
|
||||
.*.swp
|
||||
.bak
|
||||
/firstapp/build*/
|
||||
|
@ -6,6 +6,12 @@ declare -A DIRECTORIES=(
|
||||
|
||||
# books to be built
|
||||
declare -A BOOKS=(
|
||||
["de"]="api-quick-start"
|
||||
)
|
||||
|
||||
# draft books
|
||||
declare -A DRAFTS=(
|
||||
["de"]="api-quick-start"
|
||||
)
|
||||
|
||||
# Where does the top-level pom live?
|
||||
|
Loading…
Reference in New Issue
Block a user