From e8ff239fdb7f6d082ecd23378200821dac4188a0 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Wed, 20 Mar 2024 01:04:39 -0400 Subject: [PATCH] dynamically populate native platform list on main page --- docs/pages/index.mdx | 56 +++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index f78a72e..dd9df4c 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -3,8 +3,21 @@ title: Introduction description: Get started with hyperglass --- -import Link from 'next/link'; -import { Button } from 'nextra/components'; +import Link from "next/link"; +import { Button } from "nextra/components"; +import platforms from "~/platforms.json"; + +export const Platforms = () => ( + +); ## What is hyperglass? @@ -14,31 +27,20 @@ hyperglass was created with the lofty goal of benefiting the internet community ## Features -- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute -- Full IPv6 support -- Customizable everything: features, theme, UI/API text, error messages, commands -- Built in support for: - - Arista EOS - - BIRD - - Cisco IOS-XR - - Cisco IOS/IOS-XE - - Cisco NX-OS - - FRRouting - - Huawei - - Juniper JunOS - - Mikrotik - - Nokia SR OS - - TNSR - - VyOS -- Configurable support for any other [supported platform](platforms.mdx) -- Optionally access devices via an SSH proxy/jump server -- VRF support -- Access List/prefix-list style query control to whitelist or blacklist query targets on a per-VRF basis -- REST API with automatic, configurable OpenAPI documentation -- Modern, responsive UI -- Query multiple devices simultaneously -- Browser-based DNS-over-HTTPS resolution of FQDN queries +- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute +- Full IPv6 support +- Customizable everything: features, theme, UI/API text, error messages, commands +- Built in support for: + +- Configurable support for any other [supported platform](platforms.mdx) +- Optionally access devices via an SSH proxy/jump server +- VRF support +- Access List/prefix-list style query control to whitelist or blacklist query targets on a per-VRF basis +- REST API with automatic, configurable OpenAPI documentation +- Modern, responsive UI +- Query multiple devices simultaneously +- Browser-based DNS-over-HTTPS resolution of FQDN queries - +