Skip to content

Commit 6df860f

Browse files
committed
deploy: f5e5916
1 parent c1ed82a commit 6df860f

67 files changed

Lines changed: 2531 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž404.htmlβ€Ž

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>404 | MathFlow</title>
7+
<meta name="description" content="Not Found">
8+
<meta name="generator" content="VitePress v1.6.4">
9+
<link rel="preload stylesheet" href="/assets/style.Bey7gjrN.css" as="style">
10+
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
11+
12+
<script type="module" src="/assets/app.BvEvahHk.js"></script>
13+
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
14+
<link rel="icon" href="/logo.svg">
15+
<meta name="theme-color" content="#4169e1">
16+
<meta property="og:type" content="website">
17+
<meta property="og:title" content="MathFlow">
18+
<meta property="og:image" content="https://mathflow.js.org/og-image.png">
19+
<meta property="og:url" content="https://mathflow.js.org">
20+
<meta property="og:description" content="A lightweight and expressive scripting language designed for mathematical expressions and calculations.">
21+
<meta name="twitter:card" content="summary_large_image">
22+
<meta name="twitter:site" content="@devhenryhale">
23+
<meta name="twitter:title" content="MathFlow">
24+
<meta name="twitter:description" content="A lightweight and expressive scripting language designed for mathematical expressions and calculations.">
25+
<meta name="twitter:image" content="https://mathflow.js.org/og-image.png">
26+
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
27+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
28+
</head>
29+
<body>
30+
<div id="app"></div>
31+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about_index.md\":\"Ck9bcXya\",\"api_errors.md\":\"N3rOKamr\",\"api_index.md\":\"CplnQMDf\",\"api_procedural.md\":\"C2mSjmBK\",\"api_rendering.md\":\"BzOD05Vc\",\"examples_index.md\":\"-UDtR5PK\",\"guide_basics.md\":\"B6XUVFRs\",\"guide_builtin.md\":\"ClmlvHPA\",\"guide_expressions.md\":\"Bgn3srq5\",\"guide_getting-started.md\":\"JCqE8Yq3\",\"guide_index.md\":\"BSr2ns9Q\",\"guide_variables.md\":\"DwISQ735\",\"index.md\":\"CH__QaSC\",\"playground_index.md\":\"CtaE5-Hf\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"MathFlow\",\"description\":\"A lightweight and expressive scripting language designed for mathematical expressions and calculations.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.svg\",\"siteTitle\":\"MathFlow\",\"search\":{\"provider\":\"local\",\"options\":{\"detailedView\":true,\"miniSearch\":{\"searchOptions\":{\"fuzzy\":0.2,\"prefix\":true,\"boost\":{\"title\":4,\"text\":2,\"titles\":1}}}}},\"outline\":{\"label\":\"On this page\",\"level\":[2,3]},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Guide\",\"link\":\"/guide/\"},{\"text\":\"API\",\"link\":\"/api/\"},{\"text\":\"Examples\",\"link\":\"/examples/\"},{\"text\":\"Playground\",\"link\":\"/playground/\"},{\"text\":\"v1.0.0\",\"items\":[{\"text\":\"Changelog\",\"link\":\"https://github.com/mathflowjs/mathflow/blob/main/CHANGELOG.md\"},{\"text\":\"Contributing\",\"link\":\"https://github.com/mathflowjs/mathflow/#contributing\"},{\"text\":\"Team\",\"link\":\"/about\"}]}],\"sidebar\":[{\"text\":\"Introduction\",\"collapsed\":false,\"items\":[{\"text\":\"What is MathFlow?\",\"link\":\"/guide/\"},{\"text\":\"Getting Started\",\"link\":\"/guide/getting-started\"}]},{\"text\":\"Core Concepts\",\"collapsed\":false,\"items\":[{\"text\":\"Basics\",\"link\":\"/guide/basics\"},{\"text\":\"Variables\",\"link\":\"/guide/variables\"},{\"text\":\"Expressions\",\"link\":\"/guide/expressions\"},{\"text\":\"Built-in Functions\",\"link\":\"/guide/builtin\"}]},{\"text\":\"API Reference\",\"collapsed\":false,\"items\":[{\"text\":\"Context API\",\"link\":\"/api/\"},{\"text\":\"Procedural API\",\"link\":\"/api/procedural\"},{\"text\":\"Error Handling\",\"link\":\"/api/errors\"},{\"text\":\"Rendering\",\"link\":\"/api/rendering\"}]},{\"text\":\"Showcase\",\"collapsed\":false,\"items\":[{\"text\":\"Examples\",\"link\":\"/examples/\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/mathflowjs/mathflow\"}],\"editLink\":{\"text\":\"Edit this page on GitHub\",\"pattern\":\"https://github.com/mathflowjs/mathflowjs.github.io/edit/main/docs/:path\"},\"footer\":{\"message\":\"Released under the <a href=\\\"https://github.com/mathflowjs/mathflow/blob/master/LICENSE.txt\\\">MIT License</a>.\",\"copyright\":\"Copyright &copy; 2024-present, <a href=\\\"https://github.com/henryhale\\\">Henry Hale</a>.\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
32+
33+
</body>
34+
</html>

β€ŽCNAMEβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mathflow.js.org

β€Žabout/index.htmlβ€Ž

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

β€Žapi/errors.htmlβ€Ž

Lines changed: 108 additions & 0 deletions
Large diffs are not rendered by default.

β€Žapi/index.htmlβ€Ž

Lines changed: 107 additions & 0 deletions
Large diffs are not rendered by default.

β€Žapi/procedural.htmlβ€Ž

Lines changed: 207 additions & 0 deletions
Large diffs are not rendered by default.

β€Žapi/rendering.htmlβ€Ž

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

β€Žassets/about_index.md.Ck9bcXya.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žassets/about_index.md.Ck9bcXya.lean.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)