Skip to content

Commit 84a5f14

Browse files
committed
deploy: 3cd789d
0 parents  commit 84a5f14

70 files changed

Lines changed: 823 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.

β€Ž.nojekyllβ€Ž

Whitespace-only changes.

β€Ž404.htmlβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.3.4">
9+
<link rel="preload stylesheet" href="/assets/style.X1m6DH2t.css" as="style">
10+
11+
<script type="module" src="/assets/app.DKkGdr4l.js"></script>
12+
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
13+
<link rel="icon" href="/logo.svg">
14+
<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>
15+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about_coc.md\":\"o455OzpI\",\"about_history.md\":\"wlh0J3IL\",\"about_team.md\":\"BM9Lmv1P\",\"api_index.md\":\"jcci5YS1\",\"guide_basics.md\":\"BCcVR8cV\",\"guide_builtin.md\":\"BNm9T_ih\",\"guide_config.md\":\"DBTLwcG7\",\"guide_expressions.md\":\"4H5Qv7A5\",\"guide_getting-started.md\":\"DoKtlU_3\",\"guide_index.md\":\"C1zV6pKq\",\"guide_programs.md\":\"DRZoiyqi\",\"guide_scripts.md\":\"Bp8-QSOx\",\"guide_variables.md\":\"CZuev32-\",\"index.md\":\"D_fcWQWK\",\"playground_index.md\":\"DTfCzTOX\"}");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\"},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Guide\",\"link\":\"/guide/\"},{\"text\":\"Playground\",\"link\":\"/playground/\"},{\"text\":\"Demo\",\"link\":\"https://mathflow.github.io/demo\"},{\"text\":\"About\",\"items\":[{\"text\":\"Team\",\"link\":\"/about/team\"},{\"text\":\"History\",\"link\":\"/about/history\"},{\"text\":\"Code of Conduct\",\"link\":\"/about/coc\"}]}],\"sidebar\":[{\"text\":\"Guide\",\"items\":[{\"text\":\"Introduction\",\"link\":\"/guide/\"},{\"text\":\"Getting Started\",\"link\":\"/guide/getting-started\"},{\"text\":\"Configuration\",\"link\":\"/guide/config\"}]},{\"text\":\"Syntax\",\"items\":[{\"text\":\"Basics\",\"link\":\"/guide/basics\"},{\"text\":\"Variables\",\"link\":\"/guide/variables\"},{\"text\":\"Expressions\",\"link\":\"/guide/expressions\"},{\"text\":\"Builtins\",\"link\":\"/guide/builtin\"}]},{\"text\":\"Examples\",\"items\":[{\"text\":\"Scripts\",\"link\":\"/guide/scripts\"},{\"text\":\"Programs\",\"link\":\"/guide/programs\"}]},{\"text\":\"API Reference\",\"link\":\"/api/\"}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/mathflowjs/mathflow\"}],\"editLink\":{\"text\":\"Edit this page on GitHub\",\"pattern\":\"https://github.com/mathflowjs/mathflow/edit/master/:path\"},\"footer\":{\"message\":\"Released under the <a href=\\\"https://github.com/mathflowjs/mathflow/blob/master/LICENSE.md\\\">MIT License</a>.\",\"copyright\":\"Copyright &copy; 2024, <a href=\\\"https://github.com/henryhale\\\">Henry Hale</a> - 2024-present MathFlow.\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
20+
21+
</body>
22+
</html>

β€ŽCNAMEβ€Ž

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

β€Žabout/coc.htmlβ€Ž

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

β€Žabout/history.htmlβ€Ž

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

β€Žabout/team.htmlβ€Ž

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

β€Žapi/index.htmlβ€Ž

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

β€Žassets/about_coc.md.o455OzpI.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_coc.md.o455OzpI.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)