Skip to content

Commit

Permalink
chore(docs): removed rfcs from search on docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed Nov 5, 2024
1 parent ee1ab4b commit b83709d
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2022-05-28-winglang-reqs.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2022-06-14-polycons.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2022-08-22-resource-naming.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2023-01-20-wingsdk-spec.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2023-01-21-wing-plugins.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2023-04-16-website-resource.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2023-06-12-language-spec.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2023-10-01-workloads.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-01-15-console-sign-in.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-03-24-snapshot-tests.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-03-31-wing-secrets-cli.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-05-07-intrinsics.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-06-02-ts-client.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/2024-06-26-wing-docs-v2.md
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
3 changes: 3 additions & 0 deletions docs/contributing/999-rfcs/2819-stdlib.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/overview.md
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
1 change: 1 addition & 0 deletions docs/contributing/999-rfcs/template.md
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 b83709d

Please sign in to comment.