From 4ae5361be5ff7974600ac23be92ccb96dc5de7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 20 Sep 2026 16:21:10 +0200 Subject: [PATCH] Document navigation group --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3536b76..d77db49 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ $converter = new MarkdownConverter($environment); $html = $converter->convert("```php title=\"example.php\"\necho 'Hello';\n```"); ``` -## Introduction +## Documentation - [Installation](installation.md): install the complete collection or one extension. - [Getting started](getting-started.md): register extensions and render Markdown.