Skip to content

Commit c9915e2

Browse files
committed
fix: meta tags, and ext link to open in new tab
Signed-off-by: heitorlessa <[email protected]>
1 parent 2f48a41 commit c9915e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
site_name: AWS Lambda Powertools Python
1+
site_name: Lambda Powertools Python
2+
site_description: AWS Lambda Powertools for Python
3+
site_author: Amazon Web Services
24
nav:
35
- Homepage: index.md
46
- Changelog: changelog.md
5-
- API reference: 'https://awslabs.github.io/aws-lambda-powertools-python/api/'
7+
- API reference: https://awslabs.github.io/aws-lambda-powertools-python/api/" target="_blank
68
- Core utilities:
79
- core/tracer.md
810
- core/logger.md
@@ -42,7 +44,7 @@ markdown_extensions:
4244
- meta
4345
- toc:
4446
permalink: true
45-
toc_depth: 3
47+
toc_depth: 4
4648
- attr_list
4749

4850
copyright: Copyright &copy; 2021 Amazon Web Services
@@ -60,5 +62,3 @@ extra_javascript:
6062

6163
repo_url: https://github.com/awslabs/aws-lambda-powertools-python
6264
edit_uri: edit/develop/docs
63-
64-
#strict: true

0 commit comments

Comments
 (0)