Skip to content

Commit 19386f0

Browse files
authored
revert mm-docs to 0.7.6
Something seems to be disabled bottom navitation. Until I see what is going on, I am reverting to older version.
1 parent 4427e94 commit 19386f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#>
44
param (
55
# Version/tag of the mm-docs image to use
6-
[string] $aVersion = (property MM_DOCS_VERSION '0.8'),
6+
[string] $aVersion = (property MM_DOCS_VERSION '0.7.6'),
77

88
# Registry and name to use to get mm-docs image
99
[string] $aImageName = (property MM_DOCS_IMAGE_NAME 'majkinetor/mm-docs'),

0 commit comments

Comments
 (0)