mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 17:36:36 +00:00
remove hero pattern from single files
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import {Note} from "@/components/mdx"; import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern />
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
export const title = 'FAQ'
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern"; import {Note} from "@/components/mdx";
|
||||
|
||||
<HeroPattern />
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
export const title = 'How NetBird Works'
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern />
|
||||
|
||||
# NetBird vs. Traditional VPN
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {Note} from "@/components/mdx"; import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern />
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
export const title = 'Other'
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern />
|
||||
|
||||
# Why Wireguard with NetBird?
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Access Control
|
||||
NetBird allows administrators to restrict access to resources (peers) by creating access rules and
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Activity
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern"; import {Note} from "@/components/mdx";
|
||||
|
||||
<HeroPattern />
|
||||
|
||||
|
||||
# NetBird CLI
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# DNS
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern />
|
||||
|
||||
export const title = 'Examples'
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern"; import {Note} from "@/components/mdx";
|
||||
|
||||
<HeroPattern />
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
export const title = 'Getting Started'
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Network Routes
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Peers
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Settings
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Setup Keys
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Users
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import { HeroPattern } from '@/components/HeroPattern'
|
||||
|
||||
import {Note} from "@/components/mdx"
|
||||
import {HowToGuides} from "@/components/How-To-Guides"
|
||||
import {HowNetbirdWorks} from "@/components/How-NetBird-Works"
|
||||
@@ -7,8 +5,6 @@ import {HowNetbirdWorks} from "@/components/How-NetBird-Works"
|
||||
export const description =
|
||||
'Learn everything there is to know about NetBird.'
|
||||
|
||||
<HeroPattern />
|
||||
|
||||
# NetBird Docs
|
||||
|
||||
NetBird is a simple and fast alternative to corporate VPNs built on top of [WireGuard®](https://www.wireguard.com/) making it easy to create secure private networks for your organization or home.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern"; import {Note} from "@/components/mdx";
|
||||
|
||||
<HeroPattern />
|
||||
import {Note} from "@/components/mdx";
|
||||
|
||||
# Identity Providers
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import {HeroPattern} from "@/components/HeroPattern";
|
||||
|
||||
<HeroPattern/>
|
||||
|
||||
# Self-hosting Guide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user