Conversation
b20c9a5 to
f658426
Compare
- Update architecture.mdx with Kubernetes operator link and scheduling clarification - Simplify getting-started.mdx with cross-references to detailed docs - Expand developer-guide.mdx with troubleshooting and build instructions - Update index.mdx with process monitoring feature - Restructure reference.mdx with improved organization - Add HAL and Zephyr documentation improvements - Update navigation meta.json with new documentation pages
- Go version: 1.25.5 -> 1.25.8 (go.mod) in getting-started and developer-guide - Task completed state: 2 -> 3 in getting-started check results - Results field name: output -> results in getting-started - run_if valid values: remove invalid "always" from reference - alive_history -> alive_at (correct JSON tag) in reference proplet model - configurable job mode: correct description to DAG topological sort in reference
davidosodo
suggested changes
Mar 19, 2026
| "filesystem.mdx", | ||
| "http-client.mdx", | ||
| "http-server.mdx", | ||
| "federated-learning.mdx", |
There was a problem hiding this comment.
Shouldn't be FML be a section on its own?
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.
What type of PR is this?
This is a documentation update because it updates the Core documentation.
What does this do?
Updates the core documentation including architecture, getting started, developer guide, reference, and other foundational docs.
Which issue(s) does this PR fix/relate to?
Noissue
Have you included tests for your changes?
Yes, manually tested
Did you document any new/modified features?
No modified feature
Notes