File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 38
38
site
39
39
40
40
# Generated API documentation (from TypeDoc)
41
- /api
41
+ /api
Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block outdated %}
4
+ You're not viewing the latest version.
5
+ < a href ="{{ '../' ~ base_url }} ">
6
+ < strong > Click here to go to latest.</ strong >
7
+ </ a >
8
+ {% endblock %}
Original file line number Diff line number Diff line change 1
1
mike == 1.1.2
2
- mkdocs-material == 8.0.5
2
+ mkdocs-material == 8.1.9
3
3
mkdocs-git-revision-date-plugin == 0.3.1
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ theme:
34
34
- navigation.sections
35
35
- navigation.expand
36
36
- navigation.top
37
+ - navigation.instant
38
+ - navigation.indexes
39
+ - navigation.tracking
40
+ - content.code.annotate
37
41
icon :
38
42
repo : fontawesome/brands/github
39
43
logo : media/aws-logo-light.svg
@@ -58,9 +62,9 @@ markdown_extensions:
58
62
- attr_list
59
63
- pymdownx.emoji
60
64
- pymdownx.inlinehilite
61
- - attr_list
65
+ - pymdownx.superfences
62
66
63
- copyright : Copyright © 2021 Amazon Web Services
67
+ copyright : Copyright © 2022 Amazon Web Services
64
68
65
69
plugins :
66
70
- git-revision-date
@@ -75,3 +79,4 @@ extra_javascript:
75
79
extra :
76
80
version :
77
81
provider : mike
82
+ default : latest
You can’t perform that action at this time.
0 commit comments