Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some table anchor links #1406

Merged
merged 1 commit into from
Oct 16, 2024
Merged
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
10 changes: 5 additions & 5 deletions content/docs/scaffolder/scaffolder-actions-directory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If you want to add an action to this list, please [raise an issue on our repo](h
| Azure | [git:commit:azure](#gitcommitazure) | Commits and pushes changes to an Azure DevOps Git repository, processing parameters and handling Git operations. | |
| Azure | [pipeline:create:azure](#pipelinecreateazure) | Automates the creation of Azure DevOps pipelines from Git repositories. | |
| Azure | [azure:pipeline:create](#azurepipelinecreate) | Creates an Azure Pipeline through the Azure DevOps REST API using Backstage's scaffolding plugin. | |
| Azure | [azure:pipeline:run](azurepipelinerun) | Defines an Azure DevOps pipeline runner action using Backstage's scaffolder plugin. | |
| Azure | [azure:pipeline:run](#azurepipelinerun) | Defines an Azure DevOps pipeline runner action using Backstage's scaffolder plugin. | |
| Azure | [azure:pipeline:permit](#azurepipelinepermit) | Defines an Azure DevOps pipeline permission management action for Backstage scaffolding. | |
| Azure | [azure:repo:clone](#azurerepoclone) | Action for cloning an Azure repository into a specified workspace directory using Backstage's scaffolding plugin. | ✅️ |
| Azure | [azure:repo:push](#azurerepopush) | Action that pushes content from a local workspace to a remote Azure repository. | ✅️ |
Expand All @@ -149,11 +149,11 @@ If you want to add an action to this list, please [raise an issue on our repo](h
| CNEO | [cnoe:verify:dependency](#cnoeverifydependency) | Verify resource dependencies for CNOE. | |
| CNEO | [cnoe:utils:sanitize](#cnoeutilssanitize) | Action for sanitizing resources defined in a YAML document by removing empty fields, before further processing. | |
| |
| Codacy | [codacy:add-repo](codacyadd-repo) | Action for adding a repository to Codacy using its API. | |
| Codacy | [codacy:add-repo](#codacyadd-repo) | Action for adding a repository to Codacy using its API. | |
| |
| Confluence | [confluence:transform:markdown](#confluencetransformmarkdown) | Action that transforms Confluence content into Markdown format and updates a GitHub repository with the new Markdown files and modified `mkdocs.yml` configuration. | |
| |
| Cue | [cue:cueflow](cuecueflow) | This action fetches some template content, runs a Cue command on it, and copies output files to a specified directory. | |
| Cue | [cue:cueflow](#cuecueflow) | This action fetches some template content, runs a Cue command on it, and copies output files to a specified directory. | |
| |
| Gerrit | [publish:gerrit:review](#publishgerritreview) | Action for creating a new Gerrit review by committing and pushing changes to a Git repository. | |
| Gerrit | [publish:gerrit](#publishgerrit) | Action that initializes a Git repository with content from the workspace and publishes it to a Gerrit repository. | |
Expand Down Expand Up @@ -185,7 +185,7 @@ If you want to add an action to this list, please [raise an issue on our repo](h
| |
| Humanitec | [humanitec:create-app](#humaniteccreate-app) | Action for creating applications in Humanitec, using a YAML setup file to define application properties. | |
| |
| Microsoft Teams | [ms-teams:sendMessage](ms-teamssendmessage) | Action that sends messages to a Microsoft Teams channel using a specified webhook URL. | |
| Microsoft Teams | [ms-teams:sendMessage](#ms-teamssendmessage) | Action that sends messages to a Microsoft Teams channel using a specified webhook URL. | |
| |
| PagerDuty | [pagerduty:service:create](#pagerdutyservicecreate) | Action for the Backstage scaffolder plugin that allows users to create a PagerDuty service. | |
| |
Expand All @@ -205,7 +205,7 @@ If you want to add an action to this list, please [raise an issue on our repo](h
| |
| Sentry | [sentry:create-project](#sentrycreate-project) | Action to create a new project in Sentry. | |
| |
| Torque | [torque:create-app](torquecreate-app) | Action for managing applications in Torque. | |
| Torque | [torque:create-app](#torquecreate-app) | Action for managing applications in Torque. | |
| |
| Webex | [webex:webhooks:sendMessage](#webexwebhookssendmessage) | Action that sends messages to Webex Incoming Webhooks. | |
| |
Expand Down
Loading