diff --git a/Documentation/build.py b/Documentation/build.py index 55ab5ff0301..df252b054f8 100644 --- a/Documentation/build.py +++ b/Documentation/build.py @@ -131,6 +131,9 @@ class CommonExampleInfo(ExampleInfo): print(f.name) if (f.name != "README.md"): shutil.copy(f, here) # Workaround for https://github.com/mkdocs/mkdocs/issues/3313 +(here / "Libraries" / "CLI").mkdir(exist_ok=True) +shutil.copy(Path("Libraries") / "CLI" / "README.md", here / "Libraries" / "CLI" / "README.md") # TODO: Less hard-coded way of pulling these in + # String replace "##__EXAMPLES_LIST__##" with autogenerated tables # Note: We use the copy for the site build in the Documentation folder so that the # tracked "source" doc in the root of the repo is unmodified. diff --git a/Examples/MAX78000/SDHC_FTHR/.cproject b/Examples/MAX78000/SDHC_FTHR/.cproject index b001f11bddc..c54b0386416 100644 --- a/Examples/MAX78000/SDHC_FTHR/.cproject +++ b/Examples/MAX78000/SDHC_FTHR/.cproject @@ -32,8 +32,9 @@ - - + + +