From ee9a5cce46a3862f9f3fabb1a6bfb877cbd944ff Mon Sep 17 00:00:00 2001 From: wingbot <109207340+monadabot@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:24:05 -0400 Subject: [PATCH] feat(docs): update docs (#566) feat(docs): update docs Updates the Wing docs. See details in [workflow run]. [Workflow Run]: https://github.com/winglang/docsite/actions/runs/5835314787 ------ *Automatically created via the "update-docs" workflow* --- .../04-standard-library/01-cloud/queue.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md b/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md index 1a6d4ce92..d56866e37 100644 --- a/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md +++ b/versioned_docs/version-latest/04-standard-library/01-cloud/queue.md @@ -239,25 +239,11 @@ let QueueProps = cloud.QueueProps{ ... }; | **Name** | **Type** | **Description** | | --- | --- | --- | -| initialMessages | MutArray<str> | Initialize the queue with a set of messages. | | retentionPeriod | duration | How long a queue retains a message. | | timeout | duration | How long a queue's consumers have to process a message. | --- -##### `initialMessages`Optional - -```wing -initialMessages: MutArray; -``` - -- *Type:* MutArray<str> -- *Default:* [] - -Initialize the queue with a set of messages. - ---- - ##### `retentionPeriod`Optional ```wing