Some web content fixes. No code changes. (0.42.1)
This commit is contained in:
parent
8bb99d3154
commit
752f0efdd1
4 changed files with 5 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ The Redis extension adds a minimal client for Redis-compatible servers using the
|
||||||
|
|
||||||
Example CMake configure line enabling Redis along with other options:
|
Example CMake configure line enabling Redis along with other options:
|
||||||
|
|
||||||
<pre>cmake -S . -B build_release -DCMAKE_BUILD_TYPE=Release \
|
<pre>cmake -S . -B build -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DFUN_WITH_REDIS=ON</pre>
|
-DFUN_WITH_REDIS=ON</pre>
|
||||||
|
|
||||||
When configured, the build summary will include a line:
|
When configured, the build summary will include a line:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ published: true
|
||||||
noToc: false
|
noToc: false
|
||||||
noComments: false
|
noComments: false
|
||||||
noDate: false
|
noDate: false
|
||||||
title: Fun - funstx — Fun syntax checker and fixer
|
title: funstx — Fun syntax checker and fixer
|
||||||
subtitle: Syntax checker for .fun files with optional --fix auto-corrections; usage, exit codes, and limitations.
|
subtitle: Syntax checker for .fun files with optional --fix auto-corrections; usage, exit codes, and limitations.
|
||||||
description: Syntax checker for .fun files with optional --fix auto-corrections; usage, exit codes, and limitations.
|
description: Syntax checker for .fun files with optional --fix auto-corrections; usage, exit codes, and limitations.
|
||||||
permalink: /documentation/funstx/
|
permalink: /documentation/funstx/
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ published: true
|
||||||
noToc: false
|
noToc: false
|
||||||
noComments: false
|
noComments: false
|
||||||
noDate: false
|
noDate: false
|
||||||
title: Fun - Writing Rust-backed opcodes for Fun VM
|
title: Writing Rust-backed opcodes for Fun VM
|
||||||
subtitle: Writing Rust-backed opcodes and wiring them into the C VM; build/setup notes.
|
subtitle: Writing Rust-backed opcodes and wiring them into the C VM; build/setup notes.
|
||||||
description: Writing Rust-backed opcodes and wiring them into the C VM; build/setup notes.
|
description: Writing Rust-backed opcodes and wiring them into the C VM; build/setup notes.
|
||||||
permalink: /documentation/rust/
|
permalink: /documentation/rust/
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ published: true
|
||||||
noToc: false
|
noToc: false
|
||||||
noComments: false
|
noComments: false
|
||||||
noDate: false
|
noDate: false
|
||||||
title: Fun - Troubleshooting Guide
|
title: Troubleshooting Guide
|
||||||
subtitle: Common issues and quick fixes for build, includes, and REPL usage.
|
subtitle: Common issues and quick fixes for build, includes, and REPL usage.
|
||||||
description: Common issues and quick fixes for build, includes, and REPL usage.
|
description: Common issues and quick fixes for build, includes, and REPL usage.
|
||||||
permalink: /documentation/troubleshooting/
|
permalink: /documentation/troubleshooting/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue