Skip to content

Commit 4fa6dc9

Browse files
author
Diego Luisi
committed
⚡ add OTEL_LOGS_EXPORTER
1 parent 2b60325 commit 4fa6dc9

File tree

6 files changed

+9
-161
lines changed

6 files changed

+9
-161
lines changed

.github/CODE-OF-CONDUCT.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/SECURITY.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ done
5858
output_content=$(echo -e "$output_content" | sort -u -k 2 | awk NF)
5959

6060
# Sort the output content (excluding the header) and write to TOOLING.md
61-
echo -e "$header" > docs/TOOLING.md
62-
echo -e "$output_content" >> docs/TOOLING.md
61+
echo -e "$header" > docs/tooling/versions.md
62+
echo -e "$output_content" >> docs/tooling/versions.md

docs/TOOLING.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

mkdocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ plugins:
99

1010
nav:
1111
- Home: index.md
12-
- Tooling: "TOOLING.md"
12+
- How-tos:
13+
- Code of Conduct: CODE-OF-CONDUCT.md
14+
- Generate Secrets: secrets/index.md
15+
- Security:
16+
- Versions: SECURITY.md
17+
- Tooling:
18+
- Versions: toolings/versions.md

secrets/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)