Skip to content

Commit 4b97e5b

Browse files
Copiloteaftan
andcommitted
Move Terms of Service link to footer
Co-authored-by: eaftan <4733401+eaftan@users.noreply.github.com>
1 parent acd70fe commit 4b97e5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/components/CustomFooter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const heartIcon = octicons.heart.toSVG({ width: 14, height: 14 });
99

1010
<div class="github-next-footer">
1111
<p>
12-
Made with <span class="heart-icon" set:html={heartIcon} /> by <a href="https://githubnext.com/" target="_blank" rel="noopener noreferrer">GitHub Next</a> & <a href="https://www.microsoft.com/en-us/research/" target="_blank" rel="noopener noreferrer">Microsoft Research</a>
12+
Made with <span class="heart-icon" set:html={heartIcon} /> by <a href="https://githubnext.com/" target="_blank" rel="noopener noreferrer">GitHub Next</a> & <a href="https://www.microsoft.com/en-us/research/" target="_blank" rel="noopener noreferrer">Microsoft Research</a> • <a href="https://github.com/githubnext/githubnext/blob/main/TERMS_AND_CONDITIONS.md" target="_blank" rel="noopener noreferrer">Terms of Service</a>
1313
</p>
1414
</div>
1515

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import FeatureGrid from '../../components/FeatureGrid.astro';
4747
Instead of writing complex YAML configurations, you describe your automation goals in plain markdown. AI [agents](/gh-aw/reference/glossary/#agent) (autonomous AI systems that can understand and execute instructions) then execute these workflows safely with built-in security controls, making intelligent decisions based on context.
4848

4949
> [!WARNING]
50-
> GitHub Agentic Workflows is in early development and may change significantly. Using agentic workflows requires careful attention to security considerations and careful human supervision, and even then things can still go wrong. Use it with caution, and at your own risk. Please review our [Terms of Service](https://github.com/githubnext/githubnext/blob/main/TERMS_AND_CONDITIONS.md).
50+
> GitHub Agentic Workflows is in early development and may change significantly. Using agentic workflows requires careful attention to security considerations and careful human supervision, and even then things can still go wrong. Use it with caution, and at your own risk.
5151
5252
**How it works:**
5353
1. **Write** - Create a `.md` file with your automation instructions in natural language

0 commit comments

Comments
 (0)