We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6f4e1 commit 8120eb5Copy full SHA for 8120eb5
crates/emmylua_doc_cli/src/cmd_args.rs
@@ -48,7 +48,9 @@ pub struct CmdArgs {
48
#[arg(long, default_value = "Docs")]
49
pub site_name: Option<String>,
50
51
- /// The path of the mixin md file
+ /// A directory whose contents are merged with the generated Markdown files.
52
+ /// For example, to override docs/index.md, create a folder called "docs" in
53
+ /// your mixin folder and create a file called "index.md" inside it.
54
#[arg(long)]
55
pub mixin: Option<PathBuf>,
56
0 commit comments