From f05f8b9cd5474240d00da9e990d2fc4a8228649d Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Fri, 20 Feb 2026 13:43:16 -0800 Subject: [PATCH 1/3] getting-started: drop ci-selection page This is confusing for the Community Edition users. We can address it in the Github documentation. Signed-off-by: Michael Scott --- source/getting-started/ci-selection.rst | 24 -------------------- source/getting-started/gs-container-only.rst | 1 - 2 files changed, 25 deletions(-) delete mode 100644 source/getting-started/ci-selection.rst diff --git a/source/getting-started/ci-selection.rst b/source/getting-started/ci-selection.rst deleted file mode 100644 index 9c01d274..00000000 --- a/source/getting-started/ci-selection.rst +++ /dev/null @@ -1,24 +0,0 @@ -Choosing Your CI Solution -========================= - -FoundriesFactories supports two different modes for building Targets. - -FoundriesFactory Managed ------------------------- - -Every Factory includes a ``containers.git`` hosted at ``source.foundries.io``. -This works out of the box and changes pushed here will be built automatically by our CI system and produce Targets that can be deployed to your device(s). - -To get started with the Foundries.io managed solution you will need to: - -- :ref:`Install Fioctl ` in order to work with ``source.foundries.io``. -- :ref:`Build and deploy ` your first application. - -Self-Hosted ------------ - -The self-hosted option works well for people wanting more control of their workflows. -It works great with products like GitHub. -There is a one-time setup that takes about 30 minutes. - -To get started with the self-hosted option, follow the steps outlined in the :ref:`Custom CI ` guide. diff --git a/source/getting-started/gs-container-only.rst b/source/getting-started/gs-container-only.rst index e6fa1875..1cc6ab1a 100644 --- a/source/getting-started/gs-container-only.rst +++ b/source/getting-started/gs-container-only.rst @@ -24,7 +24,6 @@ There are few differences between the Container-only Factory and the LmP-based F .. toctree:: signup-container-only/index - ci-selection fioup-registration/index Additional Resources From ccd8c477d75f0eb3271f695cce4a5c9641922f89 Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Fri, 20 Feb 2026 13:49:49 -0800 Subject: [PATCH 2/3] getting-started: move fioctl and building application out one level These 2 items are specific to using a Factory with an LmP-based device. We also need these for the container-only workflow. Signed-off-by: Michael Scott --- source/getting-started/gs-lmp.rst | 2 -- source/getting-started/index.rst | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/gs-lmp.rst b/source/getting-started/gs-lmp.rst index c41e2a6c..ee41a8be 100644 --- a/source/getting-started/gs-lmp.rst +++ b/source/getting-started/gs-lmp.rst @@ -12,5 +12,3 @@ A paid subscription allows you to customize the base image and perform other adv signup-lmp/index flash-device/index register-device/index - install-fioctl/index - building-deploying-app/index diff --git a/source/getting-started/index.rst b/source/getting-started/index.rst index 11b599c9..104f1418 100644 --- a/source/getting-started/index.rst +++ b/source/getting-started/index.rst @@ -13,3 +13,5 @@ Other users will be creating a Factory based on the Linux microPlatform and call arduino-uno-q/index gs-container-only gs-lmp + install-fioctl/index + building-deploying-app/index From c090e37de0b82956d3b678c8fde174711101a312 Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Fri, 20 Feb 2026 13:54:07 -0800 Subject: [PATCH 3/3] getting-started: fix grammar in build and deploy page Signed-off-by: Michael Scott --- source/getting-started/building-deploying-app/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/building-deploying-app/index.rst b/source/getting-started/building-deploying-app/index.rst index 889b36d2..7aa0eb6d 100644 --- a/source/getting-started/building-deploying-app/index.rst +++ b/source/getting-started/building-deploying-app/index.rst @@ -1,7 +1,7 @@ .. _gs-building-deploying-app: -Building and Deploying Application -================================== +Building and Deploying an Application +===================================== Clone and enter your ``containers.git``: