Skip to content

Commit

Permalink
Merge pull request #4841 from werf/chore_docs_format_sidebar_partials
Browse files Browse the repository at this point in the history
chore(docs): format sidebar partials
  • Loading branch information
alexey-igrychev committed Aug 24, 2022
2 parents 3e6e9a8 + ac26b4c commit 9fb05a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_data/sidebars/documentation.yml
Expand Up @@ -656,7 +656,7 @@ entries:
url: /reference/deploy_annotations.html

- title: Command line interface
f: "#!*cli"
f: *cli

- title: Cheat sheet
url: /reference/cheat_sheet.html
Expand Down Expand Up @@ -874,7 +874,7 @@ entries:
url: /reference/deploy_annotations.html

- title: Интерфейс командной строки
f: "#!*cli"
f: *cli

- title: Шпаргалка
url: /reference/cheat_sheet.html
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/regen.sh
Expand Up @@ -28,7 +28,7 @@ EOF
{
cat "$sidebar_cli_partial_path"
echo
cat "$sidebar_documentation_partial_path"
sed 's/"\#\!\*cli"/*cli/' "$sidebar_documentation_partial_path"
} >> "$sidebar_documentation_path"
}

Expand Down

0 comments on commit 9fb05a4

Please sign in to comment.