Skip to content

Commit

Permalink
Fix docs bug
Browse files Browse the repository at this point in the history
Signed-off-by: Aadhitya A <aadhitya864@gmail.com>
  • Loading branch information
alphaX86 committed Nov 22, 2023
1 parent 3c38c86 commit 32a9aa9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/pages/project/contributing/contributing-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ Example:```
mesheryctl system start

// To create a new context for in-cluster Kubernetes deployments and set the new context as your current-context
mesheryctl system context create k8s -p kubernetes -s
```,
mesheryctl system context create k8s -p kubernetes -s```,
Annotations: linkScreenshot,
...{% endcapture %}

Expand All @@ -186,8 +185,7 @@ Example:```
mesheryctl pattern apply -f [file | URL]

// deploy a saved pattern
mesheryctl pattern apply [pattern-name]
```,
mesheryctl pattern apply [pattern-name]```,
Annotations: linkDocPatternApply,
...
{% endcapture %}
Expand Down Expand Up @@ -222,7 +220,6 @@ If your mesheryctl docs end like this, add the include tag at the end of the fil

{% raw %}{% include permalink-of-file %}{% endraw %}
{% endcapture %}
{% include mesheryctl/code.html code=code_content %}


This format should reference an external file where your manual changes are stored. These files should be present at the folder path (`_includes/mesheryctl/`). Any content added using this method will not be altered during the documentation generation process, but instead will be included post-auto doc generation. When making new changes or additions, understand that these additional details are positioned at the end their given CLI reference page, so bear this in mind as you organize and present your additional command details.
Expand Down

0 comments on commit 32a9aa9

Please sign in to comment.