Skip to content

Commit

Permalink
Merge pull request #1144 from rsteube/doc-spec
Browse files Browse the repository at this point in the history
doc: renamed to spec
  • Loading branch information
rsteube authored May 17, 2022
2 parents 0090d58 + 4b1e5b9 commit 6ef9513
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
chmod +x cmd/carapace/carapace
sed -i 's/\[output.linkcheck\]/#[output.linkcheck]/' docs/book.toml
sh .github/completers.sh > docs/src/completers.md
sh .github/macros.sh > docs/src/specs/macros.md
sh .github/macros.sh > docs/src/spec/macros.md
mdbook build docs
sh .github/badge.sh > docs/book/badge.svg
sh .github/macros-badge.sh > docs/book/macros-badge.svg
Expand Down
6 changes: 3 additions & 3 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
- [Completers](./completers.md)
- [Bridge](./bridge.md)
- [Style](./style.md)
- [Specs](./specs.md)
- [Examples](./specs/examples.md)
- [Macros](./specs/macros.md)
- [Spec](./spec.md)
- [Examples](./spec/examples.md)
- [Macros](./spec/macros.md)
- [Development](./development.md)
- [Build](./development/build.md)
- [docker-compose](./development/docker-compose.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/specs.md → docs/src/spec.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Specs
# Spec

Custom completions can be defined using [yaml specs](https://github.com/rsteube/carapace-spec).

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6ef9513

Please sign in to comment.