File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- ---
3
1
# MIT License
4
2
5
3
Copyright (c) 2023 Natan Organick
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ See [Version Identification and Dependency Specification] for additional constra
24
24
25
25
| Release | Theme Status | Supported? |
26
26
| :-----: | :----------: | :--------: |
27
+ | [ 4.3.0] | Beta | yes |
27
28
| [ 4.1.0] | Beta | yes |
28
29
| [ 3.9.0] | Alpha | no |
29
30
| [ 3.7.0] | Alpha | no |
@@ -32,6 +33,7 @@ See [Version Identification and Dependency Specification] for additional constra
32
33
33
34
34
35
<br >
36
+ [ 4.3.0 ] : https://github.com/ntno/mkdocs-terminal/releases/tag/4.3.0
35
37
[ 4.1.0 ] : https://github.com/ntno/mkdocs-terminal/releases/tag/4.1.0
36
38
[ 3.9.0 ] : https://github.com/ntno/mkdocs-terminal/releases/tag/3.9.0
37
39
[ 3.7.0 ] : https://github.com/ntno/mkdocs-terminal/releases/tag/3.7.0
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ theme:
100
100
name : terminal
101
101
custom_dir : theme_overrides
102
102
features :
103
+ - footer.prev_next
103
104
- navigation.side.indexes
104
105
- revision.date
105
106
- revision.history
Original file line number Diff line number Diff line change 1
1
mkdocs
2
- mkdocs-terminal ~= 4.0
2
+ mkdocs-terminal ~= 4.3
3
3
4
4
# Python Markdown Extensions
5
5
pygments >= 2.14
You can’t perform that action at this time.
0 commit comments