This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/river-site.git

commit ccdf6e496aac05c0732625d3f2a508fd64416fc9
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Jun 13 15:46:00 2021 -0700

    fix docco
---
 migration/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/README.md b/migration/README.md
index c52c310..be5a841 100644
--- a/migration/README.md
+++ b/migration/README.md
@@ -33,6 +33,6 @@
    - 'headings': True     # Fix up headings w/ permalinks
    - 'headings_re': r'^h[1-4]'
    - 'permalinks': True,
-   - 'toc': False         # does not use [TOC]
+   - 'toc': True          # uses [TOC]
    - 'toc_headers': r"h[1-4]",
    - 'tables': True       # Fix up for markdown table class

Reply via email to