From 5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 19 Jan 2023 04:10:57 +0100 Subject: Revise README documentation for examples and plugins (#2736) --- plugins/templating/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/templating/README.md (limited to 'plugins/templating/README.md') diff --git a/plugins/templating/README.md b/plugins/templating/README.md new file mode 100644 index 00000000..92eee3e2 --- /dev/null +++ b/plugins/templating/README.md @@ -0,0 +1,4 @@ +# Templating plugin + +Templating plugin is used internally by Dokka and HTML format in particular to help handle substitution +commands, resolve relative links and process templates. -- cgit