Skip to content

Commit cc50ff0

Browse files
committed
add new logo
1 parent d3f1ac2 commit cc50ff0

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"workbench.editorAssociations": {
3+
"*.draw.svg": "hediet.vscode-drawio-text",
4+
"*.draw.png": "hediet.vscode-drawio-text",
5+
},
26
"yaml.schemas": {
37
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
48
}

docs/assets/favicon.png

83.5 KB
Loading

docs/assets/full-logo.png

60.1 KB
Loading

mkdocs.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ theme:
4444
# - toc.integrate
4545
palette:
4646
- scheme: default
47-
primary: fsdevops
47+
primary: indego
4848
accent: fsdevops
4949
toggle:
5050
icon: material/brightness-7
@@ -59,7 +59,7 @@ theme:
5959
text: Roboto
6060
code: Roboto Mono
6161
favicon: https://avatars.githubusercontent.com/u/97617148?s=200&v=4
62-
logo: https://avatars.githubusercontent.com/u/97617148?s=200&v=4
62+
logo: assets/full-logo.png
6363
extra_css:
6464
- stylesheets/custom.css
6565

@@ -135,14 +135,13 @@ nav:
135135
- excalidraw: repos/helm-charts/charts/excalidraw/README.md
136136
- github-actions-runner: repos/helm-charts/charts/github-actions-runner/README.md
137137
- github actions runner:
138-
- repos/github-actions-runner/README.md
138+
- repos/github-actions-runner/README.md
139139
- awesome-ci:
140-
- repos/awesome-ci/index.md
141-
- commands:
142-
- repos/awesome-ci/commands/index.md
143-
- pr: repos/awesome-ci/commands/pr.md
144-
- release: repos/awesome-ci/commands/release.md
145-
- examples:
146-
- repos/awesome-ci/examples/index.md
147-
- GitHub Actions: repos/awesome-ci/examples/github_actions.md
148-
140+
- repos/awesome-ci/index.md
141+
- commands:
142+
- repos/awesome-ci/commands/index.md
143+
- pr: repos/awesome-ci/commands/pr.md
144+
- release: repos/awesome-ci/commands/release.md
145+
- examples:
146+
- repos/awesome-ci/examples/index.md
147+
- GitHub Actions: repos/awesome-ci/examples/github_actions.md

0 commit comments

Comments
 (0)