From 1949f4a072a35783250c5627fa07f95db3bfc138 Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Tue, 7 Jan 2025 04:37:26 +0000 Subject: [PATCH] deploy: 3a28646efc344b3f68a05accb79da3f2aa4feb9f --- 404.html | 2 +- CONTRIBUTING.html | 6 +++--- fpp-dev/env.html | 4 ++-- fpp-dev/epilogue.html | 4 ++-- fpp-dev/execution.html | 4 ++-- fpp-dev/intro.html | 6 +++--- fpp-dev/prologue.html | 4 ++-- fpp-dev/targets.html | 6 +++--- glossary.html | 6 +++--- index.html | 10 +++++----- intro.html | 10 +++++----- print.html | 26 +++++++++++++------------- sdk/custom-backend.html | 8 ++++---- sdk/exec-ext.html | 4 ++-- sdk/fpvm-backend.html | 6 +++--- sdk/intro.html | 4 ++-- sdk/pipeline/intro.html | 8 ++++---- sdk/pipeline/providers.html | 4 ++-- sdk/pipeline/signaling.html | 4 ++-- sdk/pipeline/stages.html | 4 ++-- 20 files changed, 65 insertions(+), 65 deletions(-) diff --git a/404.html b/404.html index ea5adbe07..d56730d93 100644 --- a/404.html +++ b/404.html @@ -158,7 +158,7 @@

The Kona Book

- + diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index a0c5cbb8c..3cedd2daa 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -157,10 +157,10 @@

The Kona Book

- + - + @@ -212,7 +212,7 @@

Dependencies

Pull Request Process

    -
  1. Before anything, create an issue to discuss the change you're +
  2. Before anything, create an issue to discuss the change you're wanting to make, if it is significant or changes functionality. Feel free to skip this step for trivial changes.
  3. Once your change is implemented, ensure that all checks are passing before creating a PR. The full CI pipeline can be run locally via the justfiles in the repository.
  4. diff --git a/fpp-dev/env.html b/fpp-dev/env.html index 0dff6b74b..8b446f8c3 100644 --- a/fpp-dev/env.html +++ b/fpp-dev/env.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + diff --git a/fpp-dev/epilogue.html b/fpp-dev/epilogue.html index a7a7600d5..acba7c7d9 100644 --- a/fpp-dev/epilogue.html +++ b/fpp-dev/epilogue.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + diff --git a/fpp-dev/execution.html b/fpp-dev/execution.html index 6eda354f9..d8c288a23 100644 --- a/fpp-dev/execution.html +++ b/fpp-dev/execution.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + diff --git a/fpp-dev/intro.html b/fpp-dev/intro.html index 40871e91c..f51c3222b 100644 --- a/fpp-dev/intro.html +++ b/fpp-dev/intro.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + @@ -193,7 +193,7 @@

    The Kona Book

    Fault Proof Program Development

    This chapter provides an overview of Fault Proof Program development -on top of the custom FPVM targets supported by Kona.

    +on top of the custom FPVM targets supported by Kona.

    At a high level, a Fault Proof Program is not much different from a regular no_std Rust program. A custom entrypoint is provided, and the program is compiled down to a custom target, which is then executed on the FPVM.

    Fault Proof Programs are structured with 3 stages:

    diff --git a/fpp-dev/prologue.html b/fpp-dev/prologue.html index 55031b35b..1141cd002 100644 --- a/fpp-dev/prologue.html +++ b/fpp-dev/prologue.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + diff --git a/fpp-dev/targets.html b/fpp-dev/targets.html index 4444bac65..1a0fafb95 100644 --- a/fpp-dev/targets.html +++ b/fpp-dev/targets.html @@ -157,10 +157,10 @@

    The Kona Book

    - + - + @@ -198,7 +198,7 @@

    Supported asterisc✅✅✅ -

    If there is a feature that you would like to see supported, please open an issue or consider contributing!

    +

    If there is a feature that you would like to see supported, please open an issue or consider contributing!

    Asterisc (RISC-V)

    Asterisc is based off of the rv64gc target architecture, which defines the following extensions: