2 Commits

Author SHA1 Message Date
Kimberley Mackenzie
e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
Christian Nunciato
91070838dd
Add a Glossary page (#1274)
* Add a Glossary page

* adds a couple more definitions

* Add list and single layouts, support links

* Render markdown in descriptions

* Appease the linter

* updating glossary entries

* updates links

* adds database caching definition, updates links

* appeasing the linter gods

* Update themes/default/layouts/learn/glossary/single.html

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Update themes/default/data/learn/glossary.yaml

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Update themes/default/layouts/learn/glossary/list.html

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Update themes/default/data/learn/glossary.yaml

Co-authored-by: Christian Nunciato <c@nunciato.org>

* Add a nav item for the Glossary

* adds links to nosql page

* fixes header link location

Co-authored-by: Kat Cosgrove <kat.cosgrove@gmail.com>
2022-03-31 23:47:50 +01:00