version docs pages
This commit is contained in:
parent
5865251560
commit
f79392054b
31 changed files with 329 additions and 388 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import { processMarkdown } from "@config/io/markdown";
|
||||
|
||||
const codeDesktop = await processMarkdown(`\`\`\`qml
|
||||
const codeDesktop = await processMarkdown("N/A", `\`\`\`qml
|
||||
// a standard desktop window
|
||||
FloatingWindow {
|
||||
Timer {
|
||||
|
|
@ -21,7 +21,7 @@ FloatingWindow {
|
|||
}
|
||||
\`\`\``);
|
||||
|
||||
const codeMobile = await processMarkdown(`\`\`\`qml
|
||||
const codeMobile = await processMarkdown("N/A", `\`\`\`qml
|
||||
// a standard desktop window
|
||||
FloatingWindow {
|
||||
Timer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue