diff --git a/docusaurus.config.js b/docusaurus.config.js index 64b56931..91ed503e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -102,11 +102,11 @@ const config = { // href: '/about', // label: 'About Us', // }, - { - href: 'https://lens.ondsel.com', - label: 'Lens', - position: 'right', - }, + //{ + // href: 'https://lens.ondsel.com', + // label: 'Lens', + // position: 'right', + //}, { to: '/', label: 'Home', diff --git a/src/components/Home/index.js b/src/components/Home/index.js index 5666656b..086a4eac 100644 --- a/src/components/Home/index.js +++ b/src/components/Home/index.js @@ -38,7 +38,7 @@ function HomePageHeader() {
Download @@ -159,7 +159,7 @@ export default function Home({ recentPosts }) {
Sign Up diff --git a/src/pages/faq.md b/src/pages/faq.md index 74458925..c56adc74 100644 --- a/src/pages/faq.md +++ b/src/pages/faq.md @@ -18,21 +18,29 @@ There is no reason for this to happen. FreeCAD has never been this strong before The majority of the Ondsel team have been in and around the FreeCAD project for years. We'll find a way to do more FreeCAD development. +## Is the Lens online service available? + +No, we shut it down on November 22, 2024. + +## Will Lens users get refunds? + +We have done our best to process as many refunds as possible. + ## Will you contribute your changes in Ondsel ES back to FreeCAD? There were four changes specific to Ondsel ES as of the last weekly build: -1. **The Lens addon**. It doesn't make sense to have that as part of FreeCAD now that Lens will go offline. +1. **The Lens addon**. It doesn't make sense to have that as part of FreeCAD now that Lens will go offline. The source code has been [publicly available](https://github.com/Ondsel-Development/Ondsel-Lens-Addon) from the start. 2. **OpenTheme** enabled by default. This is a 3rd-party project; we do not control it. 3. **Custom preference pack**. We customized FreeCAD defaults to our liking and automatically applied the preference pack when building Ondsel ES. The pack is public. We'll make a pull request if the FreeCAD community wants those defaults. -4. **Simulations in the Assembly workbench**. This is a technical preview of a new feature. We have [already submitted](https://github.com/FreeCAD/FreeCAD/pull/16414) a pull request to FreeCAD. It's scheduled for code review for v1.1. +4. **Simulations in the Assembly workbench**. This change has already been [merged](https://github.com/FreeCAD/FreeCAD/pull/16414) to upstream FreeCAD and scheduled for v1.1. -We have already submitted the rest of our changes to FreeCAD, too. Most of them will be part of v1.0. +We have already submitted the rest of our changes to FreeCAD, too. Most of them have been released as part of v1.0. -## Will you release the source code of the Lens server and the MBD solver? +## Will you release the source code of the Lens server? -We have already released the source code of the Lens server. We are looking into releasing the source code of the MBD solver. +We have [already released](https://github.com/Ondsel-Development/Ondsel-Server) the source code of the Lens server. -## Will Lens customers get refunds? +## Will you release the source code of the MBD solver? -We have already processed all the refunds we realistically could. \ No newline at end of file +We are looking into that. \ No newline at end of file