Skip to content

Commit 4bf39e2

Browse files
committed
fix: update club links to point to the new /pricing page
1 parent f45d2fd commit 4bf39e2

File tree

16 files changed

+30
-99
lines changed

16 files changed

+30
-99
lines changed

docs/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ When choosing the name for Wokwi, we were looking for a short word that would be
1111

1212
If you haven't signed in to Wokwi, use the same device & browser that saved the project and visit [https://wokwi.com/dashboard/projects](https://wokwi.com/dashboard/projects). If you sign in to Wokwi before saving projects, that same URL will show all projects that you have saved on any device/browser. You can also navigate to your saved projects by clicking on your profile picture and selecting "My Projects" from the menu.
1313

14+
## How do I change or cancel my subscription?
15+
16+
You can manage your subscription, including updating or canceling it, by visiting the [Subscriptions page](https://wokwi.com/dashboard/subscriptions).
17+
1418
## The simulation is slow, how can I make it faster?
1519

1620
There are many factors that can affect the simulation speed. Here are some tips that can help you get better performance:

docs/getting-started/wokwi-club.md

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

docs/guides/esp32-wifi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Note: We need to specify the auth_method to `None` in the ClientConfiguration.
103103

104104
Wokwi uses a special gateway to connect your simulated ESP32 to the internet. This gateway is required since web browsers do not allow direct internet access. There are two ways you can use the Wokwi IoT Gateway: the Public Gateway, and the Private Gateway.
105105

106-
| | Public Gateway | Private Gateway |
107-
| -------------------- | --------------------- | ------------------------------------------------------ |
108-
| Speed | Slower | Faster |
109-
| Stability | Medium | High |
110-
| Location | Remote, in the cloud | Runs on your computer |
111-
| Privacy | Connections monitored | No monitoring |
112-
| Outgoing connections |||
113-
| Incoming connections |||
114-
| Availability | All users | Only for [Club](../getting-started/wokwi-club) members |
106+
| | Public Gateway | Private Gateway |
107+
|----------------------|-----------------------|---------------------------------------------------------------|
108+
| Speed | Slower | Faster |
109+
| Stability | Medium | High |
110+
| Location | Remote, in the cloud | Runs on your computer |
111+
| Privacy | Connections monitored | No monitoring |
112+
| Outgoing connections | | |
113+
| Incoming connections | | |
114+
| Availability | All users | [Paying users](https://wokwi.com/pricing?ref=docs_esp32_wifi) |
115115

116116
### The Public Gateway
117117

@@ -127,7 +127,7 @@ The Private Gateway is a small application that you download and run on your com
127127
- Your ESP32 projects can access services [running on your computer](#connecting-to-your-local-machine) or your local network (e.g. a local MQTT or HTTP server)
128128
- You can run a web server on the ESP32 and connect to it from your browser (explained below)
129129

130-
The Private Gateway is only available for users who join [The Wokwi Club](../getting-started/wokwi-club).
130+
The Private Gateway is only available for [paying users](https://wokwi.com/pricing?ref=docs_esp32_wifi).
131131

132132
#### Installation
133133

docs/guides/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can use this method to install any Arduino library from the Arduino Library
1515

1616
### Uploading custom libraries
1717

18-
[Club members](https://wokwi.com/club?refs=docs_libman) can upload any Arduino library by selecting a folder from their computer. To upload a custom library, click on the blue "+" button in the Arduino library manager and then click on "Upload a Library".
18+
[Paying users](https://wokwi.com/pricing?refs=docs_libman) can upload any Arduino library by selecting a folder from their computer. To upload a custom library, click on the blue "+" button in the Arduino library manager and then click on "Upload a Library".
1919

2020
The selected folder should contain the source code for the library (.h and .c/.cpp files). After selecting a folder, Wokwi will zip its contents and upload it to the Wokwi build server. You will be able to see the library in the Library Mananger as a .zip file.
2121

docs/parts/wokwi-microsd-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you start the simulation, Wokwi creates a FAT16 file system and attaches it
2727

2828
### Uploading binary files
2929

30-
[Club](https://wokwi.com) users can upload custom binary files (e.g. bitmaps, sounds, etc.) to the microSD card's filesystem. After adding a microSD card to your project, you'll see a new "SD Card" tab next to the other tabs in the code editor. Click on the "Upload Files" buttons and select any files you wish to upload.
30+
[Paying users](https://wokwi.com/pricing?ref=docs_sdcard) can upload custom binary files (e.g. bitmaps, sounds, etc.) to the microSD card's filesystem. After adding a microSD card to your project, you'll see a new "SD Card" tab next to the other tabs in the code editor. Click on the "Upload Files" buttons and select any files you wish to upload.
3131

3232
You can also upload a complete folder tree (useful if you have a physical SD card attached to your computer and you want to upload all the data from it, as-as). Click on the small arrow next to the "Upload Files" button and select "Upload complete folder". Then select the folder with the files you want to upload.
3333

docs/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Here are some quick examples of things you can make with Wokwi:
4848
- [WiFi simulation](guides/esp32-wifi) - Connect your simulated project to the internet. You can use MQTT, HTTP, NTP, and many other network protocols.
4949
- [Virtual Logic Analyzer](guides/logic-analyzer) - Capture digital signals in your simulation (e.g. UART, I2C, SPI) and analyze them on your computer.
5050
- [Advanced debugging with GDB](gdb-debugging) - Powerful Arduino and Raspberry Pi Pico debugger for advanced users.
51-
- [SD card simulation](parts/wokwi-microsd-card) - Store and retrieve files and directories from your code. [Club](getting-started/wokwi-club) members can also upload binary files (such as images)
51+
- [SD card simulation](parts/wokwi-microsd-card) - Store and retrieve files and directories from your code. [Paying users](https://wokwi.com/pricing?ref=docs_sdcard) can also upload binary files (such as images)
5252
- [Chips API](chips-api/getting-started) - Create your own custom chips and parts, and share them with the community.
5353
- [Visual Studio Code integration](vscode/getting-started) - Simulate your embedded projects directly from VS Code.
5454

5555
## How much does it cost?
5656

57-
Wokwi is free to use. Professional and frequent users can [join the Club](https://wokwi.com/club?ref=docs_welcome), influence our [development roadmap](https://wokwi.com/features), and get access to [advanced features](getting-started/wokwi-club).
57+
Wokwi is free for personal use. For commercial users and professionals, please check out our paid plans in the [pricing page](https://wokwi.com/pricing?ref=docs_welcome).

i18n/de-DE/docusaurus-plugin-content-docs/current/getting-started/wokwi-club.md

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

i18n/de-DE/docusaurus-plugin-content-docs/current/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Hier sind ein paar Beispiele, was du mit Wokwi machen kannst:
4747
- [WLAN Simulation](guides/esp32-wifi) - Verbinde dein Projekt mit dem Internet. Du kannst MQTT, HTTP, NTP und viele andere Protokolle nutzen.
4848
- [Virtuell Logik analysieren](guides/logic-analyzer) - Du kannst digitale Signale in deiner Simulation (z.B. UART, I2C, SPI) aufnehmen und dann auf deinem Computer analysieren.
4949
- [Fortgeschrittenes Debugging mit GDB](gdb-debugging) - Ein mächtiger Arduino und Raspberry P Pico Debugger für fortgeschrittene Nutzer.
50-
- [SD-Karten Simulation](parts/wokwi-microsd-card) - Speichern und Abrufen von Dateien und Verzeichnissen aus deinem Code. [Club](getting-started/wokwi-club)-Mitglieder können sogar Medien (wie z.B. Bilder) hochladen.
50+
- [SD-Karten Simulation](parts/wokwi-microsd-card) - Speichern und Abrufen von Dateien und Verzeichnissen aus deinem Code. [Club](https://wokwi.com/pricing?ref=docs_sdcard)-Mitglieder können sogar Medien (wie z.B. Bilder) hochladen.
5151
- [Chips API](chips-api/getting-started) - Erstelle deine eigenen Chips und Bauteile und teile sie mit der Community.
5252
- [VS Code integration](vscode/getting-started) - Simuliere deine Projekte direkt in VS Code.
5353

5454
## Wie viel kosted das ganze?
5555

56-
Wokwi ist kostenlos. Du kannst natürlich auch dem [Wokwi-Club beitreten](https://wokwi.com/club?ref=docs_welcome), um unsere [Roadmap](https://wokwi.com/features) zu beeinflussen, und bekommst Zugriff auf einige [fortgeschrittene Funktionen](getting-started/wokwi-club).
56+
Wokwi ist für den persönlichen Gebrauch kostenlos. Für kommerzielle Nutzer und Profis, bitte schauen Sie sich unsere kostenpflichtigen Pläne auf der [Preisseite](https://wokwi.com/pricing?ref=docs_welcome) an.

i18n/pt-BR/docusaurus-plugin-content-docs/current/getting-started/wokwi-club.md

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

i18n/pt-BR/docusaurus-plugin-content-docs/current/guides/esp32-wifi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Wokwi usa um gateway especial para conectar seu ESP32 simulado à internet. Este
7070
| Privacidade | Conexões monitoradas | Sem monitoramento |
7171
| Conexões de saída |||
7272
| Conexões de entrada |||
73-
| Disponibilidade | Todos os usuários | Apenas para membros do [Club](../getting-started/wokwi-club) |
73+
| Disponibilidade | Todos os usuários | [Usuários pagantes](https://wokwi.com/pricing?ref=docs_esp32_wifi) |
7474

7575
### O Gateway Publico
7676

@@ -86,7 +86,7 @@ O Gateway Privado é um pequeno aplicativo que você baixa e executa em seu comp
8686
- Seus projetos ESP32 podem acessar serviços executados em seu computador ou em sua rede local (por exemplo, um servidor MQTT ou HTTP local)
8787
- Você pode executar um servidor web no ESP32 e conectar-se a ele a partir do seu navegador (explicado abaixo)
8888

89-
O Gateway Privado está disponível apenas para usuários que ingressam [no Wokwi Club](../getting-started/wokwi-club).
89+
O Gateway Privado está disponível apenas para [usuários pagantes](https://wokwi.com/pricing?ref=docs_esp32_wifi).
9090

9191
#### Instalação
9292

i18n/pt-BR/docusaurus-plugin-content-docs/current/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Aqui estão alguns exemplos rápidos de coisas que você pode fazer com o Wokwi:
4848
- [Simulação de Wi-Fi](guides/esp32-wifi) - Conecte seu projeto simulado à internet. Você pode usar MQTT, HTTP, NTP e muitos outros protocolos de rede.
4949
- [Analisador Lógico Virtual](guides/logic-analyzer) - Capture sinais digitais em sua simulação (por exemplo, UART, I2C, SPI) e analise-os em seu computador.
5050
- [Depuração avançada com GDB](gdb-debugging) - Poderoso depurador Arduino e Raspberry Pi Pico para usuários avançados.
51-
- [Simulação de cartão SD](parts/wokwi-microsd-card) - Armazene e recupere arquivos e diretórios do seu código. Os membros do [Club](getting-started/wokwi-club) também podem fazer upload de arquivos binários (como imagens)
51+
- [Simulação de cartão SD](parts/wokwi-microsd-card) - Armazene e recupere arquivos e diretórios do seu código. Os membros do [Club](https://wokwi.com/pricing?ref=docs_sdcard) também podem fazer upload de arquivos binários (como imagens)
5252
- [API dos chips](chips-api/getting-started) - Crie seus próprios chips e peças personalizados e compartilhe-os com a comunidade.
5353
- [Integração no Visual Studio Code](vscode/getting-started) - Simule seus projetos incorporados diretamente no VS Code.
5454

5555
## Quanto custa isso?
5656

57-
Wokwi é de uso gratuito. Usuários profissionais e frequentes podem [entrar no Clube](https://wokwi.com/club?ref=docs_welcome), influenciar nosso [roadmap de desenvolvimento](https://wokwi.com/features), e obter acesso a [recursos avançados](getting-started/wokwi-club).
57+
O Wokwi é gratuito para uso pessoal. Para usuários comerciais e profissionais, confira nossos planos pagos na [página de preços](https://wokwi.com/pricing?ref=docs_welcome).

i18n/zh-CN/docusaurus-plugin-content-docs/current/getting-started/wokwi-club.md

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

i18n/zh-CN/docusaurus-plugin-content-docs/current/guides/esp32-wifi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Wokwi使用特殊的网关将您的模拟ESP32连接到互联网。由于网络
7070
| 隐私性 | 受监控的连接 | 不受监控 |
7171
| 外网连接 |||
7272
| 内网连接 |||
73-
| 可用性 | 所有人 | 仅供 [Club](../getting-started/wokwi-club) 会员 |
73+
| 可用性 | 所有人 | [付费用户](https://wokwi.com/pricing?ref=docs_esp32_wifi) |
7474

7575
### 公共网关
7676

@@ -86,7 +86,7 @@ Wokwi使用特殊的网关将您的模拟ESP32连接到互联网。由于网络
8686
- 您的ESP32项目可以访问在您的计算机或本地网络上运行的服务(例如本地MQTT或HTTP服务器)
8787
- 您可以在ESP32上运行Web服务器,并从浏览器连接到它(下面会有解释)
8888

89-
私人网关仅为加入[The Wokwi Club](../getting-started/wokwi-club)的用户提供
89+
私有网关仅适用于[付费用户](https://wokwi.com/pricing?ref=docs_esp32_wifi)
9090

9191
#### 安装
9292

i18n/zh-CN/docusaurus-plugin-content-docs/current/welcome.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ Wokwi是一个在线的电子电路仿真器。你可以使用它来仿真Arduin
5959
- [WiFi 仿真](guides/esp32-wifi) - 仿真项目可以连接到互联网。您可以使用MQTT、HTTP、NTP和许多其他网络协议。
6060
- [虚拟逻辑分析仪](guides/logic-analyzer) - 在仿真中可以捕获数字信号(例如UART、I2C、SPI)并在你的计算机上进行分析。
6161
- [强力的GDB仿真](gdb-debugging) - 为高级用户提供了强大的Arduino和Raspberry Pi Pico调试器。
62-
- [SD卡仿真](parts/wokwi-microsd-card) - 可以使用代码来存储和检索文件和目录。[Club](getting-started/wokwi-club) 会员也可以上传二进制文件(例如图像)。
62+
- [SD卡仿真](parts/wokwi-microsd-card) - 可以使用代码来存储和检索文件和目录。[Club](https://wokwi.com/pricing?ref=docs_sdcard) 会员也可以上传二进制文件(例如图像)。
6363

6464
## 要付多少钱才能用wokwi?
6565

66-
使用是免费的!
67-
68-
有一定经验或者经常使用的用户可以加入[我们的俱乐部](https://wokwi.com/club?refs=docs_welcome),可以和我们一起[制定开发计划](https://wokwi.com/features),并且可以使用[高级功能](getting-started/wokwi-club)
66+
Wokwi个人使用是免费的。对于商业用户和专业人士,请查看我们的[定价页面](https://wokwi.com/pricing?ref=docs_welcome)了解付费计划。

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
main: {
3-
'Getting Started': ['welcome', 'getting-started/supported-hardware', 'getting-started/wokwi-club', 'faq'],
3+
'Getting Started': ['welcome', 'getting-started/supported-hardware', 'faq'],
44
Guides: [
55
'guides/diagram-editor',
66
'keyboard-shortcuts',

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/getting-started/wokwi-club https://wokwi.com/pricing?ref=docs_club_redirect 301

0 commit comments

Comments
 (0)