docs: Add Git page (#14582)
This PR adds a basic Git page to the docs so that we have somewhere to link to from the Git upsell within Zed. Release Notes: - N/A
This commit is contained in:
parent
09c497f744
commit
0556eddc21
3 changed files with 15 additions and 1 deletions
|
@ -940,7 +940,10 @@ impl ExtensionsPage {
|
|||
|
||||
v_flex().children(self.upsells.iter().enumerate().map(|(ix, feature)| {
|
||||
let upsell = match feature {
|
||||
Feature::Git => FeatureUpsell::new("Zed comes with basic Git support for diffs and branches. More Git features are coming in the future."),
|
||||
Feature::Git => FeatureUpsell::new(
|
||||
"Zed comes with basic Git support. More Git features are coming in the future.",
|
||||
)
|
||||
.docs_url("https://zed.dev/docs/git"),
|
||||
Feature::Vim => FeatureUpsell::new("Vim support is built-in to Zed!")
|
||||
.docs_url("https://zed.dev/docs/vim")
|
||||
.child(CheckboxWithLabel::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue