From 062a9dfe2597abd467ab9e333badb3fbd30a8944 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 27 Mar 2024 07:42:26 +0100 Subject: [PATCH] docs: design prime directives --- docs/abra/design.md | 9 +++++++++ mkdocs.yml | 1 + 2 files changed, 10 insertions(+) create mode 100644 docs/abra/design.md diff --git a/docs/abra/design.md b/docs/abra/design.md new file mode 100644 index 0000000..40cde2f --- /dev/null +++ b/docs/abra/design.md @@ -0,0 +1,9 @@ +--- +title: Design +--- + +## Design Prime Directives + +* De-coupling: it should be possible to use the recipes without relying on + `abra`. The commons of recipes should live and function independently of + `abra`. diff --git a/mkdocs.yml b/mkdocs.yml index 74222dc..7879ced 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,6 +91,7 @@ nav: - "Install": abra/install.md - "Quick Start": abra/quickstart.md - "Upgrade": abra/upgrade.md + - "Design": abra/design.md - "Recipes": abra/recipes.md - "Hack": abra/hack.md - "Troubleshoot": abra/trouble.md