Files
google-apis-rs/etc/api/type-cli.yaml
Sebastian Thiel e434563215 chore(cargo): compilation without local overrides
Also checked in code for groupsmigration to allow others to test it
simply by checking out the right commit.
2015-05-12 17:21:57 +02:00

36 lines
890 B
YAML

mkdocs:
## A directory to bring us from the mkdocs invocation directory to the gen-root
gen_root_dir: ..
site_dir: build_html
# if docs_dir changes, remember to update the sources as well.
docs_dir: docs
mako:
post_processor_module: cli
make:
id: cli
target_name: CLIs
target_suffix: -cli
aggregated_target_suffix: -cli
depends_on_suffix: ''
documentation_engine: mkdocs
templates:
- source: ../LICENSE.md
- source: ../Cargo.toml
- source: docs/commands.md
- source: mkdocs.yml
- source: README.md
- source: main.rs
output_dir: src
cargo:
build_version: "0.2.0"
keywords: [cli]
is_executable: YES
dependencies:
- strsim = "*"
- clap = "*"
- |
[dependencies.yup-hyper-mock]
version = "*"
git = "https://github.com/Byron/yup-hyper-mock"
rev = "ee56de4dead136b3ca5a3eda6ca7057f9074e261"