mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-09 22:32:45 +02:00
chore: make some documents clearer (#276)
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ Rerun the app to apply the migrations.
|
|||||||
|
|
||||||
_Note: For safety, development builds use a separate database location from production builds._
|
_Note: For safety, development builds use a separate database location from production builds._
|
||||||
|
|
||||||
## Lezer Grammer Generation
|
## Lezer Grammar Generation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Example
|
# Example
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ type TemplateFunctionPlugin = NonNullable<PluginDefinition['templateFunctions']>
|
|||||||
|
|
||||||
const hashFunctions: TemplateFunctionPlugin[] = algorithms.map(algorithm => ({
|
const hashFunctions: TemplateFunctionPlugin[] = algorithms.map(algorithm => ({
|
||||||
name: `hash.${algorithm}`,
|
name: `hash.${algorithm}`,
|
||||||
description: 'Hash a value to its hexidecimal representation',
|
description: 'Hash a value to its hexadecimal representation',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user