Skip to content

Commit

Permalink
Updated website.
Browse files Browse the repository at this point in the history
  • Loading branch information
boltex committed Sep 7, 2024
1 parent b344756 commit 99a2133
Show file tree
Hide file tree
Showing 31 changed files with 135 additions and 76 deletions.
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.5.2">
<title data-rh="true">Page Not Found | LeoJS</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:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" name="twitter:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" property="og:url" content="https://boltex.github.io/leojs/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 | LeoJS"><link data-rh="true" rel="icon" href="/leojs/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://boltex.github.io/leojs/404.html"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="x-default"><link rel="stylesheet" href="/leojs/assets/css/styles.9e9fa74a.css">
<script src="/leojs/assets/js/runtime~main.9415705e.js" defer="defer"></script>
<title data-rh="true">Page Not Found | LeoJS</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:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" name="twitter:image" content="https://boltex.github.io/leojs/img/leojs-social-card.png"><meta data-rh="true" property="og:url" content="https://boltex.github.io/leojs/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 | LeoJS"><link data-rh="true" rel="icon" href="/leojs/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://boltex.github.io/leojs/404.html"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://boltex.github.io/leojs/404.html" hreflang="x-default"><link rel="stylesheet" href="/leojs/assets/css/styles.14505858.css">
<script src="/leojs/assets/js/runtime~main.278ff5e4.js" defer="defer"></script>
<script src="/leojs/assets/js/main.ec2e254d.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3141,6 +3141,9 @@ html[data-theme='dark'] {
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);

--custom-hero-bg: url(/leojs/assets/images/banner-leojs-trans-1600-ed19568d74261be9ad89796762d05d4e.png);
--custom-hero-bg2: url(/leojs/assets/images/banner-leojs-trans-1200-05018349a978e2795d803fe80991cf04.png);
--custom-hero-bg3: url(/leojs/assets/images/banner-leojs-trans-800-f7e398b69f1d15f54d9651a1628af686.png);
--custom-hero-bg-before: linear-gradient(45deg, rgba(194, 107, 46, 0.5), rgba(150, 59, 29, 0.9));

--custom-body-bg: #fdf4f5;
Expand Down Expand Up @@ -3181,6 +3184,9 @@ html[data-theme='dark'] {
--custom-body-bg: #1d1b1b;
--custom-sidebar-bg: #24201c;

--ifm-background-color: #3468ac;
--ifm-background-surface-color: #682d2d;

--custom-home-quote-color: #92c4e1;
--custom-home-author-color: #dcdcdc;

Expand Down Expand Up @@ -4095,10 +4101,9 @@ body {

.customHero_Cny7:after {
filter: blur(11px);
background-image: url(/leojs/assets/images/banner-leojs-trans-1200-05018349a978e2795d803fe80991cf04.png);
background-size: 100% auto;
background-position: top;
background-attachment: fixed;
background-image: var(--custom-hero-bg);
background-size: cover;
background-position: center;
content: '';
display: block;
height: 100%;
Expand Down Expand Up @@ -4182,7 +4187,7 @@ body {
.puckBg_w4pM {
padding-top: 1rem;
padding-bottom: 1rem;
background-image: url(/leojs/assets/images/banner-leojs-trans-800-f7e398b69f1d15f54d9651a1628af686.png);
background-image: var(--custom-hero-bg3);
background-color: #8e451527;
background-attachment: fixed;
background-position: center;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ __webpack_require__.r(__webpack_exports__);


const frontMatter = {
sidebar_position: 4
sidebar_position: 4,
toc_max_heading_level: 3
};
const contentTitle = 'History of Leo';
const metadata = {
Expand All @@ -35,7 +36,8 @@ const metadata = {
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
"sidebar_position": 4,
"toc_max_heading_level": 3
},
"sidebar": "appendicesSidebar",
"previous": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ __webpack_require__.r(__webpack_exports__);


const frontMatter = {
sidebar_position: 3
sidebar_position: 3,
toc_max_heading_level: 2
};
const contentTitle = 'FAQ';
const metadata = {
Expand All @@ -35,7 +36,8 @@ const metadata = {
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
"sidebar_position": 3,
"toc_max_heading_level": 2
},
"sidebar": "advancedTopicsSidebar",
"previous": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ const toc = [{
"value": "Descendant",
"id": "descendant",
"level": 3
}, {
"value": "Detached Body pane",
"id": "detached-body-pane",
"level": 3
}, {
"value": "Directive",
"id": "directive",
Expand Down Expand Up @@ -653,6 +657,15 @@ function _createMdxContent(props) {
children: "Descendant"
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.p, {
children: "An offspring of a node. That is, a child, grandchild, etc. of a node."
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.h3, {
id: "detached-body-pane",
children: "Detached Body pane"
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: ["In LeoJS, a ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.strong, {
children: "Detached Body Pane"
}), " is independent of the selected node. This can be useful when needing to compare some nodes contents to another."]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.p, {
children: "They can be opened with the 'Open Aside' command. That command is also available when right-clicking on a node in the outline via its context menu."
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.h3, {
id: "directive",
children: "Directive"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const assets = {


const toc = [{
"value": "Executing commands from the minibuffer",
"id": "executing-commands-from-the-minibuffer",
"value": "Using the the minibuffer",
"id": "using-the-the-minibuffer",
"level": 2
}, {
"value": "Most important commands",
Expand Down Expand Up @@ -290,6 +290,7 @@ function _createMdxContent(props) {
h3: "h3",
h4: "h4",
header: "header",
img: "img",
li: "li",
p: "p",
pre: "pre",
Expand All @@ -313,22 +314,35 @@ function _createMdxContent(props) {
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.p, {
children: "This chapter lists almost all of Leo's commands. It starts with a discussion of the Emacs-like minibuffer."
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.h2, {
id: "executing-commands-from-the-minibuffer",
children: "Executing commands from the minibuffer"
id: "using-the-the-minibuffer",
children: "Using the the minibuffer"
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: ["Use ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.code, {
children: "Alt-X"
}), " to open the minibuffer input box. You use the minibuffer to execute commands by name."]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.p, {
children: "Leo’s minibuffer appears at the bottom of Leo’s main window. You use the minibuffer to execute commands by name, and also to accumulate arguments to commands."
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.img, {
alt: "Leo&#39;s Minibuffer",
src: (__webpack_require__(7609)/* ["default"] */ .A) + "",
width: "441",
height: "327"
})
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: ["Every Leo command has a ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.strong, {
children: "command name"
}), ". In this document, keystrokes that invoke a command will be followed by the command name in parentheses. For example, ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.code, {
children: "Ctrl-S (save-file)"
}), " saves a Leo file."]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.strong, {
children: "Very Important"
}), ": Leo has hundreds of commands, but because of tab completion you do not have to remember, or even ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.em, {
children: "know about"
}), " any of them. Feel free to ignore commands that you don't use. The following prefixes help find commands by name:"]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.blockquote, {
children: ["\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: ["💡 ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.strong, {
children: "TIP"
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.br, {}), "\n", "Leo has hundreds of commands, but because of auto-completion you do not have to remember, or even ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.em, {
children: "know about"
}), " any of them. Feel free to ignore commands that you don't use."]
}), "\n"]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.p, {
children: "The following prefixes help find commands by name:"
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.table, {
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.thead, {
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.tr, {
Expand Down Expand Up @@ -1249,7 +1263,9 @@ function _createMdxContent(props) {
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_components.p, {
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.code, {
children: "open-aside"
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.br, {}), "\n", "Detached Body Panes, independent of the selected node, can be opened with the 'Open Aside' command."]
}), " 🖱️ ", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.em, {
children: "Right-Click on node"
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.br, {}), "\n", "Detached Body Panes, independent of the selected node, can be opened with the 'Open Aside' command.\r\nThat command is also available when right-clicking on a node in the outline via its context menu."]
}), "\n", (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_components.h4, {
id: "undoing-changes",
children: "Undoing changes"
Expand Down Expand Up @@ -2374,6 +2390,16 @@ function MDXContent(props = {}) {



/***/ }),

/***/ 7609:
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "assets/images/minibuffer-sc-3a1fdf8e499200d1dbd4356650b64342.png");

/***/ }),

/***/ 8453:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ __webpack_require__.r(__webpack_exports__);


const frontMatter = {
sidebar_position: 5
sidebar_position: 5,
toc_max_heading_level: 2
};
const contentTitle = 'Useful Tips';
const metadata = {
Expand All @@ -35,7 +36,8 @@ const metadata = {
"version": "current",
"sidebarPosition": 5,
"frontMatter": {
"sidebar_position": 5
"sidebar_position": 5,
"toc_max_heading_level": 2
},
"sidebar": "gettingStartedSidebar",
"previous": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
/******/ // This function allow to reference async chunks
/******/ __webpack_require__.u = (chunkId) => {
/******/ // return url for filenames based on template
/******/ return "assets/js/" + ({"42":"17b42a7e","48":"a94703ab","61":"1f391b9e","93":"de338694","98":"a7bd4aaa","100":"67018195","110":"588ebaa7","134":"393be207","235":"a7456010","290":"17c32940","306":"4f72fe07","353":"reactPlayerPreview","379":"1965f1bd","401":"17896441","424":"81ea77aa","442":"df312434","511":"88cc8693","603":"3bcc7dc1","633":"8e271c82","634":"c4f5d8e4","647":"5e95c892","656":"3ed61fc5","692":"b2b2ccef","702":"34c4a244","742":"aba21aa0","795":"4af12f68","800":"94d6d3fc","855":"ed767768","971":"50445ac0","973":"bc652491"}[chunkId] || chunkId) + "." + {"42":"108dc97f","48":"761db82f","61":"881b2e53","93":"7d961e8d","98":"eeeb25e6","100":"33fc7acf","110":"f18c4a8b","134":"d490bda5","235":"3fb6e0cf","237":"fb4206f0","290":"0b303fe6","306":"18070dc8","353":"0e3cec95","379":"d7d772f5","398":"9011496d","401":"d032d758","424":"787b55ca","442":"bd5fbc3d","511":"bb1c3161","603":"2b525e3a","633":"0c6fc9a9","634":"6885ea20","647":"5956c2c8","656":"fa7e68b3","692":"5288aa8a","702":"5fef1d72","742":"f1989524","795":"163413e8","800":"6e980917","855":"3e1f9335","888":"daa08f14","971":"c46544c1","973":"99a0c221"}[chunkId] + ".js";
/******/ return "assets/js/" + ({"42":"17b42a7e","48":"a94703ab","61":"1f391b9e","93":"de338694","98":"a7bd4aaa","100":"67018195","110":"588ebaa7","134":"393be207","235":"a7456010","290":"17c32940","306":"4f72fe07","353":"reactPlayerPreview","379":"1965f1bd","401":"17896441","424":"81ea77aa","442":"df312434","511":"88cc8693","603":"3bcc7dc1","633":"8e271c82","634":"c4f5d8e4","647":"5e95c892","656":"3ed61fc5","692":"b2b2ccef","702":"34c4a244","742":"aba21aa0","795":"4af12f68","800":"94d6d3fc","855":"ed767768","971":"50445ac0","973":"bc652491"}[chunkId] || chunkId) + "." + {"42":"88c60784","48":"761db82f","61":"881b2e53","93":"7d961e8d","98":"eeeb25e6","100":"e39a2460","110":"f18c4a8b","134":"d490bda5","235":"3fb6e0cf","237":"fb4206f0","290":"14398177","306":"18070dc8","353":"0e3cec95","379":"d7d772f5","398":"9011496d","401":"d032d758","424":"787b55ca","442":"bd5fbc3d","511":"bb1c3161","603":"552d366a","633":"0c6fc9a9","634":"6885ea20","647":"5956c2c8","656":"fa7e68b3","692":"5288aa8a","702":"5fef1d72","742":"f1989524","795":"6426116c","800":"6e980917","855":"3e1f9335","888":"daa08f14","971":"c46544c1","973":"99a0c221"}[chunkId] + ".js";
/******/ };
/******/ })();
/******/
Expand Down
Loading

0 comments on commit 99a2133

Please sign in to comment.