Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.mdx #742

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 16 additions & 17 deletions docusaurus/docs/learn/introduction/index.mdx
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
---
---
title: What is OpenZiti?
hide_table_of_contents: true
---

import {WhatIsOpenZiti} from "../../../src/components/SharedComponents";
import { WhatIsOpenZiti } from "../../../src/components/SharedComponents";

# What is OpenZiti?

<p>
<WhatIsOpenZiti/>
</p>

<h3>An Example of an OpenZiti Overlay Network</h3>
<span>

![image](../../../static/img/ziti-overview.svg)
## An Example of an OpenZiti Overlay Network
![OpenZiti Overlay Network](../../../static/img/ziti-overview.svg)

</span>
## In OpenZiti, You Will Find:

<h3>In OpenZiti You Will Find</h3>
- A zero trust [overlay mesh network](/reference/glossary.md#network-overlay-overlay) composed of a controller, edge routers, and fabric routers.
- Numerous SDKs making it easy to embed zero trust principles directly into your application.
- [Tunneling applications](../../reference/tunnelers/) providing zero trust access to those applications you cannot embed zero trust into directly.
- Zero trust principles such as [authorize before connect](/docs/learn/core-concepts/security/authentication/auth),
[continual authorization](/docs/learn/core-concepts/security/authorization/auth),
[least-privilege access](/docs/learn/core-concepts/security/authorization/policies/overview).

* A zero trust [overlay mesh network](/reference/glossary.md#network-overlay-overlay) composed of a controller, edge routers and fabric routers
* Numerous SDKs making it easy to embed zero trust principles directly into your application
* [Tunneling applications](../../reference/tunnelers/) providing zero trust access to those applications you cannot embed zero trust into directly
* Zero trust principles such as [authorize before connect](/docs/learn/core-concepts/security/authentication/auth),
[continual authorization](/docs/learn/core-concepts/security/authorization/auth),
[least-privilege access](/docs/learn/core-concepts/security/authorization/policies/overview)
OpenZiti makes it **easy** to embed zero trust, programmable networking directly into your app. With OpenZiti, you can have **zero trust, high-performance networking on any Internet connection**, without VPNs!

OpenZiti makes it **easy** to embed zero trust, programmable networking directly into your app. With OpenZiti you can have **zero trust, high performance networking on any Internet connection**, without VPNs!

:running: Ready to deploy your first network? Jump right in, feet first, and follow along with one of our
:rocket: Ready to deploy your first network? Jump right in, feet first, and follow along with one of our
[quickstart guides](/docs/category/network)!