Skip to content

Sample Article Title

This is a sample article designed to show you how to use VitePress features. You can use this as a template for your own SEO-focused content.

Markdown Basics

You can use standard Markdown like:

  • Bold text
  • Italic text
  • Links

Custom Containers

VitePress provides specialized containers for tips, warnings, and info:

SEO Tip

Write descriptive titles and meta descriptions in the frontmatter (the text at the top between ---) to help search engines find your content.

SSH Tunneling

Combining SSH Tunnels with other tools like OpenClaw can significantly improve your network flexibility.

Advanced Containers

In addition to basic tips, you can use collapsible details and warnings:

Caution

Be careful when modifying SSH configurations directly.

Click to see a hidden tip

You can hide complex technical details or long logs using the details container.

Status Badges

You can add colorful badges to highlight versions or status:

  • Features: v2.0+
  • Support: Beta
  • Security: Critical

Tables

Standard GitHub Flavored Markdown tables are fully supported:

FeatureSupportedVersion
Local Forwardingv1.0
Dynamic Portv1.5
Jumper Chainsv2.0

Enhanced Code Blocks

You can highlight specific lines in code blocks using curly braces:

go
func main() {
    // This line is highlighted
    println("Advanced logging enabled")
}

You can also add line numbers:

go
package main

func main() {
    println("Line 1 and 3 are highlighted with numbers")
}

VitePress handles internal links automatically. You can point to other articles or headers:


Keep this reference handy while building your documentation!