Freestruct Docs

Configure

See the ssr-config.yml Reference for complete options.

Quick Example

outputDir: _site

site:
  url: https://example.com
  name: My Docs
  description: Documentation for my project

twitter:
  username: "@handle"
  card: summary

og:
  image: /assets/og-image.png

Supported SSGs

SSG outputDir
Jekyll _site
Hugo public
Docusaurus build
VitePress .vitepress/dist
MkDocs site