Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/content/docs/reference/feature-flags.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Feature Flags
description: "Enable experimental or optional compiler and runtime behaviors in GitHub Agentic Workflows using the features: frontmatter field"
sidebar:
order: 670
---

The `features:` frontmatter field enables experimental or optional compiler and runtime behaviors as key-value pairs.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/reference/self-hosted-runners.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Self-Hosted Runners
description: How to configure and run agentic workflows on self-hosted runners, ARC/Kubernetes, and GHES environments.
sidebar:
order: 810
---

Use the `runs-on` frontmatter field to target a self-hosted runner instead of the default `ubuntu-latest`.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/reference/steps-jobs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Custom Steps and Jobs
description: "Add deterministic pre-processing steps and custom GitHub Actions jobs to agentic workflows using steps:, pre-agent-steps:, post-steps:, and jobs:"
sidebar:
order: 820
---

Custom steps and jobs let you mix deterministic computation with agentic execution. All custom steps and jobs run **outside the firewall sandbox** with standard GitHub Actions security.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/reference/wasm-compilation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: WebAssembly Compilation
description: How to compile the gh-aw workflow compiler to WebAssembly and use it in the browser or other JavaScript environments.
sidebar:
order: 1400
---

:::caution[Experimental]
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/specs/frontmatter-hash-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: Specification for computing deterministic hashes of agentic workflo
version: 1.0.0
status: Draft
publication_date: 2026-05-07
sidebar:
order: 1360
---

# Frontmatter Hash Specification
Expand Down
Loading