mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 07:15:46 +00:00
docs test
This commit is contained in:
@ -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 |
|
||||
|
||||
@ -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/>');
|
||||
|
||||
Reference in New Issue
Block a user