diff --git a/docs/index.md b/docs/index.md index 348b832..12424c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 \ No newline at end of file diff --git a/docs/inventory/inventory_schedule.md b/docs/resources/inventory_schedule.md similarity index 89% rename from docs/inventory/inventory_schedule.md rename to docs/resources/inventory_schedule.md index 700dff5..50eacc0 100644 --- a/docs/inventory/inventory_schedule.md +++ b/docs/resources/inventory_schedule.md @@ -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. diff --git a/docs/autobotAI_provider_guidance.md b/docs/resources/provider_guidance.md similarity index 100% rename from docs/autobotAI_provider_guidance.md rename to docs/resources/provider_guidance.md diff --git a/docs/bot_building_block/resource_automation.md b/docs/resources/resource_automation.md similarity index 91% rename from docs/bot_building_block/resource_automation.md rename to docs/resources/resource_automation.md index 1d4fa81..dbcd4bc 100644 --- a/docs/bot_building_block/resource_automation.md +++ b/docs/resources/resource_automation.md @@ -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. diff --git a/docs/integrations/resource_aws_integration.md b/docs/resources/resource_aws_integration.md similarity index 94% rename from docs/integrations/resource_aws_integration.md rename to docs/resources/resource_aws_integration.md index 715d91f..0070eac 100644 --- a/docs/integrations/resource_aws_integration.md +++ b/docs/resources/resource_aws_integration.md @@ -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. \ No newline at end of file +3. For implementing autobotAI AWS Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_aws_ses_configure_integration.md b/docs/resources/resource_aws_ses_configure_integration.md similarity index 89% rename from docs/integrations/resource_aws_ses_configure_integration.md rename to docs/resources/resource_aws_ses_configure_integration.md index aed208d..366afef 100644 --- a/docs/integrations/resource_aws_ses_configure_integration.md +++ b/docs/resources/resource_aws_ses_configure_integration.md @@ -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. \ No newline at end of file +2. For implementing autobotAI AWS SES Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_azure_integration.md b/docs/resources/resource_azure_integration.md similarity index 90% rename from docs/integrations/resource_azure_integration.md rename to docs/resources/resource_azure_integration.md index f69cf4c..e2acda0 100644 --- a/docs/integrations/resource_azure_integration.md +++ b/docs/resources/resource_azure_integration.md @@ -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. \ No newline at end of file +2. For implementing autobotAI Azure Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/bot_building_block/resource_bot.md b/docs/resources/resource_bot.md similarity index 94% rename from docs/bot_building_block/resource_bot.md rename to docs/resources/resource_bot.md index 87d43e4..20b428b 100644 --- a/docs/bot_building_block/resource_bot.md +++ b/docs/resources/resource_bot.md @@ -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. \ No newline at end of file +3. For implementing autobotAI Bot, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_conformity_integration.md b/docs/resources/resource_conformity_integration.md similarity index 88% rename from docs/integrations/resource_conformity_integration.md rename to docs/resources/resource_conformity_integration.md index 5a93a01..0e98a9e 100644 --- a/docs/integrations/resource_conformity_integration.md +++ b/docs/resources/resource_conformity_integration.md @@ -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. diff --git a/docs/bot_building_block/resource_evaluator.md b/docs/resources/resource_evaluator.md similarity index 95% rename from docs/bot_building_block/resource_evaluator.md rename to docs/resources/resource_evaluator.md index 352d1b0..4e9b722 100644 --- a/docs/bot_building_block/resource_evaluator.md +++ b/docs/resources/resource_evaluator.md @@ -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. \ No newline at end of file +2. For implementing autobotAI Evaluator, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/bot_building_block/resource_fetcher.md b/docs/resources/resource_fetcher.md similarity index 90% rename from docs/bot_building_block/resource_fetcher.md rename to docs/resources/resource_fetcher.md index 9a4c3a9..468c85f 100644 --- a/docs/bot_building_block/resource_fetcher.md +++ b/docs/resources/resource_fetcher.md @@ -24,4 +24,4 @@ } ``` -2. For implementing autobotAI fetcher, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document. \ No newline at end of file +2. For implementing autobotAI fetcher, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_gcp_integration.md b/docs/resources/resource_gcp_integration.md similarity index 92% rename from docs/integrations/resource_gcp_integration.md rename to docs/resources/resource_gcp_integration.md index 25c60cf..9bb2046 100644 --- a/docs/integrations/resource_gcp_integration.md +++ b/docs/resources/resource_gcp_integration.md @@ -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. diff --git a/docs/integrations/resource_git_integration.md b/docs/resources/resource_git_integration.md similarity index 88% rename from docs/integrations/resource_git_integration.md rename to docs/resources/resource_git_integration.md index c5e3372..12ada64 100644 --- a/docs/integrations/resource_git_integration.md +++ b/docs/resources/resource_git_integration.md @@ -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. \ No newline at end of file +2. For implementing autobotAI Git Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_google_chat_integration.md b/docs/resources/resource_google_chat_integration.md similarity index 88% rename from docs/integrations/resource_google_chat_integration.md rename to docs/resources/resource_google_chat_integration.md index 54f6db5..2bd741f 100644 --- a/docs/integrations/resource_google_chat_integration.md +++ b/docs/resources/resource_google_chat_integration.md @@ -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. \ No newline at end of file +2. For implementing autobotAI Google Chat Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_kubernetes_integration.md b/docs/resources/resource_kubernetes_integration.md similarity index 91% rename from docs/integrations/resource_kubernetes_integration.md rename to docs/resources/resource_kubernetes_integration.md index 361818f..bfce40e 100644 --- a/docs/integrations/resource_kubernetes_integration.md +++ b/docs/resources/resource_kubernetes_integration.md @@ -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. \ No newline at end of file +2. For implementing autobotAI Kubernetes Integration, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/bot_building_block/resource_listener.md b/docs/resources/resource_listener.md similarity index 90% rename from docs/bot_building_block/resource_listener.md rename to docs/resources/resource_listener.md index 1a24114..6597d4c 100644 --- a/docs/bot_building_block/resource_listener.md +++ b/docs/resources/resource_listener.md @@ -23,4 +23,4 @@ } ``` -2. For implementing autobotAI Listener, refer to the instructions provided in the [autobotAI-Provider-Guidance](../autobotAI_provider_guidance.md) document. \ No newline at end of file +2. For implementing autobotAI Listener, refer to the instructions provided in the [autobotAI-Provider-Guidance](provider_guidance.md) document. \ No newline at end of file diff --git a/docs/integrations/resource_msteams_integration.md b/docs/resources/resource_msteams_integration.md similarity index 88% rename from docs/integrations/resource_msteams_integration.md rename to docs/resources/resource_msteams_integration.md index e438e94..1f85f3a 100644 --- a/docs/integrations/resource_msteams_integration.md +++ b/docs/resources/resource_msteams_integration.md @@ -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. diff --git a/docs/integrations/resource_workload_integration.md b/docs/resources/resource_workload_integration.md similarity index 89% rename from docs/integrations/resource_workload_integration.md rename to docs/resources/resource_workload_integration.md index 5b93e10..1d223ea 100644 --- a/docs/integrations/resource_workload_integration.md +++ b/docs/resources/resource_workload_integration.md @@ -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.