working website build system

This commit is contained in:
janis
2023-01-24 17:55:37 +01:00
parent 4fb1ff42c1
commit c791349aa6
5 changed files with 49 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
<div id="doc-container">
<h1>Extras Plugin</h1>
<p>The Extras plugin will initialize the optional addon plugins from
<a href="../../../extras/">extras/</a> directory, if they were loaded.</p>
<a href="https://github.com/impress/impress.js/src/plugins/extras/">extras/</a> directory, if they were loaded.</p>
<p>Generally, for an extras plugin to have been loaded, 2 things must have happened:</p>
<ol>
<li>The extras plugins must be present in extras/ directory, for example after

View File

@@ -22,7 +22,7 @@
a specific slide number.</p>
<p>Element attribut title is used for select option content if available, it uses element id if no title is provided.</p>
<p>The navigation controls are visible if the toolbar plugin is enabled. To add the toolbar to your
presentations, <a href="../toolbar/README.md">see toolbar plugin README</a>.</p>
presentations, <a href="/docs/plugins/toolbar">see toolbar plugin README</a>.</p>
<h2>Author</h2>
<p>Henrik Ingo (@henrikingo), 2016</p>
</div>

View File

@@ -99,7 +99,7 @@ cannot or don't want to add the explicit 0 values where needed, your last resort
remove the <code>rel.js</code> plugin completely. You can either:</p>
<ul>
<li>
<p>Remove <code>rel.js</code> from <a href="../../../build.js">/build.js</a> and recompile <code>impress.js</code> with: <code>npm build</code></p>
<p>Remove <code>rel.js</code> from <a href="https://github.com/impress/impress.js/src/plugins/build.js">/build.js</a> and recompile <code>impress.js</code> with: <code>npm build</code></p>
</li>
<li>
<p>Just open [/js/impress.js] in an editor and delete the <code>rel.js</code> code.</p>

View File

@@ -44,7 +44,7 @@ the toolbar from sight, and only make it visible when mouse is moved.</p>
}
</code></pre>
<p>If you're writing a plugin and would like to add a widget to the toolbar, see
<a href="toolbar.js">the top of the source file for further instructions</a>.</p>
<a href="https://github.com/impress/impress.jstoolbar.js">the top of the source file for further instructions</a>.</p>
<h2>Author</h2>
<p>Henrik Ingo (@henrikingo), 2016</p>
</div>