Skip to content

Commit d8e8d38

Browse files
authored
chore: bumped mkdocs-material to latest + small tweaks (#1217)
1 parent db94850 commit d8e8d38

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mike==1.1.2
2-
mkdocs-material==8.5.9
2+
mkdocs-material==9.0.2
33
mkdocs-git-revision-date-plugin==0.3.2

mkdocs.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ theme:
2121
palette:
2222
- scheme: default
2323
primary: deep orange
24+
accent: deep orange
2425
toggle:
2526
icon: material/toggle-switch-off-outline
2627
name: Switch to dark mode
2728
- scheme: slate
28-
primary: indigo
29-
accent: teal
29+
primary: deep orange
30+
accent: deep orange
3031
toggle:
3132
icon: material/toggle-switch
3233
name: Switch to light mode
@@ -41,6 +42,7 @@ theme:
4142
- content.code.annotate
4243
- toc.follow
4344
- toc.integrate
45+
- announce.dismiss
4446
icon:
4547
repo: fontawesome/brands/github
4648
logo: media/aws-logo-light.svg
@@ -88,3 +90,9 @@ extra:
8890
version:
8991
provider: mike
9092
default: latest
93+
social:
94+
- icon: fontawesome/brands/github
95+
link: https://github.com/awslabs/aws-lambda-powertools-typescript
96+
- icon: fontawesome/brands/discord
97+
link: https://discord.gg/B8zZKbbyET
98+
name: Join our Discord Server!

0 commit comments

Comments
 (0)