assistant: Use a more generic icon for the /docs command (#14247)

This PR updates the `/docs` slash command to use a more generic icon to
convey docs.

It was still using the Rust icon, a relic of when it was still
`/rustdoc`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-11 15:46:33 -04:00 committed by GitHub
parent 4c63e8b203
commit cd4847ca22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@ impl SlashCommand for DocsSlashCommand {
text,
sections: vec![SlashCommandOutputSection {
range,
icon: IconName::FileRust,
icon: IconName::FileDoc,
label: format!("docs ({provider}): {path}",).into(),
}],
run_commands_in_text: false,