Skip to content

Commit

Permalink
Add glossary (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Dec 28, 2024
1 parent bd4c9bf commit 1e0700a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ validation:
unrecognized_links: warn
anchors: warn

# Preview controls
watch:
- snippets

# Theme configuration
theme:
name: material
Expand Down Expand Up @@ -68,6 +72,7 @@ plugins:

# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
Expand All @@ -80,7 +85,9 @@ markdown_extensions:
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.snippets:
auto_append:
- snippets/abbreviations.md
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
Expand Down
7 changes: 7 additions & 0 deletions docs/snippets/abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- Glossary for terms and concepts not documented on cakeissues.net -->

*[addins]: Addins allow to extend Cake language with additional aliases
*[aliases]: Aliases are convenience methods that are easily accessible directly from a Cake build
*[CI]: Continuous Integration - The practice of integrating source code changes frequently and ensuring that the integrated codebase is in a workable state
*[linter]: A static code analysis tool used to flag programming errors, bugs, stylistic errors and suspicious constructs
*[linters]: Static code analysis tools used to flag programming errors, bugs, stylistic errors and suspicious constructs

0 comments on commit 1e0700a

Please # to comment.