diff --git a/app/web/src/components/Footer/Footer.js b/app/web/src/components/Footer/Footer.js index 0836430..8699c95 100644 --- a/app/web/src/components/Footer/Footer.js +++ b/app/web/src/components/Footer/Footer.js @@ -5,6 +5,9 @@ const Footer = () => { return (
+ + Docs + {

- What's the potential of code-cad? + What's the potential of Code-CAD?

{

CadHub is a space to share cad projects and it’s our gift to the - code-cad community. Let’s celebrate and promote code-cad together. + Code-CAD community. Let’s celebrate and promote Code-CAD together.

-
-

- Projects use the excellent{' '} +

+

+ We have work-in-progress integrations with{' '} - CascadeStudio + OpenSCAD {' '} - with more integrations{' '} + and{' '} + + CadQuery + {' '} + with more{' '} - coming soon + features planned .

- +

+ Follow the{' '} + + official tutorial + {' '} + or +

+
Start Hacking Now @@ -172,7 +189,7 @@ const LandingSection = () => {
-
+
See what other's have created { />
+
+ caveat; the following projects are based on a project we're depricating + support for, it's a{' '} + + long story + + , though rest-assured saving projects with OpenSCAD and CadQuery will be + available soon +
setIsLoginModalOpen(false)} diff --git a/docs/docs/definitive-beginners/your-openscad-journey.mdx b/docs/docs/definitive-beginners/your-openscad-journey.mdx index e5856ef..69cca9d 100644 --- a/docs/docs/definitive-beginners/your-openscad-journey.mdx +++ b/docs/docs/definitive-beginners/your-openscad-journey.mdx @@ -23,6 +23,8 @@ We're going to learn: +**[Live Demo](https://cadhub.xyz/dev-ide/openScad#encoded_script_v2=eJyFVU2P0zAQPZNf4QMHp022TrpIQPEFtGiRqEBoJYRWFTKJ01qkTnGSFRXqf8dObNdOXeihssczb2befOR5xfEyX0UH9tR0X0jJ+ha/WEU/SEsfdqz4yWnb4uUo+MrKbocz+bxjfEs/Ur6V9yVS1lzbDlD8gRyowOgml7pFTYkgvKDqrk3vSV3d/e5EXxoUB3GRp9ZmIS06xo/SFiEJtm96Lu/b+6am2mN2M5G/U2cVsyu8K7f0U1W1tMO3/su6eaIfeCHonkoz6ASS5rMwRLyInsELl2kWryIJXfY1BQPMW0naZ9FUrKYwBn8iADqZVVuTjsJHh/EEJWgTq3cA2l89EfLZEp54tdhIHwCcotPEU1MeFanaTcmqigoqCdQCAHrOGm5vANSMS46/07EKMFyW2GgD0AyZwyzWhzSPreis5WWIEi/HjacHQMGErDN0dIbczO/knA0pLp5z3niGl9SfXw3o6R8s/D/1LL7uY0Qe/w+KB9UfLbwom5wSKJpOKnxLgBjS0M01bRSfxnCh5mpIDMEjrDI0DiT3tvDFUSZdUgFtfpPpmzvTl1glkWE75XM3Xkcld1TMFvB0taom6xTqZJXae7ondmQCvTxp+RHNIRRnL5FPKrY5hedHAa1JaEzlaCYOPZbIM8nKmUtwMDo/vml06AojbgMN+FUjIMOP6HVg+5jyO8Fr13aXyOK6vaSfU2/DGCmbXd2S8/BaBIsFeJOmgJSlnpkB6jz3hrP0FXJXnteVAl/u+GSHvRBnt4FxG3i7aCHng7PWgr/XjS66)** + This tutorial makes no assumption about previous knowledge, which means it's fine you you haven't done any programming before, we'll walk you through it. If you came here from "[getting started](/docs)" then you would have already got a shape on screen with `cube([10,10,10]);`. diff --git a/docs/docs/getting-started/getting-started.mdx b/docs/docs/getting-started/getting-started.mdx index c389243..9b31b73 100644 --- a/docs/docs/getting-started/getting-started.mdx +++ b/docs/docs/getting-started/getting-started.mdx @@ -11,11 +11,11 @@ import ide from '../../static/img/getting-started/ide.png'; import cube from '../../static/img/getting-started/cube.jpg'; import hinge from '../../static/img/getting-started/complete-hinge.png'; -To get started click the "+" button on the top right of CadHub +To get started click the "+" button on the top right of [CadHub](https://cadhub.xyz/) -Then select OpenSCAD. Note that [CadQuery](https://cadquery.readthedocs.io/en/latest/) is available too, but OpenSCAD is recomended and the rest of this tutorial is based on OpenSCAD. +Then select OpenSCAD. Note that [CadQuery](https://cadquery.readthedocs.io/en/latest/) is available too, but [OpenSCAD](https://cadhub.xyz/dev-ide/openScad) is recomended and the rest of this tutorial is based on OpenSCAD. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4fe9de3..d750155 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -30,6 +30,11 @@ module.exports = { label: 'GitHub', position: 'right', }, + { + href: 'http://cadhub.xyz/', + label: 'Main App', + position: 'right', + }, ], }, footer: { @@ -72,6 +77,10 @@ module.exports = { label: 'GitHub', href: 'https://github.com/Irev-Dev/cadhub', }, + { + label: 'Main App', + href: 'http://cadhub.xyz/', + }, ], }, ],