Skip to content

Commit f63deca

Browse files
authored
docs: add introduction section (#313)
* docs: add introduction section * pr-rem: unn table at index page * pr-add: arcus azure diagram * pr-fix: remove labels
1 parent 958b2dd commit f63deca

4 files changed

Lines changed: 6 additions & 28 deletions

File tree

docs/preview/01-index.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,12 @@ slug: /
55
sidebar_label: Welcome
66
---
77

8-
# Installation
8+
# Introduction
9+
Arcus Scripting provides an answer to many frequently-used, repeated tasks in Azure. Categorized in separate PowerShell modules, these functions help with backing up your API Management service, removing resource locks, disabling Logic Apps, injecting content in ARM templates, and many more!
910

10-
The Arcus.Scripting modules can be found on the PowerShell gallery.
11-
Install the latest version of a module by executing the following command:
11+
Take a quick look at the sidebar categories to find more information on the resource or topic you're working with.
1212

13-
```powershell
14-
PS> Install-Module -Name Arcus.Scripting.All
15-
```
16-
17-
For more granular packages we recommend reading the documentation.
18-
19-
# Features
20-
21-
* Automate Azure API Management tasks ([powershell](./02-Features/powershell/azure-api-management.md))
22-
* Automate Azure App Service tasks ([powershell](./02-Features/powershell/azure-app-service.md))
23-
* Automate Azure Data Factory tasks ([powershell](./02-Features/powershell/azure-data-factory.md))
24-
* Automate Azure DevOps tasks ([powershell](./02-Features/powershell/azure-devops.md))
25-
* Automate Azure Integration Account tasks ([powershell](./02-Features/powershell/azure-integration-account.md))
26-
* Automate Azure Key Vault tasks ([powershell](./02-Features/powershell/azure-key-vault.md))
27-
* Automate Azure Logic Apps tasks ([powershell](./02-Features/powershell/azure-logic-apps.md))
28-
* Automate Azure Management tasks ([powershell](./02-Features/powershell/azure-management.md))
29-
* Automate Azure Resource Manager (ARM) tasks ([powershell](./02-Features/powershell/arm.md))
30-
* Automate Azure Security tasks ([powershell](./02-Features/powershell/azure-security.md))
31-
* Automate Azure SQL tasks ([powershell](./02-Features/powershell/azure-sql.md))
32-
* Automate Azure Storage tasks ([powershell](./02-Features/powershell/azure-storage/azure-storage-all.md))
33-
* Azure Table Storage tasks ([powershell](./02-Features/powershell/azure-storage/azure-storage-table.md))
34-
* Azure Blob Storage tasks ([powershell](./02-Features/powershell/azure-storage/azure-storage-blob.md))
35-
* Azure File Share Storage tasks ([powershell](./02-Features/powershell/azure-storage/azure-storage-fileshare.md))
13+
![Arcus Azure diagram](/img/arcus-azure-diagram.png)
3614

3715
# License
3816
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

docs/preview/02-Features/powershell/azure-api-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: " Azure API Management"
2+
title: "Azure API Management"
33
layout: default
44
---
55

docs/preview/02-Features/powershell/azure-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: " Azure Key Vault"
2+
title: "Azure Key Vault"
33
layout: default
44
---
55

30.4 KB
Loading

0 commit comments

Comments
 (0)