From 3b723187957500a89055741dea350d3b7f94ed64 Mon Sep 17 00:00:00 2001 From: JamieDawson Date: Fri, 15 Jan 2021 11:44:56 -0800 Subject: [PATCH] fixed link in command-summary --- docs/command-summary.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/command-summary.md b/docs/command-summary.md index 563bef7..52f5740 100644 --- a/docs/command-summary.md +++ b/docs/command-summary.md @@ -6,25 +6,27 @@ sidebar_label: Nim Command Summary ## Nimbella CLI Command Summary -The documents here cover the top level commands and topics of the Nimbella CLI. Each document covers the syntax of its commands in the style of the command help but with more extended explanations. Flags common to many commands are documented in [common-flags.md](common-flags.md) to avoid repetition. +The documents here cover the top level commands and topics of the Nimbella CLI. Each document covers the syntax of its commands in the style of the command help but with more extended explanations. Flags common to many commands are documented in [common-flags.md](flags) to avoid repetition. ### TOPICS -- [action](nim-cmds/action.md) **work with actions** -- [activation](nim-cmds/activation.md) **work with activations** + +- [action](nim-cmds/action.md) **work with actions** +- [activation](nim-cmds/activation.md) **work with activations** - [auth](nim-cmds/auth.md) **manage Nimbella and Github credentials** - [key-value](nim-cmds/key-value.md) **work with key-value store** - [namespace](nim-cmds/namespace.md) **work with namespaces** - [object](nim-cmds/object.md) **work with objects store** - [package](nim-cmds/package.md) **work with packages** -- [plugins](nim-cmds/plugins.md) **manage optional API specification sources** -- [project](nim-cmds/project.md) **manage and deploy Nimbella projects** -- [route](nim-cmds/route.md) **work with routes** -- [rule](nim-cmds/rule.md) **work with rules** -- [trigger](nim-cmds/trigger.md) **work with triggers** -- [web](nim-cmds/web.md) **work with web contents** -- [workbench](nim-cmds/workbench.md) **open Nimbella workbench with login or command** +- [plugins](nim-cmds/plugins.md) **manage optional API specification sources** +- [project](nim-cmds/project.md) **manage and deploy Nimbella projects** +- [route](nim-cmds/route.md) **work with routes** +- [rule](nim-cmds/rule.md) **work with rules** +- [trigger](nim-cmds/trigger.md) **work with triggers** +- [web](nim-cmds/web.md) **work with web contents** +- [workbench](nim-cmds/workbench.md) **open Nimbella workbench with login or command** ### COMMANDS + - [commander](nim-cmds/commander.md) **interact with Nimbella Commander** - [doc](nim-cmds/doc.md) **Display the full documentation of this CLI** - [info](nim-cmds/info.md) **Show information about this version of 'nim'**