We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(Home): remove leading `$` in commands This makes copy/pasting not convenient. Signed-off-by: Julien Loudet <[email protected]>
docs(Home): run in `--release` Signed-off-by: Julien Loudet <[email protected]>
docs(Getting-started): use `cargo run` instead of path of executable Signed-off-by: Julien Loudet <[email protected]>
fix(Getting-started): do not specify build in paths Signed-off-by: Julien Loudet <[email protected]>
docs(Home): use `cargo run` instead of path of executable Signed-off-by: Julien Loudet <[email protected]>
docs(Getting-started): fix `uri` -> `library` Signed-off-by: Julien Loudet <[email protected]>
docs(_Sidebar): remove redundant inner links Signed-off-by: Julien Loudet <[email protected]>
docs(Sink): update page to latest version * Sink-(v0.4.0).md -> Sink.md: renamed page and updated its content to the latest version of Zenoh-Flow. * _Sidebar.md: re-added the link to the Sink. Signed-off-by: Julien Loudet <[email protected]>
docs(Source): fix `typed` method comment Signed-off-by: Julien Loudet <[email protected]>
docs(Operator): update to latest version * Operator-(v0.4.0).md -> Operator.md: renamed page and updated its content to the latest version of Zenoh-Flow. * _Sidebar.md: re-added the link to the page of the Operator. Signed-off-by: Julien Loudet <[email protected]>
docs(Source): update to latest version * Source-(v0.4.0).md -> Source.md: updated the content to the latest version of Zenoh-Flow. * _Sidebar.md: re-added the link to the Source page. Signed-off-by: Julien Loudet <[email protected]>
docs(Shared-memory): remove outdated page The shared-memory feature is (i) untested, (ii) disabled by default, (iii) probably not working and (iv) its behaviour changed in the latest updates. This page is thus outdated. Signed-off-by: Julien Loudet <[email protected]>
docs(Built-in-Sources-and-Sinks): remove outdated file The declaration was greatly simplified in the latest version of Zenoh-Flow. This page is now obsolete. Signed-off-by: Julien Loudet <[email protected]>
docs(Daemon): update to latest version * Daemon-configuration.md: removed outdated page. * Daemon.md: this page replaces the former `Daemon-configuration.md` page and does not focus solely on the configuration. * Data-flow-descriptor.md: added a NOTE section that links to the Daemon page such that users can quickly know how to set the UUID of a Zenoh-Flow Daemon. * _Sidebar.md: added a link to the Daemon page. Signed-off-by: Julien Loudet <[email protected]>
docs(Composite-operator): update to latest version * Composite-operator.md: update content to latest version of Zenoh-Flow. * _Sidebar.md: re-added link to the Composite Operator page. Signed-off-by: Julien Loudet <[email protected]>
docs(Node-descriptor): updated to latest version * Node-descriptor.md: updated the content to the latest version. * Node-descriptors-(master).md: removed this page as it was redundant. * _Sidebar.md: re-added the links with the correct URL. Signed-off-by: Julien Loudet <[email protected]>
docs(Flags): remove outdated file As indicated by its name, the Flags are no longer a part of Zenoh-Flow since version 0.3.0 making this page irrelevant. Signed-off-by: Julien Loudet <[email protected]>
docs(Data-flow-descriptor): update to latest version Signed-off-by: Julien Loudet <[email protected]>
docs(Configuration): renamed file and minor updates Signed-off-by: Julien Loudet <[email protected]>
fix(Vars): update documentation to latest updates Signed-off-by: Julien Loudet <[email protected]>
refactor(Vars): renamed file Signed-off-by: Julien Loudet <[email protected]>
refactor(Home): added Installation header Signed-off-by: Julien Loudet <[email protected]>
fix: mismatch between command and output The output that follows the command is for a `daemon list` but the command was `daemon status alice`. Signed-off-by: Julien Loudet <[email protected]>
refactor: updated the Getting Started page * Getting-started-(v0.4.0).md: renamed the file to `Getting-started.md`. * Getting-started.md: updated the content to the latest version of Zenoh-Flow. * _Sidebar.md: added the link to the `Getting-started` page. Signed-off-by: Julien Loudet <[email protected]>
refactor: updated and moved Installation into Home page The content of the `Installation` page was updated to the latest version of Zenoh-Flow. It also became the `Home` page such that users will first see it when opening the Wiki section of Zenoh-Flow. The `_Sidebar` links were updated: all were removed except for the `Installation`/`Home` page. * Home.md: replaced its content with that of the Installation. * Installation-(v0.4.0).md: updated and moved its content in the Home page. * _Sidebar.md: updated the links to only mention the updated, Home, page. Signed-off-by: Julien Loudet <[email protected]>
Created Shared memory (markdown)
Updated _Sidebar (markdown)
Updated Installation (v0.4.0) (markdown)