Skip to content

Commit

Permalink
Revert JS / C++ library status back to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Aug 4, 2024
1 parent cdb3d4f commit 4e61098
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
disable_comments: true
---
import DocCardList from '@theme/DocCardList';

# Introduction
Velopack is an installation and auto-update framework for cross-platform desktop applications. It's opinionated, extremely easy to use with zero config needed. With just one command you can be up and running with an installable application, and it's lightning fast for your users, too.

Expand Down Expand Up @@ -33,9 +35,9 @@ There are libraries planned or supported for the languages below.
| Lang | Status | Runtime Deps | Async | Links |
|:-:|---|---|---|---|
| C# | ✅ Ready | ✅ None | ✅ Yes | [quick start](./getting-started/csharp.mdx), [docs](./reference/cs/Velopack/), [samples](https://github.com/velopack/velopack/tree/master/samples), [nuget.org](https://nuget.org/packages/velopack) |
| JS | ✅ Ready | ✅ None | ✅ Yes | [quick start](./getting-started/electron.mdx), [docs](./reference/js/classes/UpdateManager.md), [samples](https://github.com/velopack/velopack.fusion/tree/master/for-js/samples), [npmjs.com](https://www.npmjs.com/package/velopack) |
| Rust | ✅ Ready | ✅ None | ✅ Yes | [quick start](./getting-started/rust.mdx), [docs](https://docs.rs/velopack), [samples](https://github.com/velopack/velopack.fusion/tree/master/for-rust/samples), [crates.io](https://crates.io/crates/velopack) |
| C++ | ✅ Ready | 🔶 vfusion.exe | ❌ No | [quick start](./getting-started/cpp.mdx), [docs](./reference/cpp/api.md), [samples](https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples), [velopack.hpp](https://github.com/velopack/velopack.fusion/tree/master/for-cpp) |
| JS | 🔶 Experimental | ✅ None | ✅ Yes | [quick start](./getting-started/electron.mdx), [docs](./reference/js/classes/UpdateManager.md), [samples](https://github.com/velopack/velopack.fusion/tree/master/for-js/samples), [npmjs.com](https://www.npmjs.com/package/velopack) |
| C++ | 🔶 Experimental | 🔶 vfusion.exe | ❌ No | [quick start](./getting-started/cpp.mdx), [docs](./reference/cpp/api.md), [samples](https://github.com/velopack/velopack.fusion/tree/master/for-cpp/samples), [velopack.hpp](https://github.com/velopack/velopack.fusion/tree/master/for-cpp) |
| Java | Planned | - | - | - | - |
| Python | Planned | - | - | - | - |
| Swift | Planned | - | - | - | - |
Expand All @@ -46,8 +48,9 @@ If your language is not listed, you can [**open an issue to request it**](https:
or if your language supports running a process you can [**integrate directly with the Fusion CLI**](./getting-started/fusion-cli.mdx).
:::

<!-- ## Migrating to Velopack
import DocCardList from '@theme/DocCardList';
## Migrating to Velopack
It should be easy to migrate to Velopack from other update frameworks. We do have some guides, but if we're missing one for your case please let us know about it on GitHub or Discord!
<DocCardList items={[
{ type: 'link', docId: 'migrating/squirrel', href: 'migrating/squirrel', label: 'From Squirrel' },
]} /> -->
{ type: 'link', docId: 'migrating/clickonce', href: 'migrating/clickonce', label: 'From ClickOnce' },
]} />

0 comments on commit 4e61098

Please sign in to comment.