Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 30f3f2fd authored by Jason Kridner's avatar Jason Kridner
Browse files

link to bone101/qwiic

parent e52750af
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ on_latest:
- sphinx-build -M latexpdf . public/latest/
- mv public/latest/latex/beagleboard-docs.pdf public/latest/
- echo "/ /latest/ 302" > public/_redirects
- rm -rf public/latest/latex
artifacts:
name: "latest"
paths:
......@@ -18,6 +19,7 @@ on_branch:
- sphinx-build -b html . public/$CI_COMMIT_BRANCH/
- sphinx-build -M latexpdf . public/$CI_COMMIT_BRANCH/
- mv public/$CI_COMMIT_BRANCH/latex/beagleboard-docs.pdf public/$CI_COMMIT_BRANCH/
- rm -rf public/$CI_COMMIT_BRANCH/latex
artifacts:
name: "$CI_COMMIT_BRANCH"
paths:
......@@ -31,7 +33,8 @@ on_tag:
- sphinx-build -b html . public/$GIT_BRANCH/
- sphinx-build -M latexpdf . public/$GIT_BRANCH/
- mv public/$GIT_BRANCH/latex/beagleboard-docs.pdf public/$GIT_BRANCH/beagleboard-docs-$CI_COMMIT_TAG.pdf
- ln -s public/latex/beagleboard-docs-$CI_COMMIT_TAG.pdf public/$GIT_BRANCH/beagleboard-docs.pdf
- ln -s public/$GIT_BRANCH/latex/beagleboard-docs-$CI_COMMIT_TAG.pdf public/$GIT_BRANCH/beagleboard-docs.pdf
- rm -rf public/$GIT_BRANCH/latex
artifacts:
name: "$GIT_BRANCH"
paths:
......
......@@ -28,6 +28,7 @@ Get started by `engaging the BealgeBoard.org developer community </intro/>`__.
:caption: Introduction
/intro/support/index
/intro/bone101/index
/intro/contribution/index
......
......@@ -10,18 +10,19 @@ I don't want to completely lose the useful documentation we had at:
* https://beagleboard.github.io/bone101/Support/bone101/
Most of the useful information has moved to :ref:`_bone-cook-book-home`, but this has been
the place I've most brainstormed free-form about introducing people to BeagleBone. For now,
it can serve as a place to put some introductory information that is meant to be
Most of the useful information has moved to :ref:`bone-cook-book-home` , but this has been
the place I've most brainstormed free-form to make articles introducing people to BeagleBone.
For now, it can serve as a place to put some introductory information that is meant to be
from a bit of a different approach.
Articles under construction:
* `QWIIC, STEMMA, and Grove add-ons under Linux <quiic-stemma-grove-addons>`__
* :ref:`qwiic_stemma_grove_addons`
.. toctree::
:maxdepth: 1
:hidden:
qwiic-stemma-grove-addons.rst
/intro/bone101/qwiic-stemma-grove-addons.rst
QWIIC, STEMMA and Grove on Linux
################################
.. _qwiic_stemma_grove_addons:
QWIIC, STEMMA and Grove Add-ons in Linux
########################################
.. note::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment