diff --git a/docs/_config.yml b/docs/_config.yml index 188d720..8c36672 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -51,6 +51,7 @@ reCaptcha: secret : atom_feed: path : # blank (default) uses feed.xml + hide : true search : # true, false (default) search_full_content : # true, false (default) search_provider : # lunr (default), algolia, google @@ -195,7 +196,7 @@ kramdown: entity_output: as_char toc_levels: 1..6 smart_quotes: lsquo,rsquo,ldquo,rdquo - enable_coderay: false + enable_coderay: true # Collections diff --git a/docs/_docs/400-debugging.md b/docs/_docs/400-debugging.md index 64aa38e..3981f25 100644 --- a/docs/_docs/400-debugging.md +++ b/docs/_docs/400-debugging.md @@ -56,7 +56,7 @@ A second analyzer triggered on the rising edge of the _RD_ signal will show the A third analyzer triggered on the rising edge of the _WR_ signal will show the value on the data bus during a write operation. **NOTE:** On computers without sufficient processing power, the Logic may have difficulty capturing data when multiple analyzers are configured. If this happens, remove the analyzers, capture the data, and then add the analyzers back in to view the data. Presets can be used to save the different configurations. - +{: .notice--warning} The screenshot below shows the output of three Simple Parallel Analyzers. All are monitoring the _AD0..AD7_ lines and clocking on the _ALE_, _RD_, and _WR_ lines.