Skip to content

Commit 8a2f779

Browse files
committed
re-generate website
1 parent 736cbca commit 8a2f779

File tree

125 files changed

+29003
-11111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+29003
-11111
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For information on how to install and use this project, please refer to the
1515
## Project source
1616

1717
The source code of the current release is available on
18-
[GitHub tag v4.0.2 tree](https://github.com/micro-os-plus/utils-lists-xpack/tree/v4.0.2).
18+
[GitHub tag v4.0.3 tree](https://github.com/micro-os-plus/utils-lists-xpack/tree/v4.0.3).
1919

2020
## License
2121

include/micro-os-plus/utils/lists.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
* undefined, the only reliable way to ensure the registrar is ready before
4646
* clients attempt to register is to initialise it during **startup** (via BSS
4747
* initialisation) prior to the execution of static constructors.
48+
*
49+
* Note: For comparison, the original Doxygen html pages, continue to be available
50+
* via the
51+
* <a href="https://micro-os-plus.github.io/utils-lists-xpack/doxygen/index.html">doxygen/\*</a>
52+
* URLs.
4853
*/
4954

5055
#ifndef MICRO_OS_PLUS_UTILS_LISTS_H_
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"doxygenXmlInputFolderPath": "doxygen/xml",
3+
"docsFolderPath": "docs",
4+
"apiFolderPath": "api",
5+
"baseUrl": "/utils-lists-xpack/",
6+
"docsBaseUrl": "docs",
7+
"apiBaseUrl": "api",
8+
"imagesFolderPath": "assets/images/doxygen",
9+
"$compatibilityRedirectsOutputFolderPath": "",
10+
"mainPageTitle": "",
11+
"sidebarCategoryFilePath": "sidebar-category-doxygen.json",
12+
"sidebarCategoryLabel": "API Reference (Doxygen)",
13+
"$navbarDropdownFilePath": "docusaurus-config-navbar-doxygen.json",
14+
"$navbarDropdownLabel": "API Reference",
15+
"navbarFilePath": "docusaurus-config-navbar-doxygen.json",
16+
"navbarLabel": "API Reference",
17+
"customCssFilePath": "src/css/custom-doxygen2docusaurus.css",
18+
"verbose": false,
19+
"debug": false,
20+
"suggestToDoDescriptions": true,
21+
"listPagesAtTop": true,
22+
"renderProgramListings": true,
23+
"renderProgramListingInline": true,
24+
"originalPagesNote": ""
25+
}

website/docs/api/classes/index.mdx

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)