From 2e6361e49637a476a3e60f80f269cea1d92474df Mon Sep 17 00:00:00 2001 From: Chi Date: Tue, 15 Dec 2020 11:53:25 +0000 Subject: [PATCH] Added docs index --- docs/README.md | 6 ++++++ docs/views.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..acd5dc4 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,6 @@ +# Twig Tweak documentation + +- [Cheat sheet](cheat-sheet.md) +- [Rendering blocks with Twig Tweak](blocks.md) +- [Twig Tweak and Views](views.md) +- [Migrating to Twig Tweak 3.x](migration-to-3.x.md) diff --git a/docs/views.md b/docs/views.md index 162d184..ae00033 100644 --- a/docs/views.md +++ b/docs/views.md @@ -1,4 +1,4 @@ -# Using Twig Tweak to extend Views module functionality. +# Using Twig Tweak to extend Views module functionality Twig Tweak's `drupal_view()` method provides access to embed views within any Twig code, including dynamically from within each row of another view. This