mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-18 19:51:50 +00:00
Removing some features from the home page of the website
hooks, agentic workflows, and tools are removed - these are minimally used parts of the website
This commit is contained in:
@@ -116,44 +116,6 @@ const base = import.meta.env.BASE_URL;
|
|||||||
-
|
-
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href={`${base}hooks/`}
|
|
||||||
class="card card-with-count card-category-automation"
|
|
||||||
id="card-hooks"
|
|
||||||
style="--animation-delay: 150ms;"
|
|
||||||
>
|
|
||||||
<div class="card-icon" aria-hidden="true">
|
|
||||||
<Icon name="hook" size={40} />
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<h3>Hooks</h3>
|
|
||||||
<p>Automated workflows triggered by agent events</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-count" data-count="hooks" aria-label="Hook count">
|
|
||||||
-
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
href={`${base}workflows/`}
|
|
||||||
class="card card-with-count card-category-automation"
|
|
||||||
id="card-workflows"
|
|
||||||
style="--animation-delay: 200ms;"
|
|
||||||
>
|
|
||||||
<div class="card-icon" aria-hidden="true">
|
|
||||||
<Icon name="workflow" size={40} />
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<h3>Workflows</h3>
|
|
||||||
<p>AI-powered automations for GitHub Actions</p>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="card-count"
|
|
||||||
data-count="workflows"
|
|
||||||
aria-label="Workflow count"
|
|
||||||
>
|
|
||||||
-
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href={`${base}plugins/`}
|
href={`${base}plugins/`}
|
||||||
class="card card-with-count card-category-extension"
|
class="card card-with-count card-category-extension"
|
||||||
@@ -196,23 +158,6 @@ const base = import.meta.env.BASE_URL;
|
|||||||
-
|
-
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href={`${base}tools/`}
|
|
||||||
class="card card-with-count card-category-dev"
|
|
||||||
id="card-tools"
|
|
||||||
style="--animation-delay: 350ms;"
|
|
||||||
>
|
|
||||||
<div class="card-icon" aria-hidden="true">
|
|
||||||
<Icon name="wrench" size={40} />
|
|
||||||
</div>
|
|
||||||
<div class="card-content">
|
|
||||||
<h3>Tools</h3>
|
|
||||||
<p>MCP servers and developer tools</p>
|
|
||||||
</div>
|
|
||||||
<div class="card-count" data-count="tools" aria-label="Tool count">
|
|
||||||
-
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href={`${base}learning-hub/`}
|
href={`${base}learning-hub/`}
|
||||||
class="card card-with-count card-category-learn"
|
class="card card-with-count card-category-learn"
|
||||||
|
|||||||
Reference in New Issue
Block a user