astro / firecracker-microvm.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the presentation website for Firecracker.

We take pull request for content and FAQ improvements, as well as additons to the list of Firecracker integrations.

When contributing to HTML pages in this repo, please format the entire file with the latest stable Prettier release, using the settings below for the HTML parser.

{
  "arrowParens": "always",
  "bracketSpacing": true,
  "embeddedLanguageFormatting": "auto",
  "htmlWhitespaceSensitivity": "ignore",
  "insertPragma": false,
  "jsxBracketSameLine": false,
  "jsxSingleQuote": false,
  "printWidth": 120,
  "proseWrap": "preserve",
  "quoteProps": "as-needed",
  "requirePragma": false,
  "semi": true,
  "singleQuote": false,
  "tabWidth": 2,
  "trailingComma": "es5",
  "useTabs": false,
  "vueIndentScriptAndStyle": false
}

About


Languages

Language:Less 41.7%Language:CSS 38.2%Language:HTML 18.5%Language:JavaScript 1.7%