Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/features/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permalink: /features/devops

Which will generate build system info and template file, then render to prompt

impl code: [GenerateGitHubActionsAction](https://github.com/unit-mesh/auto-dev/blob/master/src/main/kotlin/cc/unitmesh/genius/actions/GenerateGitHubActionsAction.kt)
impl code: [GenerateGitHubActionsAction](https://github.com/unit-mesh/auto-dev/blob/v1.8.11/src/main/kotlin/cc/unitmesh/devti/actions/GenerateGitHubActionsAction.kt)

```kotlin
val githubActions = BuildSystemProvider.guess(project);
Expand All @@ -27,7 +27,7 @@ val template = templateRender.getTemplate("generate-github-action.vm")

Which will generate build system info and template file, then render to prompt

impl code: [GenerateDockerfileAction](https://github.com/unit-mesh/auto-dev/blob/master/src/main/kotlin/cc/unitmesh/genius/actions/GenerateDockerfileAction.kt)
impl code: [GenerateDockerfileAction](https://github.com/unit-mesh/auto-dev/blob/v1.8.11/src/main/kotlin/cc/unitmesh/devti/actions/GenerateDockerfileAction.kt)

```kotlin
val dockerContexts = BuildSystemProvider.guess(project)
Expand Down