mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-16 08:54:58 +02:00
Add link to docs for newt
This commit is contained in:
parent
cd54e7dd38
commit
3257edc2a0
1 changed files with 16 additions and 0 deletions
|
@ -32,6 +32,8 @@ import { createApiClient } from "@app/lib/api";
|
||||||
import { useEnvContext } from "@app/hooks/useEnvContext";
|
import { useEnvContext } from "@app/hooks/useEnvContext";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { SwitchInput } from "@app/components/SwitchInput";
|
import { SwitchInput } from "@app/components/SwitchInput";
|
||||||
|
import Link from "next/link";
|
||||||
|
import { ArrowRight } from "lucide-react";
|
||||||
|
|
||||||
const GeneralFormSchema = z.object({
|
const GeneralFormSchema = z.object({
|
||||||
name: z.string().nonempty("Name is required"),
|
name: z.string().nonempty("Name is required"),
|
||||||
|
@ -153,6 +155,20 @@ export default function GeneralPage() {
|
||||||
discovery for populating
|
discovery for populating
|
||||||
container information,
|
container information,
|
||||||
useful in resource targets.
|
useful in resource targets.
|
||||||
|
<Link
|
||||||
|
href="https://docs.fossorial.io/Newt/overview#docker-socket-integration"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="underline"
|
||||||
|
>
|
||||||
|
<span>
|
||||||
|
{" "}
|
||||||
|
Docker socket path
|
||||||
|
must be provided to
|
||||||
|
Newt in order to use
|
||||||
|
this feature.
|
||||||
|
</span>
|
||||||
|
</Link>
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue