Update main documentation

gh-pages
github-actions 3 years ago
parent 58261b4bd3
commit c0d3bd8165

@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
<tr> <tr>
<th>Version </th><th>Description </th></tr> <th>Version </th><th>Description </th></tr>
<tr> <tr>
<td>1.14.3 </td><td>v1.14.3 </td></tr>
<tr>
<td>1.14.2 </td><td><p class="starttd">Bug fixes.</p> <td>1.14.2 </td><td><p class="starttd">Bug fixes.</p>
<p class="endtd">Bug fixes and improvements to compute graph. </p> <p class="endtd">Bug fixes and improvements to compute graph. </p>
</td></tr> </td></tr>

@ -1,7 +1,7 @@
function writeHeader() { function writeHeader() {
document.write('Version 1.14.3-dev13'); document.write('Version 1.14.4-dev1');
}; };
function writeFooter() { function writeFooter() {
document.write('Generated on Fri Jan 20 2023 08:01:13 for CMSIS-DSP 1.14.3-dev13+g31d9d2e. Copyright &copy; 2022-2023 Arm Limited (or its affiliates). All rights reserved.'); document.write('Generated on Fri Jan 20 2023 08:25:51 for CMSIS-DSP 1.14.4-dev1+gd1a2633. Copyright &copy; 2022-2023 Arm Limited (or its affiliates). All rights reserved.');
}; };

@ -1,7 +1,7 @@
//--- list of versions --- //--- list of versions ---
const versions = { const versions = {
"main": "1.14.4-dev1",
"latest": "1.14.3", "latest": "1.14.3",
"main": "1.14.3-dev13",
"v1.14.2": "1.14.2", "v1.14.2": "1.14.2",
"v1.14.1": "1.14.1", "v1.14.1": "1.14.1",
"v1.14.0": "1.14.0", "v1.14.0": "1.14.0",

Loading…
Cancel
Save