forked from Capgemini/Apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Capgemini#667 from Capgemini/gitbook
Add files necessary to enable docs as a gitbook
- Loading branch information
Showing
11 changed files
with
80 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"gitbook": "2.4.3", | ||
"structure": { | ||
"summary": "docs/README.md" | ||
}, | ||
"plugins": ["edit-link", "-search", "github"], | ||
"pluginsConfig": { | ||
"edit-link": { | ||
"base": "https://github.com/Capgemini/apollo/tree/master", | ||
"label": "Edit This Page" | ||
}, | ||
"github": { | ||
"url": "https://github.com/Capgemini/apollo/" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Table of Contents | ||
|
||
* [Read Me](/README.md) | ||
* [Components](/docs/components/README.md) | ||
* [Ansible](/docs/components/ansible.md) | ||
* [Apache Mesos](/docs/components/apache-mesos.md) | ||
* [Consul](/docs/components/consul.md) | ||
* [Docker](/docs/components/docker.md) | ||
* [Terraform](/docs/components/terraform.md) | ||
* [Vault](/docs/components/vault.md) | ||
* [Weave](/docs/components/weave.md) | ||
* [Getting Started Guides](/docs/getting-started-guides/README.md) | ||
* [AWS VPC](/docs/getting-started-guides/aws.md) | ||
* [Setting up a VPN connection](/docs/getting-started-guides/aws/vpn.md) | ||
* [AWS Public](/docs/getting-started-guides/aws-public.md) | ||
* [DigitalOcean](/docs/getting-started-guides/digitalocean.md) | ||
* [Google Compute Engine](/docs/getting-started-guides/gce.md) | ||
* [Vagrant](/docs/getting-started-guides/vagrant.md) | ||
* [Examples](/docs/examples/README.md) | ||
* [Troubleshooting](/docs/Troubleshooting.md) | ||
* [Networking](/docs/networking.md) | ||
* [DNS](/docs/dns.md) | ||
* [Rolling Upgrades](/docs/platform-rolling-upgrades.md) | ||
* [Contributing](/CONTRIBUTING.md) | ||
* [Change Log](/CHANGELOG.md) | ||
* [Roadmap](/docs/roadmap.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "apollo", | ||
"private": true, | ||
"version": "0.0.1", | ||
"description": "An open-source PaaS for cloud native applications", | ||
"scripts": { | ||
"docs:prepare": "gitbook install", | ||
"docs:build": "npm run docs:prepare && gitbook build -g capgemini/apollo", | ||
"docs:watch": "npm run docs:prepare && gitbook serve", | ||
"docs:publish": "npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:capgemini/apollo gh-pages --force" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/capgemini/apollo.git" | ||
}, | ||
"keywords": [ | ||
"capgemini", | ||
"apollo", | ||
"mesos", | ||
"docker", | ||
"paas", | ||
"containers" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/capgemini/apollo/issues" | ||
}, | ||
"homepage": "https://github.com/capgemini/apollo/issues", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"gitbook-cli": "^0.3.4" | ||
} | ||
} |