section | title | whatsnext | ||||
---|---|---|---|---|---|---|
vrf |
Page Title |
|
{/* Fill out the fields in the frontmatter above.
- Section: What section of the top-nav this page appears in dataFeeds, vrf, automation, chainlinkFunctions, nodeOperator
- Title: The title appearing at the top of the page
- What's Next: A list of pages to include in the What's Next section. Preferably imperative sentences describing the goal of the next page. */}
{/* Import components when necessary */} import { Aside } from "@components" import { YouTube } from "@astro-community/astro-embed-youtube"
{/* Add an overview description of the guide. What will the reader do and why is it important to try it? Getting started guides show the most basic way to use a technology or application. */} To learn how this technology works, set up your environment and run a quick example.
{/_ Optional - Use the
component to call extra attention to risks, warnings, or potential issues. Available types are: note tip caution danger _/} Example notice.{/* Optional - A prerequisites section with an unordered list of what you need before you begin the guide. */}
Before you start this guide, you need the following items:
- Item 1
- Item 2
- Item 3
{/* Heading names with ##
{/* Rename this heading to an imperative sentence relevant and specific to the task in this guide */}
{/* Brief description of what components you are setting up and why it is necessary for the guide. */}
Run ./setup-example
to install the required config files.
{/* An ordered list of steps to run with example output and descriptions of each step where possible. */}
-
Run the
./setup-example
command.{/* Command to run for setting up */}
./setup-example
This command prints the expected result.
{/* Command output */}
Expected results
-
{/* Step 2 */}
- {/* Sub-step A */}
- {/* Sub-step B */}
-
{/* Step 3 */}
{/* Rename this heading to an imperative sentence relevant and specific to the task in this guide */}
{/* Brief description for running the example and what is happening; what running the example demonstrates. */} Run the example in a terminal. When you are done, you will have the example output.
{/* An ordered list of steps to run with example output and descriptions of what is happening in each step. */}
-
Run the
./run-example
command.{/* Command to run */}
./run-example
This command prints the expected result.
{/* Command output */}
Expected result
-
{/* Step 2 */}
-
{/* Step 3 */}
{/* Add an optional summary leading into the What's Next links. */}
This example used the following parameters:
Parameter | Value |
---|---|
Param 1 | foo |
Param 2 | bar |
Param 3 | baz |