Skip to content

Commit 3cd0311

Browse files
committed
add link to create your own
1 parent 15d0e13 commit 3cd0311

19 files changed

Lines changed: 38 additions & 0 deletions

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-advanced-analytics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
7373

7474
Then edit and remix the workflow specifications to meet your needs,recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
7575

76+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
77+
7678
## Learn More
7779

7880
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-campaigns.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
5959

6060
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
6161

62+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
63+
6264
## Learn More
6365

6466
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-improvement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
142142

143143
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
144144

145+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
146+
145147
## Next Up: Continuous Documentation
146148

147149
Beyond code quality, we need to keep documentation accurate and up-to-date as code evolves. How do we maintain docs that stay current?

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-refactoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
8080

8181
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
8282

83+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
84+
8385
## Next Up: Continuous Style
8486

8587
Beyond structure and organization, there's another dimension of code quality: presentation and style. How do we maintain beautiful, consistent console output and formatting?

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-simplicity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
7676

7777
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
7878

79+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
80+
7981
## Next Up: Continuous Refactoring
8082

8183
Simplification is just the beginning. Beyond removing complexity, we can use agents to continuously improve code in many more ways. Our next posts explore this topic.

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-style.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
5656

5757
Then edit and remix the workflow specification to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
5858

59+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
60+
5961
## Next Up: Continuous Improvement
6062

6163
Beyond simplicity, structure, and style, there's a final dimension: holistic quality improvement. How do we analyze dependencies, type safety, and overall repository health?

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-creative-culture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
8686

8787
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
8888

89+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
90+
8991
## Learn More
9092

9193
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
100100

101101
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
102102

103+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
104+
103105
## Learn More
104106

105107
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-interactive-chatops.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
6666

6767
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
6868

69+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
70+
6971
## Learn More
7072

7173
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-issue-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ gh aw add-wizard https://github.com/github/gh-aw/blob/v0.42.13/.github/workflows
8282

8383
Then edit and remix the workflow specifications to meet your needs, recompile using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.
8484

85+
You can also [create your own workflows](/gh-aw/setups/creating-workflows).
86+
8587
## Learn More
8688

8789
- **[GitHub Agentic Workflows](https://github.github.com/gh-aw/)** - The technology behind the workflows

0 commit comments

Comments
 (0)