mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-01 00:51:17 +01:00
For now we just show it works within our generator. Next step is to actually generate docopts grammar.
26 lines
579 B
YAML
26 lines
579 B
YAML
mkdocs:
|
|
## A directory to bring us from the mkdocs invocation directory to the gen-root
|
|
gen_root_dir: ..
|
|
site_dir: build_html
|
|
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: mkdocs.yml
|
|
- source: README.md
|
|
- source: main.rs
|
|
output_dir: src
|
|
cargo:
|
|
build_version: "0.0.1"
|
|
keywords: [cli]
|
|
dependencies:
|
|
- docopt = "*"
|
|
- docopt_macros = "*"
|
|
- rustc-serialize = "*"
|