Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 67fddfc

Browse files
docs: remove winglang comparison (#736)
Winglang has shut down. The comparison is causing broken links and is no longer relevant for our comparisons page. https://thenewstack.io/wing-the-startup-failed-but-the-language-has-potential/
1 parent 38465cb commit 67fddfc

File tree

3 files changed

+6
-55
lines changed

3 files changed

+6
-55
lines changed

docs/misc/comparison/winglang.mdx

Lines changed: 0 additions & 54 deletions
This file was deleted.

docs/misc/faq.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Learn how Nitric compares to:
5252
- [Terraform](./comparison/terraform)
5353
- [SST](./comparison/sst)
5454
- [Encore](./comparison/encore)
55-
- [Wing](./comparison/winglang)
5655
- [Ampt](./comparison/ampt)
5756

5857
## More questions?

next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,12 @@ const nextConfig = {
632632
basePath: false,
633633
permanent: true,
634634
},
635+
{
636+
source: '/docs/misc/comparison/winglang',
637+
destination: '/docs/',
638+
basePath: false,
639+
permanent: true,
640+
},
635641
]
636642
},
637643
async headers() {

0 commit comments

Comments
 (0)