Skip to content

Commit

Permalink
fixes docs structure (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitshunyeka authored Aug 24, 2023
1 parent 2e61213 commit a8c0f32
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,60 @@ Welcome to this guide that explains how the autobotAI provider works in detail.
## Bot Building Blocks

### 1. Automation
Learn how to make things happen automatically with [Automation](bot_building_block/resource_automation.md). It's all about simplifying tasks and creating smooth workflows.
Learn how to make things happen automatically with [Automation](resources/resource_automation.md). It's all about simplifying tasks and creating smooth workflows.

### 2. Bot
Discover how to create your own interactive helpers in [Bot Creation](bot_building_block/resource_bot.md)
Discover how to create your own interactive helpers in [Bot Creation](resources/resource_bot.md)

### 3. Fetcher
Find out how to fetch data from different places using [Fetcher](bot_building_block/resource_fetcher.md). This helps your bots provide up-to-date information.
Find out how to fetch data from different places using [Fetcher](resources/resource_fetcher.md). This helps your bots provide up-to-date information.

### 4. Listener
Explore the concept of [Listener](bot_building_block/resource_listener.md) in detail. Understand how listeners enable your bots to react to events, allowing for real-time engagement and responses.
Explore the concept of [Listener](resources/resource_listener.md) in detail. Understand how listeners enable your bots to react to events, allowing for real-time engagement and responses.


## Integrations


### 1. AWS Integration
Explore [AWS-Integration](integrations/resource_aws_integration.md) to connect your stuff with Amazon Web Services. This makes it easier to use AWS features.
Explore [AWS-Integration](resources/resource_aws_integration.md) to connect your stuff with Amazon Web Services. This makes it easier to use AWS features.

### 2. AWS SES Integration
Set up [AWS-SES-Integration](integrations/resource_aws_ses_configure_integration.md) to manage emails better. It's about making email communication smoother.
Set up [AWS-SES-Integration](resources/resource_aws_ses_configure_integration.md) to manage emails better. It's about making email communication smoother.


### 3. Azure Integration
Check out [Azure-Integration](integrations/resource_azure_integration.md) to link up with Azure services.
Check out [Azure-Integration](resources/resource_azure_integration.md) to link up with Azure services.

### 4. Conformity Integration
Unify your environment through [Conformity-INtegration](integrations/resource_conformity_integration.md). This integration facilitates the alignment of operations with best practices, ensuring compliance and consistency.
Unify your environment through [Conformity-INtegration](resources/resource_conformity_integration.md). This integration facilitates the alignment of operations with best practices, ensuring compliance and consistency.

### 5. GCP Integration
Learn how to connect your systems with [GCP-Integration](integrations/resource_gcp_integration.md), which is like getting your tools to work together with Google Cloud.
Learn how to connect your systems with [GCP-Integration](resources/resource_gcp_integration.md), which is like getting your tools to work together with Google Cloud.

### 6. Git Integration
Understand [Git-Integration](integrations/resource_git_integration.md) to handle code better. It's like having a system that helps you manage changes to your code.
Understand [Git-Integration](resources/resource_git_integration.md) to handle code better. It's like having a system that helps you manage changes to your code.

### 7. Google Chat Integration
Enhance communication with [Google-Chat-Integration](integrations/resource_google_chat_integration.md). It's about better communication and collaboration.
Enhance communication with [Google-Chat-Integration](resources/resource_google_chat_integration.md). It's about better communication and collaboration.

### 8. Kubernetes Integration
Explore [Kubernetes-Integration](integrations/resource_kubernetes_integration.md) to effectively oversee your processes within containers.This integration empowers you to manage containerized workloads effectively.
Explore [Kubernetes-Integration](resources/resource_kubernetes_integration.md) to effectively oversee your processes within containers.This integration empowers you to manage containerized workloads effectively.


### 9. MS Teams Integration
Learn to connect with [MS-Teams-Integration](integrations/resource_msteams_integration.md) for streamlined collaboration and information sharing.
Learn to connect with [MS-Teams-Integration](resources/resource_msteams_integration.md) for streamlined collaboration and information sharing.

### 10. Workload Integration
See how to make different parts of your system work together with [Workload-Integration](integrations/resource_workload_integration.md). It's about making sure things run smoothly.
See how to make different parts of your system work together with [Workload-Integration](resources/resource_workload_integration.md). It's about making sure things run smoothly.


## Inventory

### 1. Inventory Schedule
Master [Inventory-Schedule](inventory/inventory_schedule.md) to manage and optimize your inventory processes. Learn how to create schedules that ensure timely updates and accurate inventory tracking.
Master [Inventory-Schedule](resources/inventory_schedule.md) to manage and optimize your inventory processes. Learn how to create schedules that ensure timely updates and accurate inventory tracking.

## autobotAI Provider Guidance
Explore the proper utilization of autobotAI Integrations, Bot Building Blocks, and Inventory features by referring to the guidance provided in the [autobotAI-Provider-Guidance](autobotAI_provider_guidance.md) document
Explore the proper utilization of autobotAI Integrations, Bot Building Blocks, and Inventory features by referring to the guidance provided in the [autobotAI-Provider-Guidance](resources/provider_guidance.md) document


Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
}
```

2. For implementing autobotAI Inventory Schedule, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Inventory Schedule, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Discover how to set up an autobotAI Automation
}
```
2. For implementing autobotAI Automation, refer to the instructions provided in the[autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Automation, refer to the instructions provided in the[autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
}
```
3. For implementing autobotAI AWS Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
3. For implementing autobotAI AWS Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
}
```
2. For implementing autobotAI AWS SES Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI AWS SES Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
cspname="azure"
}
```
2. For implementing autobotAI Azure Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Azure Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Discover how to set up an autobotAI Bot
}
```
3. For implementing autobotAI Bot, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
3. For implementing autobotAI Bot, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Discover how to set up an autobotAI Conformity Integration
region=["ap-south-1"]
}
```
2. For implementing autobotAI Conformity Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Conformity Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Note - you can define multiple rules
- After the evaluator is created, you'll need to create a bot.
- Refer to the guidance provided in the [Bot-Creation](resource_bot.md) document for step-by-step instructions on how to create a Bot.

2. For implementing autobotAI Evaluator, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Evaluator, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
}
```
2. For implementing autobotAI fetcher, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI fetcher, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Discover how to set up an autobotAI GCP Integration
}
```
2. For implementing autobotAI GCP Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI GCP Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Discover how to set up an autobotAI Git Integration
}
```
2. For implementing autobotAI Git Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Git Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Discover how to set up an autobotAI Google Chat Integration
webhook="webhook"
}
```
2. For implementing autobotAI Google Chat Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Google Chat Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Discover how to set up an autobotAI Kubernetes Integration
name = autobotai_agent.agent.name
}
```
2. For implementing autobotAI Kubernetes Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Kubernetes Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
}
```
2. For implementing autobotAI Listener, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Listener, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Discover how to set up an autobotAI MS Teams Integration
}
```
2. For implementing autobotAI MS Teams Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI MS Teams Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Discover how to set up an autobotAI Workload Integration
}
```
2. For implementing autobotAI Workload Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document.
2. For implementing autobotAI Workload Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document.

0 comments on commit a8c0f32

Please sign in to comment.