diff --git a/website/data/cli-nav-data.json b/website/data/cli-nav-data.json
index 52aaea8dc2..439a5c9896 100644
--- a/website/data/cli-nav-data.json
+++ b/website/data/cli-nav-data.json
@@ -278,6 +278,7 @@
{ "title": "init", "href": "/cli/commands/init" },
{ "title": "login", "href": "/cli/commands/login" },
{ "title": "logout", "href": "/cli/commands/logout" },
+ { "title": "modules", "href": "/cli/commands/modules" },
{ "title": "output", "href": "/cli/commands/output" },
{ "title": "plan", "href": "/cli/commands/plan" },
{ "title": "providers", "href": "/cli/commands/providers" },
@@ -375,6 +376,7 @@
{ "title": "init", "path": "commands/init" },
{ "title": "login", "path": "commands/login" },
{ "title": "logout", "path": "commands/logout" },
+ { "title": "modules", "path": "commands/modules" },
{ "title": "output", "path": "commands/output" },
{ "title": "plan", "path": "commands/plan" },
{