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``: 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 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