now also builds from DOCs, but no link check there

This commit is contained in:
2023-02-02 07:07:54 +01:00
parent fa74800cc0
commit baab1a3036
23 changed files with 707 additions and 180 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Docs - impress.js</title>
<title>substep :: plugins | DOCS - impress.js</title>
<!--I am using jquery for button animations.-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
@@ -10,14 +10,14 @@
<script>hljs.highlightAll();</script>
<script src="/js/docs/loader.js"></script>
<link rel="stylesheet" href="/css/docs/style.css">
</head>
<body>
<div class="content">
<div id="nav"></div>
<div id="top"></div>
<div id="docPage">
<div id="doc-container">
<h1>Substep Plugin</h1>
</head>
<body>
<div class="content">
<div id="nav"></div>
<div id="top"></div>
<div id="docPage">
<div id="doc-container">
<h1>Substep Plugin</h1>
<p>Reveal each substep (such as a bullet point) of the step separately. Just like in PowerPoint!</p>
<p>If the current step contains html elements with <code>class=&quot;substep&quot;</code> then this plugin will prevent a
<code>prev()</code> / <code>next()</code> call to leave the slide, and instead reveal the next substep (for <code>next()</code>) or
@@ -53,7 +53,7 @@ use the appropriate CSS to make the substeps hidden and visible.</p>
<p>Copyright 2017 Henrik Ingo (@henrikingo)
Released under the MIT license.</p>
</div>
</div>
</div>
<div id="footer"></div>
</div>
</body>