Skip to content

Commit

Permalink
Merge pull request #657 from live-codes/update-docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
hatemhosny authored Nov 28, 2024
2 parents 540f29e + 0f6e67b commit 4173354
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_class_name: exclude_from_sidebar

## Overview

_LiveCodes_ is an open-source, client-side, code playground that runs in the browser. It enables quick prototyping and experimenting with a wide variety of [technologies](../languages/index.md) (including 80+ languages, frameworks and processors) without having to manually setup a development environment for each. The [result](./result.md) is displayed as a regular web page. The rapid feedback of previewing the result page without waiting for build steps significantly boosts productivity.
_LiveCodes_ is an open-source, client-side, code playground that runs in the browser. It enables quick prototyping and experimenting with a wide variety of [technologies](../languages/index.md) (including 90+ languages, frameworks and processors) without having to manually setup a development environment for each. The [result](./result.md) is displayed as a regular web page. The rapid feedback of previewing the result page without waiting for build steps significantly boosts productivity.

![LiveCodes screenshot](../../static/img/screenshots/features-1.jpg)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /overview

# Overview

[LiveCodes](https://livecodes.io) is an [open-source](./license.md) client-side code playground. It is [feature-rich](./features/index.md) with support for [80+ languages/frameworks](./languages/index.md). It can be used as a [standalone app](./getting-started.md#standalone-app) or [embedded](./features/embeds.md) in any web page. A powerful [SDK](./sdk/index.md) is available to facilitate embedding and communication with embedded playgrounds.
[LiveCodes](https://livecodes.io) is an [open-source](./license.md) client-side code playground. It is [feature-rich](./features/index.md) with support for [90+ languages/frameworks](./languages/index.md). It can be used as a [standalone app](./getting-started.md#standalone-app) or [embedded](./features/embeds.md) in any web page. A powerful [SDK](./sdk/index.md) is available to facilitate embedding and communication with embedded playgrounds.

The sections below include the documentation details:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ There are great products like [CodePen](https://codepen.io/), [JSFiddle](https:/

### Language Support

Currently, there are 80+ languages/frameworks supported. These include:
Currently, there are 90+ languages/frameworks supported. These include:

- Web languages (HTML, CSS & JavaScript).
- Web frameworks/libraries (e.g. React JSX/TSX, Vue SFC, Svelte SFC, Solid, MDX, Astro).
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const FeatureList1: FeatureItem[] = [
<>
Supports{' '}
<Link to="./languages">
<strong>80+ languages/frameworks</strong>
<strong>90+ languages/frameworks</strong>
</Link>
. TypeScript Support, npm Modules, Console, Compiled code viewer, Tests, Starter Templates,
Save, Import, Export, Share, Deploy, Assets, Snippets, Backup/Restore, Sync, Broadcast and a
Expand Down Expand Up @@ -327,7 +327,7 @@ export default function HomepageFeatures(): JSX.Element {
<li>No account required *</li>
<li>No limits for usage (unlimited private projects)</li>
<li>
<Link to="./languages/">80+ languages/frameworks/processors</Link>
<Link to="./languages/">90+ languages/frameworks/processors</Link>
</li>
<li>
Large set of <Link to="./features/">features</Link> and integrations
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function HomepageHeader() {
An open-source <strong>client-side</strong> playground for React, Vue, Svelte, Solid,
Typescript, Python, Go, Ruby, PHP and{' '}
<Link to="./languages">
<strong>80+ languages/frameworks</strong>
<strong>90+ languages/frameworks</strong>
</Link>
.
</div>
Expand Down

0 comments on commit 4173354

Please sign in to comment.