File: glossary.md

package info (click to toggle)
sphinx-basic-ng 1.0.0~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: python: 179; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Glossary

```{glossary}
Skeleton
  The markup provided in the `basic-ng` theme that implements a responsive 3-column layout.

Sections
  Major areas of a page (e.g. sidebar, top bar, footer).

Components
  Snippets of HTML that you put inside of sections, that use the template variables provided by Sphinx to compose common UI patterns for documentation websites (eg: breadcrumbs).
```