Files
google-apis-rs/etc/api/type-cli.yaml
Sebastian Thiel fc34337ee4 doc(lib): use docs.rs for library documentation
We will still need to host the CLI docs though.
2016-12-24 10:35:48 +01:00

34 lines
824 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: ''
depends_on_id: 'api'
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: "1.0.0"
keywords: [cli]
is_executable: YES
doc_base_url: http://byron.github.io/google-apis-rs
dependencies:
- strsim = "^0.5"
- yup-hyper-mock = "^1.0"
- clap = "^2.0"