Skip to content

Commit

Permalink
feat(docs): update docs
Browse files Browse the repository at this point in the history
Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/11682963201

------

*Automatically created via the "update-docs" workflow*

Signed-off-by: monabot <[email protected]>
  • Loading branch information
monadabot committed Nov 5, 2024
1 parent 4b5efca commit e14b41c
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#3690 Language Requirements (approved)"
description: The original requirements documents for the wing language experience
search: false
---

- **Author(s):**: @eladb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#3692 Polycons Framework (approved)"
description: This document describes a dependency injection meta-framework for polymorphic constructs.
search: false
---

> **⚠️ Note:** polycons was an early design for how to support CDK constructs that work across multiple cloud targets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#831 Resource Naming (draft)"
description: How should the Wing SDK assign "physical names" to resources on external cloud providers?
search: false
---

- **Author(s):**: @Chriscbr
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#662 SDK Spec (approved)"
description: Specification for the Wing SDK
search: false
---

:::caution Not fully implemented yet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#3693 Wing Plugins (approved)"
description: How to implement wing plugins
search: false
---

# Wing Plugin System
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#3696 Wing Cloud Preview Environments"
description: This document describes an MVP for the first Wing Cloud product - Wing Cloud Preview Environments.
search: false
---

# Wing Cloud Preview Environments
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#3694 Website resource (approved)"
description: How to implement the website resource
search: false
---

# Website resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "#3695 Wing Language Specification (approved)"
id: language-spec
description: The Wing Language Specification
keywords: [Wing reference, Wing language, language, Wing language spec, Wing programming language]
search: false
---

:::caution Not fully implemented yet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#4350 Containerized Workloads - Requirements"
description: Requirements for containerized workloads in the Wing Cloud Library
search: false
---

# Containerized Workloads - Requirements Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Wing Console Sign In"
description: Requirements for Wing Console Sign In process
search: false
---

# Wing Console Sign In
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Explicit lift qualification"
description: Language spec for specifying explicit lift qualifications
search: false
---

# Explicit lift qualification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#5958 Cloud Snapshot Tests"
description: Spec and design for adding cloud snapshots to the Wing test framework
search: false
---

# Cloud Snapshot Tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "#6105 Wing Secrets CLI"
description: Creating Wing secrets from the CLI
search: false
---

# Wing Secrets CLI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Intrinsic Functions"
description: Global compiler intrinsics
search: false
---

# Intrinsics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Exported TypeScript Clients Across Wing Applications"
description: Exported TypeScript Clients Across Wing Applications
search: false
---

# Exported TypeScript Clients Across Wing Applications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Wing documentation v2
description: RFC for changes to Wing's documentation website. Including new pages and content.
search: false
---

# Wing documentation v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
search: false
---
# #2819 Wing Utility Library (approved)

- **Author(s):**: @eladb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: RFC Workflow
id: overview
keywords: [rfcs, rfc, overview, process]
search: false
---

An RFC is short for "request for comments". It's a document that describes a new feature or change
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: RFC Template
description: Template for creating a new RFC
search: false
---

# #{RFC Number} - {RFC_TITLE}
Expand Down

0 comments on commit e14b41c

Please sign in to comment.