Skip to content

History

Revisions

  • docs(Home): remove leading `$` in commands This makes copy/pasting not convenient. Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 24, 2025
    2c263ed
  • docs(Home): run in `--release` Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    b655414
  • docs(Getting-started): use `cargo run` instead of path of executable Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    613bbc1
  • fix(Getting-started): do not specify build in paths Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    f013d92
  • docs(Home): use `cargo run` instead of path of executable Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    7406e60
  • docs(Getting-started): fix `uri` -> `library` Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    2d79b94
  • docs(_Sidebar): remove redundant inner links Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    e4d826b
  • 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]>

    Julien Loudet committed Jan 22, 2025
    3f1b2ac
  • docs(Source): fix `typed` method comment Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 22, 2025
    8a0e377
  • 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]>

    Julien Loudet committed Jan 22, 2025
    dee5ed2
  • 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]>

    Julien Loudet committed Jan 22, 2025
    9ee74b7
  • 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]>

    Julien Loudet committed Jan 22, 2025
    1ec5f32
  • 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]>

    Julien Loudet committed Jan 22, 2025
    d4aec5f
  • 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]>

    Julien Loudet committed Jan 22, 2025
    60e9ca7
  • 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]>

    Julien Loudet committed Jan 22, 2025
    e477cb3
  • 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]>

    Julien Loudet committed Jan 22, 2025
    189a2da
  • 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]>

    Julien Loudet committed Jan 21, 2025
    4086302
  • docs(Data-flow-descriptor): update to latest version Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 20, 2025
    2e678c9
  • docs(Configuration): renamed file and minor updates Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 20, 2025
    a5f7815
  • fix(Vars): update documentation to latest updates Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 17, 2025
    075cca7
  • refactor(Vars): renamed file Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 16, 2025
    d1d0dda
  • refactor(Home): added Installation header Signed-off-by: Julien Loudet <[email protected]>

    Julien Loudet committed Jan 16, 2025
    4639d91
  • 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]>

    Julien Loudet committed Jan 16, 2025
    01d2e91
  • 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]>

    Julien Loudet committed Jan 16, 2025
    7a03654
  • 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]>

    Julien Loudet committed Jan 16, 2025
    62d1d20
  • Created Shared memory (markdown)

    @gabrik gabrik committed Apr 4, 2023
    2fdcf04
  • Updated _Sidebar (markdown)

    @gabrik gabrik committed Apr 4, 2023
    11e7d42
  • Updated Installation (v0.4.0) (markdown)

    @gabrik gabrik committed Mar 29, 2023
    fa08404
  • Updated Installation (v0.4.0) (markdown)

    @gabrik gabrik committed Mar 20, 2023
    ab354e2
  • Updated Installation (v0.4.0) (markdown)

    @gabrik gabrik committed Mar 17, 2023
    99efed7