Skip to content

Commit

Permalink
Merge pull request #1019 from carapace-sh/doc-rm-introduction
Browse files Browse the repository at this point in the history
doc: removed introduction
  • Loading branch information
rsteube committed Jun 12, 2024
2 parents 216cd71 + 7d3dcc8 commit e36f40d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Summary

- [carapace](./carapace.md)
- [Introduction](./carapace/introduction.md)
- [Integration](./carapace/introduction/integration.md)
- [Structure](./carapace/introduction/structure.md)
- [Action](./carapace/introduction/action.md)
- [Exchange](./carapace/introduction/exchange.md)
- [Gen](./carapace/gen.md)
- [DashAnyCompletion](./carapace/gen/dashAnyCompletion.md)
- [DashCompletion](./carapace/gen/dashCompletion.md)
Expand Down
4 changes: 3 additions & 1 deletion docs/src/carapace/batch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Batch

[`Batch`](https://pkg.go.dev/github.com/carapace-sh/carapace#Batch) bundles [callback actions](./defaultActions/actionCallback.md) so they can be [invoked](https://pkg.go.dev/github.com/carapace-sh/carapace#Action.Invoke) in parallel using goroutines.
[`Batch`](https://pkg.go.dev/github.com/carapace-sh/carapace#Batch) bundles [callback actions](./defaultActions/actionCallback.md) so they can be [invoked] concurrently using goroutines.

```go
carapace.ActionCallback(func(c carapace.Context) carapace.Action {
Expand All @@ -11,3 +11,5 @@ carapace.ActionCallback(func(c carapace.Context) carapace.Action {
).Invoke(c).Merge().ToA()
})
```

[invoked]:https://pkg.go.dev/github.com/carapace-sh/carapace#Action.Invoke
1 change: 0 additions & 1 deletion docs/src/carapace/introduction.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/carapace/introduction/action.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/carapace/introduction/exchange.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/carapace/introduction/integration.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/carapace/introduction/structure.md

This file was deleted.

0 comments on commit e36f40d

Please sign in to comment.