Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go kosu/rpc docs #176

Merged
merged 15 commits into from Aug 1, 2019

update docs site config for kosu-docs

  • Loading branch information
hrharder committed Aug 1, 2019
commit 982b43efeae7ac408e5eca4c5450f40f7c450195
@@ -44,6 +44,15 @@ steps:
"gs://kosu-docs/kosu-system-contracts"
]

- name: "gcr.io/cloud-builders/gsutil"
args: [
"-m",
"rsync",
"-r", "-c", "-d",
"./packages/go-kosu/docs",
"gs://kosu-docs/go-kosu"
]

# ================
# PUBLISH BINARIES
# ================
@@ -86,6 +95,15 @@ steps:
"./packages/kosu-docs/docs/kosu-system-contracts"
]

- name: "gcr.io/cloud-builders/gsutil"
args: [
"-m",
"rsync",
"-r", "-c", "-d",
"./packages/go-kosu/docs",
"./packages/kosu-docs/docs/go-kosu"
]

- name: "gcr.io/kosu-io/node-ci:latest"
entrypoint: "yarn"
args: [
@@ -78,6 +78,15 @@ module.exports = {
"/kosu-system-contracts/Voting",
],
},
{
title: "Go Kosu",
collapsable: true,
food: "4.svg",
children: [
"/go-kosu/",
"/go-kosu/kosu_rpc",
],
},
],
},
};
@@ -38,6 +38,7 @@ log "$LOADING_DOCS"

gsutil -m rsync -r -c -d gs://kosu-docs/kosu.js ./docs/kosu.js
gsutil -m rsync -r -c -d gs://kosu-docs/kosu-system-contracts ./docs/kosu-system-contracts
gsutil -m rsync -r -c -d gs://kosu-docs/go-kosu ./docs/go-kosu

log "$LOADED_DOCS"
exit 0
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.