From 1475fa24d19ad42096e4907678cce1c5dd669885 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Mon, 20 Sep 2021 17:49:56 +1000 Subject: [PATCH] tweak uerGuide metadata --- app/web/src/helpers/cadPackages/jsCad/userGuide.md | 4 ++-- app/web/src/helpers/cadPackages/openScad/userGuide.md | 6 +++--- .../helpers/{markdown.ts => hooks/useMarkdownMetaData.ts} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename app/web/src/helpers/{markdown.ts => hooks/useMarkdownMetaData.ts} (100%) diff --git a/app/web/src/helpers/cadPackages/jsCad/userGuide.md b/app/web/src/helpers/cadPackages/jsCad/userGuide.md index 560aa4d..4489177 100644 --- a/app/web/src/helpers/cadPackages/jsCad/userGuide.md +++ b/app/web/src/helpers/cadPackages/jsCad/userGuide.md @@ -1,8 +1,8 @@ --- title: JSCAD Written with: JavaScript -Kernal type: BREP +Kernal type: Mesh CSG Maintained by: [Z3 Development + 39 contributors](https://www.github.com/jscad) Documentation: [openjscad.xyz/docs](https://openjscad.xyz/docs/) --- -JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with Javascript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications. \ No newline at end of file +JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with Javascript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications. diff --git a/app/web/src/helpers/cadPackages/openScad/userGuide.md b/app/web/src/helpers/cadPackages/openScad/userGuide.md index ccc20b2..f9faa31 100644 --- a/app/web/src/helpers/cadPackages/openScad/userGuide.md +++ b/app/web/src/helpers/cadPackages/openScad/userGuide.md @@ -1,8 +1,8 @@ --- title: OpenSCAD -Written with: Custom language -Kernal type: BREP +Written with: [Domain-Specific Language](https://martinfowler.com/dsl.html) +Kernal type: Mesh CSG Maintained by: [Marius Kintel and contributors](https://github.com/openscad/openscad/graphs/contributors) Documentation: [openscad.org](https://openscad.org/) --- -OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model. \ No newline at end of file +OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model. diff --git a/app/web/src/helpers/markdown.ts b/app/web/src/helpers/hooks/useMarkdownMetaData.ts similarity index 100% rename from app/web/src/helpers/markdown.ts rename to app/web/src/helpers/hooks/useMarkdownMetaData.ts