parent
b77a15d53a
commit
024a5bbcd0
6 changed files with 97 additions and 66 deletions
|
@ -35,3 +35,11 @@ pub fn upgrade_to_zed_pro_url(cx: &App) -> String {
|
|||
pub fn terms_of_service(cx: &App) -> String {
|
||||
format!("{server_url}/terms-of-service", server_url = server_url(cx))
|
||||
}
|
||||
|
||||
/// Returns the URL to Zed AI's privacy and security docs.
|
||||
pub fn ai_privacy_and_security(cx: &App) -> String {
|
||||
format!(
|
||||
"{server_url}/docs/ai/privacy-and-security",
|
||||
server_url = server_url(cx)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue