ci(cmakev2): Drop now-documented examples from KNOWN_MISSING list

The build system v2 guide now references these examples with :example:
and :example_file: roles, so check_examples_documented.py no longer
expects them in the KNOWN_MISSING list. component_manager and the nested
import_prebuilt/prebuilt project are kept, since the guide does not link
them.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2026-06-18 15:33:14 +02:00
parent f8adfd176e
commit 3e7f03b9aa

View File

@@ -108,16 +108,7 @@ KNOWN_MISSING = {
# TODO IDF-15385: add :example: references for build_system examples
'build_system/cmake/import_prebuilt/prebuilt',
'build_system/cmakev2/features/component_manager',
'build_system/cmakev2/features/conditional_component',
'build_system/cmakev2/features/idf_as_lib',
'build_system/cmakev2/features/import_lib',
'build_system/cmakev2/features/import_lib_direct',
'build_system/cmakev2/features/import_prebuilt',
'build_system/cmakev2/features/import_prebuilt/prebuilt',
'build_system/cmakev2/features/multi_binary',
'build_system/cmakev2/features/multi_config',
'build_system/cmakev2/features/plugins',
'build_system/cmakev2/get-started/hello_world',
# TODO IDF-15381: add :example: references for system and custom_bootloader examples
'custom_bootloader/bootloader_multiboot',
'system/gcov',