Skip to content

Commit 9d30072

Browse files
committed
changed to https
1 parent 9ce4eeb commit 9d30072

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitmodules

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
[submodule "docs/repos/helm-charts"]
2-
path = docs/repos/helm-charts
3-
url = git@github.com:fullstack-devops/helm-charts.git
41
[submodule "docs/repos/github-actions-runner"]
52
path = docs/repos/github-actions-runner
6-
url = git@github.com:fullstack-devops/github-actions-runner.git
3+
url = https://github.com/fullstack-devops/github-actions-runner.git
4+
branch = main
5+
[submodule "docs/repos/helm-charts"]
6+
path = docs/repos/helm-charts
7+
url = https://github.com/fullstack-devops/helm-charts.git
8+
branch = main

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ extra_css:
6464
- stylesheets/custom.css
6565

6666
docs_dir: ./docs
67+
use_directory_urls: false
6768

6869
# Plugins
6970
plugins:

0 commit comments

Comments
 (0)