clean up client install/configure and add sidebar cta

This commit is contained in:
miloschwartz
2026-02-12 16:43:19 -08:00
parent 39429997d5
commit 202e25b9f6
103 changed files with 736 additions and 2 deletions

View File

@@ -3,6 +3,12 @@ title: "Configure Sites"
description: "Configure Newt for connecting to Pangolin sites"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
## Flags
<ResponseField name="id" type="string" required>

View File

@@ -3,6 +3,12 @@ title: "Site Credentials"
description: "Understanding how site credentials work and how they can be rotated & regenerated"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
## Understanding Credentials
Every site is provisioned with a unique identifier (ID), secret, and endpoint. The site uses the combination of these three to establish a secure, encrypted connection to the server.

View File

@@ -1,7 +1,13 @@
---
title: "Kubernetes"
description: "How to deploy a Newt Site on Kubernetes"
---
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
This guide walks you through setting up Newt on Kubernetes using Helm.

View File

@@ -3,6 +3,12 @@ title: "Install Sites"
description: "Install Newt as a binary or Docker container"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
Newt can be installed as either a static binary executable or a Docker container. You must first create a site and copy the Newt config in Pangolin before running Newt.
## Binary Installation

View File

@@ -3,6 +3,12 @@ title: "Understanding Sites"
description: "Create a site to connect to a remote network and expose resources"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
A site is a connection to a remote network that allows Pangolin to provide access to resources, whether public or private, to users anywhere. Sites are the foundation for exposing resources because all resources exist on one or more sites. Newt is Pangolin's custom software connector that facilitates the connection and addresses the targets on the remote networks.
## The Basics

View File

@@ -3,6 +3,12 @@ title: "Update Sites"
description: "Update Newt to the latest version"
---
import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
<PangolinCloudTocCta />
The update process depends on how you originally installed Newt.
Find the latest version in the [GitHub releases](https://github.com/fosrl/newt/releases).