Skip to content

Commit ab0647c

Browse files
Adds intro copy to platform files
1 parent 3b721a6 commit ab0647c

File tree

15 files changed

+18
-3
lines changed

15 files changed

+18
-3
lines changed

src/pages/docs/platform/account/app/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: App management overview
3-
meta_description: " Manage and monitor your applications on the Ably platform using the Ably dashboard. Create new apps, view existing ones, and configure settings from your browser."
4-
meta_keywords: “Ably dashboard, manage applications, monitor apps, app creation, application settings, Ably platform”
3+
intro: "App management enables creating, configuring, and monitoring applications through the Ably dashboard. Control application settings, API keys, usage statistics, and notifications from a centralized interface."
4+
meta_description: "Manage and monitor your applications on the Ably platform using the Ably dashboard. Create new apps, view existing ones, and configure settings from your browser."
5+
meta_keywords: "Ably dashboard, manage applications, monitor apps, app creation, application settings, Ably platform"
56
redirect_from:
67
- /docs/account/app
78
---

src/pages/docs/platform/account/control-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Programmatic management with Control API
3+
intro: "The Control API enables programmatic management of Ably accounts, applications, and infrastructure through REST endpoints. This API supports automation, multi-tenancy solutions, and configuration-driven environments for scalable account management."
34
meta_description: "The Control API is a REST API that enables you to manage your Ably account programmatically. This is the Control API user guide."
45
meta_keywords: "Ably, applications, apps, Control API, account management, control, REST API, OpenAPI Specification, OAS3."
56
redirect_from:

src/pages/docs/platform/account/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Account overview
3-
meta_description: "Manage all aspects of your account, from 2FA and billing to user management and personal preferences. "
3+
intro: "Account management provides centralized control over authentication, billing, user permissions, and usage monitoring. Access these features through the Ably dashboard to configure security settings, manage team members, and track resource consumption."
4+
meta_description: "Manage all aspects of your account, from 2FA and billing to user management and personal preferences."
45
meta_keywords: "Ably account, 2FA, billing, user management, personal preferences"
56
redirect_from:
67
- /docs/account

src/pages/docs/platform/architecture/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Architecture overview
3+
intro: "Ably's platform architecture delivers dependable realtime experiences at global scale, serving billions of devices monthly and delivering over half a trillion messages. The globally distributed infrastructure maintains exceptional performance while providing industry-leading quality of service guarantees."
34
meta_description: "Learn more about Ably's platform architecture."
45
meta_keywords: "architecture"
56
---

src/pages/docs/platform/deprecate/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Deprecation policy
3+
intro: "Ably's deprecation policy ensures backwards compatibility while enabling feature evolution through semantic versioning guidelines. This policy defines timelines, notification processes, and migration support for SDK and API changes."
34
meta_description: "A policy detailing how Ably deprecates SDKs and APIs."
45
meta_keywords: "Ably, deprecation policy, deprecation, sunset"
56
---

src/pages/docs/platform/errors/codes.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Error codes
3+
intro: "Error codes provide specific identifiers with descriptions, causes, and solutions for troubleshooting Ably issues. These standardized codes enable efficient problem resolution across all SDK implementations."
34
meta_description: "Understand Ably error codes and their causes, to resolve them efficiently."
45
redirect_from:
56
- /docs/errors/codes

src/pages/docs/platform/errors/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Debugging
3+
intro: "Debugging tools help identify and resolve authentication issues, connection problems, and network disruptions in Ably applications. These include custom log handlers, metachannels for system insights, and the Dev Console for live monitoring."
34
meta_description: "Debugging in Ably supported apps, including troubleshooting techniques, logging options, and tools for error analysis."
45
redirect_from:
56
- /docs/errors/

src/pages/docs/platform/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About Ably
3+
intro: "Ably's serverless platform powers realtime digital experiences with globally distributed infrastructure serving billions of devices. The platform ensures data delivery guarantees, enterprise-scale messaging, and consistent low latency worldwide."
34
meta_description: "An introduction to Ably and its highly-available, scalable platform."
45
---
56

src/pages/docs/platform/integrations/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Integrations overview
3+
intro: "Integrations connect Ably channels with external services through inbound data ingestion and outbound event streaming. These enable workflows like serverless functions, data pipelines, and message queuing across platforms like AWS, Google Cloud, and Apache Kafka."
34
meta_description: "Integrations enable external services to send data to Ably channels, and for Ably events to send their data to external services."
45
meta_keywords: "integrations, integration, integrate, stream, external service, webhook, webhooks, functions"
56
redirect_from:

src/pages/docs/platform/integrations/streaming/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Outbound streaming overview
3+
intro: "Outbound streaming integrations enable continuous data flow from Ably channels to external streaming and queuing services. These integrations support realtime processing pipelines with services like Amazon Kinesis, Kafka, and Apache Pulsar."
34
meta_description: "Outbound streaming integrations enable you to stream data from Ably to an external service for realtime processing."
45
meta_keywords: "realtime streaming, stream processing"
56
redirect_from:

0 commit comments

Comments
 (0)