Name update#58
Open
luizvilla wants to merge 3 commits into
Open
Conversation
Member
Author
Contributor
|
Have you checked the dependencies with the documentation CI-CD ? Is it breaking ? |
jalinei
requested changes
May 14, 2026
Contributor
jalinei
left a comment
There was a problem hiding this comment.
Library.json is used for 3 different things.
- It is parsed by platformio extension manager which defines the expected format.
- It defines the list of examples on vscode
- It now updates the menu on the docuementation center.
We can try building doc center with proposed changes, but in the mean time I would like to separate this proposal from small changes proposed in other commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've updated the organization of the list of examples. This way we have a more controlled and readeable example base.
It looks like this:
to test:
replace owntech_examples = https://github.com/owntech-foundation/examples.git
by owntech_examples = https://github.com/luizvilla/examples.git#name_update
in platformio, click on the top

and type
The new example structure should appear
I did not update the readme of the examples