Skip to main content

docs_cmd

Function docs_cmd 

Source
pub fn docs_cmd(
    provider: &dyn DescriptorProvider,
    output: Option<PathBuf>,
    workspace: Option<PathBuf>,
) -> ExitCode
Expand description

djogi docs entry point. output defaults to target/djogi-docs/ under the workspace. The per-model files are written into <output>/<app>/<Model>.md and a top-level <output>/README.md indexes them.