Files
node-red-alexa-home-skill-web/static/docs/docs.html
2016-10-30 11:31:39 +00:00

68 lines
3.2 KiB
HTML

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Node-RED Alexa Home Skill Bridge</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="/css/basic.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Node-RED Alexa Home Skill Bridge</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="active"><a href="/docs/docs.html">Documentation</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container main">
<nav class="side-menu">
<ul class="nav nav-pills nav-stacked">
<li><a href="#createAccount">Create Account</a></li>
<li><a href="#installNodes">Install Nodes</a></li>
<li><a href="#configNodes">Configure Nodes</a></li>
</ul>
</nav>
<div class="container main-content">
<h1>Documentation</h1>
<p>Welcome to the Node-RED Alexa Home Skill Bridge documentation</p>
<h2 id="createAccount">Create Account</h2>
<p>Before you start the first thing that needs to be done is to create an account on this site.
You can do this by clicking <a href="/newuser">here</a></p>
<p></p>
<h2 id="installNodes">Install Nodes</h2>
<p>There are serveral ways to install new nodes into Node-RED</p>
<p>The simplest is to use the installer built into the Node-RED admin UI.</p>
<p>You can also install the nodes from the command line</p>
<p>And finally if you are embedding Node-RED into your own application you can add the node to
the package.json file for your project and it will be included when you do an install.</p>
<h2 id="configNodes">Configure Nodes</h2>
<p></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>