Skip to content

Commit c8bfc27

Browse files
committed
Deploying to gh-pages from @ eb14d02 🚀
1 parent 3e2272d commit c8bfc27

Some content is hidden

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

73 files changed

+74
-74
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="generator" content="Docusaurus v3.1.1">
66
<title data-rh="true">Page Not Found | Pluto</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://pluto-lang.org/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Pluto"><link data-rh="true" rel="icon" href="/img/logo.png"><link data-rh="true" rel="canonical" href="https://pluto-lang.org/404.html"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/404.html" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.80068ed9.css">
7-
<script src="/assets/js/runtime~main.021dd42e.js" defer="defer"></script>
7+
<script src="/assets/js/runtime~main.1632e44b.js" defer="defer"></script>
88
<script src="/assets/js/main.060d9137.js" defer="defer"></script>
99
</head>
1010
<body class="navigation-with-keyboard">

assets/js/389ebece.63a2373b.js renamed to assets/js/389ebece.f1cff845.js

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

assets/js/runtime~main.021dd42e.js renamed to assets/js/runtime~main.1632e44b.js

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

docs/Changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="generator" content="Docusaurus v3.1.1">
66
<title data-rh="true">Changelog | Pluto</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://pluto-lang.org/docs/Changelog"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Changelog | Pluto"><meta data-rh="true" name="description" content="This page contains the changelogs from all releases of Pluto."><meta data-rh="true" property="og:description" content="This page contains the changelogs from all releases of Pluto."><link data-rh="true" rel="icon" href="/img/logo.png"><link data-rh="true" rel="canonical" href="https://pluto-lang.org/docs/Changelog"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/docs/Changelog" hreflang="en"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/docs/Changelog" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.80068ed9.css">
7-
<script src="/assets/js/runtime~main.021dd42e.js" defer="defer"></script>
7+
<script src="/assets/js/runtime~main.1632e44b.js" defer="defer"></script>
88
<script src="/assets/js/main.060d9137.js" defer="defer"></script>
99
</head>
1010
<body class="navigation-with-keyboard">

docs/Compatibility.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="generator" content="Docusaurus v3.1.1">
66
<title data-rh="true">Compatibility | Pluto</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://pluto-lang.org/docs/Compatibility"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Compatibility | Pluto"><meta data-rh="true" name="description" content="Pluto aims to be source- and bytecode-compatible with existing Lua code such that it can simply be used as a drop-in replacement for Lua, and Lua modules can simply be used in Pluto codebases. In the vast majority of cases, we do succeed, but there are a few things to be aware of."><meta data-rh="true" property="og:description" content="Pluto aims to be source- and bytecode-compatible with existing Lua code such that it can simply be used as a drop-in replacement for Lua, and Lua modules can simply be used in Pluto codebases. In the vast majority of cases, we do succeed, but there are a few things to be aware of."><link data-rh="true" rel="icon" href="/img/logo.png"><link data-rh="true" rel="canonical" href="https://pluto-lang.org/docs/Compatibility"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/docs/Compatibility" hreflang="en"><link data-rh="true" rel="alternate" href="https://pluto-lang.org/docs/Compatibility" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.80068ed9.css">
7-
<script src="/assets/js/runtime~main.021dd42e.js" defer="defer"></script>
7+
<script src="/assets/js/runtime~main.1632e44b.js" defer="defer"></script>
88
<script src="/assets/js/main.060d9137.js" defer="defer"></script>
99
</head>
1010
<body class="navigation-with-keyboard">

0 commit comments

Comments
 (0)