summaryrefslogtreecommitdiff
path: root/source/know/concept/index.md
blob: 68b5f8ce64ed6aac82e5907e4d4509341f6e9efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "List of concepts"
date: 2021-02-22
layout: "default"
---

# List of concepts

This is an alphabetical list of the concepts in this knowledge base.

{% assign pages_by_letter = site.pages
  | where_exp: "item", "item.layout == 'concept'"
  | group_by_exp: "item", "item.sort_title | truncate: 1, ''"
  | sort: "name"
%}
{% include alphlist.html pages_by_letter = pages_by_letter %}