Skip to content

Commit

Permalink
Merge pull request #674 from buildpacks/fix/pack-aliases
Browse files Browse the repository at this point in the history
Fix pack aliases
  • Loading branch information
AidanDelaney committed Mar 8, 2024
2 parents f23fc71 + ead4b2f commit 579a70f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title="Pack"
aliases=[
"/docs/install-pack/",
"/docs/tools/pack/_index",
"/docs/tools/pack/",
"/docs/tools/pack/cli/install/"
]
weight=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++
title="CLI Docs"
aliases=[
"/docs/tools/pack/cli/_index"
"/docs/tools/pack/cli/"
]
include_summaries=true
+++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++
title="Concepts"
aliases=[
"/docs/tools/pack/concepts/_index"
"/docs/tools/pack/concepts/"
]
include_summaries=true

Expand Down

0 comments on commit 579a70f

Please sign in to comment.