-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: rename and move install and run page, create unique pag…
…es for e…" This reverts commit 7c06029.
- Loading branch information
1 parent
7c06029
commit 92a0a73
Showing
68 changed files
with
222 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
links: | ||
- "usage=localDev&os=linux&buildBackend=buildah" | ||
- "usage=localDev&os=macos&buildBackend=docker" | ||
- "usage=localDev&os=windows&buildBackend=docker" | ||
- "usage=ci&ci=gitlabCiCd&runnerType=kubernetesRunner&os=linux&buildBackend=buildah&projectType=bestPractice&sharedCICD=no&repoType=application" | ||
- "usage=ci&ci=githubActions&runnerType=hostRunner&os=linux&buildBackend=docker&projectType=simplified&sharedCICD=no&repoType=application" | ||
- "usage=ci&ci=otherCiCdSystem&runnerType=dockerRunner&os=linux&buildBackend=buildah&projectType=simplified&sharedCICD=no&repoType=application" | ||
- "usage=ci&ci=argoCdWithGitlabCiCd&runnerType=dockerRunner&os=linux&buildBackend=buildah&projectType=simplified&sharedCICD=no&repoType=application" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
/about: | ||
title: About | ||
url: /about/release_channels.html | ||
/getting_started: | ||
title: Getting Started | ||
url: /getting_started/ | ||
/getting_started/cicd: | ||
title: CI/CD | ||
url: /getting_started/сicd | ||
/getting_started/local: | ||
title: Local development | ||
url: /getting_started/local | ||
url: /about/release_channels.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
/about: | ||
title: О проекте | ||
url: /about/release_channels.html | ||
/getting_started: | ||
title: Быстрый старт | ||
url: /getting_started/ | ||
/getting_started/cicd: | ||
title: CI/CD | ||
url: /getting_started/сicd | ||
/getting_started/local: | ||
title: Локальная разработка | ||
url: /getting_started/local | ||
url: /about/release_channels.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module install_conf_generator | ||
|
||
go 1.21 | ||
go 1.18 | ||
|
||
require gopkg.in/yaml.v2 v2.4.0 |
Oops, something went wrong.