aboutsummaryrefslogtreecommitdiff
path: root/docs/concepts/index.rst
blob: 1f9c5c2a2bf67d6ded4bc5ff1cdd5da028bc1708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. _docs-concepts:

========
Concepts
========
.. grid:: 1

   .. grid-item-card:: :octicon:`info` Facades & Backends
      :link: docs-facades
      :link-type: ref
      :class-item: sales-pitch-cta-secondary

      A key concept in Pigweed's architecture. If you're using Pigweed
      modules extensively in complex ways or contributing to upstream Pigweed,
      you'll probably need to understand these ideas.

.. grid:: 2

   .. grid-item-card:: :octicon:`info` FAQs
      :link: docs-faq
      :link-type: ref
      :class-item: sales-pitch-cta-secondary

      Answers to general, frequently asked questions about Pigweed.

   .. grid-item-card:: :octicon:`info` Glossary
      :link: docs-glossary
      :link-type: ref
      :class-item: sales-pitch-cta-secondary

      Concise definitions of key Pigweed terms.

.. toctree::
   :maxdepth: 1
   :hidden:

   ../facades
   ../glossary
   FAQs <../faq>