Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
'image_dark': '_static/logo-dark.png',
},
'logo_link': 'https://cta-eu1.hubspot.com/web-interactives/public/v1/track/redirect?encryptedPayload=AVxigLJoSaECsY7AgSp8%2B%2FzAJj9MjRdktrFWem7ZiLYUuwu9Ps5ktV52C%2Fp4Nxue86Go1wQ8PAPPjmbHy5hgIFaiHKCuH8%2BKOg1V2VD010z%2BH2jGMmM%3D&webInteractiveContentId=113594058467&portalId=26493592',
'collapse_navigation': True,
'show_nav_level': 2,
'collapse_navigation': False,
'show_nav_level': 0,
'navbar_start': ['navbar-logo','docsearch',],
'navbar_center': ['navbar-nav',],
'navbar_persistent': [],
Expand Down
2 changes: 2 additions & 0 deletions source/getting-started/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _getting-started:

Getting Started
===============

Expand Down
41 changes: 34 additions & 7 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,49 @@ The FoundriesFactory Platform brings together key features and functions for dev

Documentation Overview
----------------------
.. grid::

* Getting Started will guide you from :ref:`gs-signup` and creating your :term:`Factory`, to :ref:`gs-flash-device`,
installing the CLI tool :term:`Fioctl` for interacting with your Factory, and the basics of building and deploying an App.
.. grid-item-card:: Getting Started
:link: getting-started
:link-type: ref
:link-alt: getting started

Create your Factory, learn how to interact with it, and deploy an App

* :ref:`Tutorials <tutorials>` will familiarize you with the workflow you will need to get the most from your Factory.
.. grid-item-card:: Tutorials
:link: tutorials
:link-type: ref
:link-alt: tutorials

* :ref:`User Guide <user-guide>` walks you through common tasks and settings for your Factory.
Familiarize yourself with the workflow to get the most from your Factory

* Advanced use cases and technical details are in the :ref:`Reference Manual <ref-manual>`.
.. grid-item-card:: User Guide
:link: user-guide
:link-type: ref
:link-alt: user guide

Common tasks and settings for your Factory

.. grid-item-card:: Reference Manual
:link: ref-manual
:link-type: ref
:link-alt: reference manual

Advanced use cases and technical details

.. toctree::
:maxdepth: 2
:caption: Getting Started
:name: sec-learn
:hidden:

getting-started/index

.. toctree::
:maxdepth: 2
:caption: Tutorials
:name: sec-tutorials
:hidden:

tutorials/index

Expand All @@ -44,27 +66,32 @@ Documentation Overview
:glob:
:caption: User Guide
:name: sec-user-guide
:hidden:

user-guide/index

.. toctree::
:maxdepth: 2
:caption: Reference Manual
:name: sec-manual
:hidden:

reference-manual/index

.. toctree::
:maxdepth: 1
:caption: Appendix
:name: sec-appendix
:hidden:

appendix/index
Fioctl Reference <appendix/index>

.. toctree::
:caption: Glossary
:name: sec-glossary
:hidden:

glossary/index
Terms <glossary/index>

.. toctree::
:caption: Release Notes
Expand Down