mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
That way, a single huge markdown file containing documentation for commands and methods can be split up into multiple files for individual inclusion in mkdocs. It's done by a post-processor which is loaded by mako-render, providing access to the entire context. Said processor may also drop results altogether and thus prevent files to be written that have been split up by it.
14 lines
134 B
Plaintext
14 lines
134 B
Plaintext
.timestamp
|
|
.pyenv
|
|
.virtualenv
|
|
gen/doc/
|
|
gen/*-cli/
|
|
*.go
|
|
*.pyc
|
|
**target/
|
|
**docs/
|
|
**build_html/
|
|
.*.deps
|
|
**Cargo.lock
|
|
*.sublime-workspace
|