From 1a8afa6cee36e7413efbb003ed0480c1c33bef61 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 16 Feb 2021 14:15:21 -0600 Subject: [PATCH] ref: reorder exp list in index --- content/docs/command-reference/exp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/exp/index.md b/content/docs/command-reference/exp/index.md index d3c6a874575..f2f5552223e 100644 --- a/content/docs/command-reference/exp/index.md +++ b/content/docs/command-reference/exp/index.md @@ -9,8 +9,8 @@ A set of commands to generate and manage experiments: [diff](/doc/command-reference/exp/diff), [apply](/doc/command-reference/exp/apply), [branch](/doc/command-reference/exp/branch), -[list](/doc/command-reference/exp/list), [resume](/doc/command-reference/exp/resume), +[list](/doc/command-reference/exp/list), [push](/doc/command-reference/exp/list), [pull](/doc/command-reference/exp/pull), and [gc](/doc/command-reference/exp/gc).