-
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.
feat: rename and move install and run page, create unique pages for e…
…very combination (#707) Signed-off-by: Zhbert <[email protected]>
- Loading branch information
Showing
68 changed files
with
458 additions
and
222 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,3 +1,12 @@ | ||
/about: | ||
title: About | ||
url: /about/release_channels.html | ||
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 |
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,3 +1,12 @@ | ||
/about: | ||
title: О проекте | ||
url: /about/release_channels.html | ||
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 |
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.18 | ||
go 1.21 | ||
|
||
require gopkg.in/yaml.v2 v2.4.0 |
Oops, something went wrong.