<%- include("partials/navbar.ejs", {now:"commands"}) %>
<% themeConfig.commands?.forEach(category => { %> <% if (!category.hideSidebarItem) { %>

<%= category.category %>

<%= category.subTitle %>
<% if(!category.hideDescription) { %> <% } %> <% if(!category.hideAlias) { %> <% } %> <% category.list.forEach((item)=>{ %> <% if(!category.hideDescription) { %> <% } %> <% if(!category.hideAlias) { %> <% } %> <% }) %>
Name Command Usage Description Aliases
<% if(category.image){ %> <%- category.image %> <% } %>
<%= item.commandName %>

<%= item.commandUsage %>

<%= item.commandDescription %>

<%= item.commandAlias %>
<% } %> <% }) %>
<%- include("partials/footer.ejs") %> <%- include("partials/scripts.ejs", {now: "commands"}) %>