Skip to content

Commit e4e894e

Browse files
authored
Merge pull request #525 from okp4/chore/secure-docs-gen
Chore/secure docs gen
2 parents c38088a + aa7af99 commit e4e894e

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

Makefile.toml

+8
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ then
119119
exit 1
120120
fi
121121
echo "✅ \`perl\` installed"
122+
123+
echo "❔ Checking \`jq\` installation..."
124+
if [[ $(jq --version) != jq-1\.7* ]]
125+
then
126+
echo "\n❌ Require jq version 1.7"
127+
exit 1
128+
fi
129+
echo "✅ \`jq\` installed"
122130
'''
123131

124132
[tasks.docs-generate]

docs/okp4-cognitarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,4 +876,4 @@ Represents a condition in a [WhereClause].
876876

877877
---
878878

879-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`6f72bb04e2230e19`)_
879+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-cognitarium.json` (`a04a40216c76a302`)_

docs/okp4-dataverse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ let b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```
238238
239239
---
240240
241-
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`b906ba32d6e0720c`)*
241+
*Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-dataverse.json` (`6c4e48ca82d04a6a`)*
242242
````

docs/okp4-law-stone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ A string containing Base64-encoded data.
134134

135135
---
136136

137-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`f92ef76322c09083`)_
137+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-law-stone.json` (`1c8e531eb7eea016`)_

docs/okp4-objectarium.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,4 +511,4 @@ A string containing a 128-bit integer in decimal representation.
511511

512512
---
513513

514-
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`b4d8508c7abc145b`)_
514+
_Rendered by [Fadroma](https://fadroma.tech) ([@fadroma/schema 1.1.0](https://www.npmjs.com/package/@fadroma/schema)) from `okp4-objectarium.json` (`483acdc660c72c5f`)_

0 commit comments

Comments
 (0)