Skip to content

Commit 3d44f9f

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update documentation
1 parent bc93840 commit 3d44f9f

File tree

73 files changed

+2157
-3910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2157
-3910
lines changed

auto-docs/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ recursive(path.resolve(__dirname, '../lib/interface/cli/commands'), (err, files)
2020
}
2121

2222
const docs = command.prepareDocs();
23+
if (!docs) {
24+
return;
25+
}
2326

2427
const { category } = docs;
2528

docs-template/config.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ pygmentsCodeFences = true
1010
pygmentsStyle = "monokailight"
1111

1212
[params]
13-
editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
14-
showVisitedLinks = true # default is false
1513
themeStyle = "original" # "original" or "flex" # default "original"
1614
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
1715
ordersectionsby = "weight" # ordersectionsby = "title"
18-
disableHomeIcon = false # default is false
19-
disableSearch = false # default is false
20-
disableNavChevron = false # set true to hide next/prev chevron, default is false
16+
disableHomeIcon = true # default is false
17+
disableSearch = true # default is false
18+
disableNavChevron = true # set true to hide next/prev chevron, default is false
2119
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
2220

2321

docs-template/content/authentication/Create authentication context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Create authentication context"
33
+++
44

55
### Command
6-
`codefresh auth create-context [name]`
6+
`codefresh create-context [name]`
77

88
Create or update an authentication context
99
### Positionals

docs-template/content/authentication/Get activated context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title = "Get activated context"
33
+++
44

55
### Command
6-
`codefresh auth current-context`
6+
`codefresh current-context`
77

88
Get the current activated authentication context

docs-template/content/authentication/Get all contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title = "Get all contexts"
33
+++
44

55
### Command
6-
`codefresh auth get-contexts`
6+
`codefresh get-contexts`
77

88
Get all possible authentication contexts

docs-template/content/authentication/Set active context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Set active context"
33
+++
44

55
### Command
6-
`codefresh auth use-context <name>`
6+
`codefresh use-context <name>`
77

88
Set the current active authentication context
99
### Positionals

docs-template/content/builds/Get a single build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Get a single build"
33
+++
44

55
### Command
6-
`codefresh get builds [id]`
6+
`codefresh builds [id]`
77

88
Get a specific builds or an array of builds
99
### Positionals

docs-template/content/compositions/Create a composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Create a composition"
33
+++
44

55
### Command
6-
`codefresh create composition [name]`
6+
`codefresh composition [name]`
77

88
Create a composition
99
### Positionals

docs-template/content/compositions/Delete a composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Delete a composition"
33
+++
44

55
### Command
6-
`codefresh delete composition [name]`
6+
`codefresh composition [name]`
77

88
Delete a composition
99
### Positionals

docs-template/content/compositions/Get a single composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Get a single composition"
33
+++
44

55
### Command
6-
`codefresh get compositions [id|name]`
6+
`codefresh compositions [id|name]`
77

88
Get a specific composition or an array of compositions
99
### Positionals

0 commit comments

Comments
 (0)