Skip to content

Commit

Permalink
move documentation to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNisbet committed Nov 11, 2023
1 parent f4a0a52 commit 036e453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/400-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 036e453

Please sign in to comment.