Skip to content

Commit c827c1a

Browse files
committed
docs: Show consul intention list in nav sidebar
Ensure `consul intention list` command is displayed in the navigation sidebar. Fixes #12036
1 parent 4718faf commit c827c1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: website/data/commands-nav-data.json

+4
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@
291291
"title": "get",
292292
"path": "intention/get"
293293
},
294+
{
295+
"title": "list",
296+
"path": "intention/list"
297+
},
294298
{
295299
"title": "match",
296300
"path": "intention/match"

0 commit comments

Comments
 (0)