Skip to content

Commit

Permalink
+ added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayendra-ram committed May 13, 2023
1 parent e586baf commit feaca0a
Show file tree
Hide file tree
Showing 12 changed files with 1,137 additions and 1,147 deletions.
5 changes: 0 additions & 5 deletions docs/App.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Board.js

This file was deleted.

134 changes: 134 additions & 0 deletions out/App.js.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: App.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
#main {
padding: 2rem 4rem;
width: 70%;
margin: 0 auto;
}
h1.page-title {
font-size: 2.5rem;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}
pre {
background-color: #efefef;
padding: 1rem;
border-radius: 4px;
}
code {
font-family: 'Roboto Mono', monospace;
}
nav {
position: fixed;
top: 0;
right: 0;
background-color: white;
width: 20%;
height: 100%;
padding: 2rem;
overflow-y: auto;
border-left: 1px solid #ddd;
}
nav a {
color: #333;
text-decoration: none;
}
nav a:hover {
color: #007BFF;
text-decoration: underline;
}
nav h2 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
nav h3 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
nav li {
margin-bottom: 0.5rem;
}
footer {
font-size: 0.9rem;
color: #666;
padding: 1rem 0;
background-color: #f9f9f9;
border-top: 1px solid #ddd;
text-align: center;
}
</style>
</head>

<body>

<div id="main">

<h1 class="page-title">Source: App.js</h1>






<section>
<article>
<pre class="prettyprint source linenums"><code>/**
* @component
*/

export default class App {}
</code></pre>
</article>
</section>




</div>

<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="module.exports.html">exports</a></li></ul>
</nav>

<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Fri May 12 2023 23:48:12 GMT-0400 (Eastern Daylight Time)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
79 changes: 79 additions & 0 deletions out/board.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,85 @@
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />

<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
#main {
padding: 2rem 4rem;
width: 70%;
margin: 0 auto;
}
h1.page-title {
font-size: 2.5rem;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}
pre {
background-color: #efefef;
padding: 1rem;
border-radius: 4px;
}
code {
font-family: 'Roboto Mono', monospace;
}
nav {
position: fixed;
top: 0;
right: 0;
background-color: white;
width: 20%;
height: 100%;
padding: 2rem;
overflow-y: auto;
border-left: 1px solid #ddd;
}
nav a {
color: #333;
text-decoration: none;
}
nav a:hover {
color: #007BFF;
text-decoration: underline;
}
nav h2 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
nav h3 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
nav li {
margin-bottom: 0.5rem;
}
footer {
font-size: 0.9rem;
color: #666;
padding: 1rem 0;
background-color: #f9f9f9;
border-top: 1px solid #ddd;
text-align: center;
}
</style>
</head>

<body>
Expand Down
78 changes: 78 additions & 0 deletions out/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,84 @@
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f9f9f9;
}
#main {
padding: 2rem 4rem;
width: 70%;
margin: 0 auto;
}
h1.page-title {
font-size: 2.5rem;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
p {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}
pre {
background-color: #efefef;
padding: 1rem;
border-radius: 4px;
}
code {
font-family: 'Roboto Mono', monospace;
}
nav {
position: fixed;
top: 0;
right: 0;
background-color: white;
width: 20%;
height: 100%;
padding: 2rem;
overflow-y: auto;
border-left: 1px solid #ddd;
}
nav a {
color: #333;
text-decoration: none;
}
nav a:hover {
color: #007BFF;
text-decoration: underline;
}
nav h2 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
nav h3 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
}
nav li {
margin-bottom: 0.5rem;
}
footer {
font-size: 0.9rem;
color: #666;
padding: 1rem 0;
background-color: #f9f9f9;
border-top: 1px solid #ddd;
text-align: center;
}
</style>
</head>

<body>
Expand Down
Loading

0 comments on commit feaca0a

Please sign in to comment.