Skip to content

Commit e079b63

Browse files
committed
minor correction in datamapper; trying different strategy with mike
1 parent fab6d5d commit e079b63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-documents.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
run: |
6565
python ./update-nfr.py
6666
67-
6867
- name: Determine versioning parameters
6968
id: determine-versioning
7069
run: |

docs/datamapper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,8 @@ $insert
13011301
->into('co_invoices')
13021302
->columns(
13031303
[
1304-
'inv_cst_id',
1305-
'inv_total' => 100.12
1304+
'inv_cst_id' => 2,
1305+
'inv_total' => 100.12
13061306
]
13071307
)
13081308
;

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ plugins:
211211
'en/views.md': views.md
212212
'en/volt.md': volt.md
213213
'en/webserver-setup.md': webserver-setup.md
214+
- mike:
215+
alias_type: copy
214216

215217
# Hooks
216218
#hooks:
@@ -220,7 +222,6 @@ plugins:
220222
# Additional configuration
221223
extra:
222224
version:
223-
default: 5.4.0
224225
provider: mike
225226
analytics:
226227
provider: google

0 commit comments

Comments
 (0)