docs test

This commit is contained in:
openshwprojects
2023-03-06 12:24:45 +01:00
parent d4aaa8dfcd
commit 5391bdca3c
2 changed files with 8 additions and 8 deletions

View File

@ -5,10 +5,10 @@ All descriptions were taken from code.
Do not add anything here, as it will overwritten with next rebuild.
| Section | Comment |
|:------------- |------:|
| (Channel Types)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/channelTypes.md] (33 total) | todo |
| (IO/Pin Roles)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/ioRoles.md] (65 total) | todo |
| (Console/Script commands)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/commands.md] (225 total) | todo |
| (Flags)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/flags.md] (38 total) | todo |
| (Script constants)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/constants.md] (18 total) | todo |
| (Drivers)[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/drivers.md] (28 total) | todo |
| (Console/Script commands [Extended Edition])[https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/commands-extended.md] (225 total) | todo |
| [Channel Types](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/channelTypes.md) (33 total) | todo |
| [IO/Pin Roles](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/ioRoles.md) (65 total) | todo |
| [Console/Script commands](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/commands.md) (225 total) | todo |
| [Flags](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/flags.md) (38 total) | todo |
| [Script constants](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/constants.md) (18 total) | todo |
| [Drivers](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/drivers.md) (28 total) | todo |
| [Console/Script commands [Extended Edition]](https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/commands-extended.md) (225 total) | todo |

View File

@ -888,7 +888,7 @@ for (let i = 0; i < links.length; i++) {
let url = base + link.fullName;
let total = link.json.length;
let desc = "todo";
let textshort = `| (${link.label})[${url}] (${total} total) | ${desc} |`;
let textshort = `| [${link.label}](${url}) (${total} total) | ${desc} |`;
// allow multi-row entries in table entries.
textshort = textshort.replace(/\n/g, '<br/>');