Skip to content

Commit 979b5b0

Browse files
committed
Added Documentation section to pxlNav page
1 parent 937e7c4 commit 979b5b0

File tree

60 files changed

+82
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+82
-54
lines changed
-184 KB
Binary file not shown.
60.5 KB
Loading

docs/assets/ssScriptEditor.jpg

-386 KB
Binary file not shown.

docs/assets/ssScriptEditor.webp

73.8 KB
Loading

docs/js/pxlNav.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pages/pxlNav.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { ProcPage } from '../js/pxlPages/ProcPage.js';
33

44

55
import { pageListingData as exploreData } from './pxlNav/explore.js';
6+
import { pageListingData as documentationData } from './pxlNav/documentation.js';
67
import { pageListingData as originData } from './pxlNav/origin.js';
78
import { pageListingData as whatsPxlNavData } from './pxlNav/whatsPxlNav.js';
89

@@ -50,6 +51,7 @@ const pageContentObject = {
5051
},
5152
'sections' : [
5253
exploreData,
54+
documentationData,
5355
whatsPxlNavData,
5456
originData
5557
]

docs/pages/pxlNav/documentation.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
export const pageListingData = {
3+
'name' : 'Documentation',
4+
'media' : [
5+
{
6+
'type' : 'image',
7+
'src' : '../pages/pxlNav/images/glslScriptEditor.webp',
8+
'href' : './pxlNav-docs',
9+
'alt' : 'pxlNav Shader Editor',
10+
'style' : 'procPagesImageStyle',
11+
'caption' : ["See pxlNav Documentation"]
12+
13+
}
14+
],
15+
'contentStyle' : [ 'procPagesCenterContent' ],
16+
'content' : `
17+
<div class="innerCenter">
18+
<span class="textBump">View the <a href="./pxlNav-docs" target="_blank" alt="pxlNav Documentation" class="textBump">pxlNav Documentation</a></span>
19+
<br>
20+
<br>
21+
Create your own interactive environments,
22+
<br>Using <span class='textNudge'>pxlNav</span> for your Three.js projects.
23+
<br><br>
24+
</div>
25+
`
26+
};
73.8 KB
Loading

docs/pxlNav-docs/BillowSmoke.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ <h5 class="h5-returns">Returns:</h5>
923923
<br class="clear">
924924

925925
<footer>
926-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Mon Mar 03 2025 12:19:35 GMT-0500 (Eastern Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
926+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Mon Mar 03 2025 13:02:09 GMT-0500 (Eastern Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
927927
</footer>
928928

929929
<script>prettyPrint();</script>

docs/pxlNav-docs/EmberWisps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ <h5 class="h5-parameters">Parameters:</h5>
10291029
<br class="clear">
10301030

10311031
<footer>
1032-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Mon Mar 03 2025 12:19:35 GMT-0500 (Eastern Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1032+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Mon Mar 03 2025 13:02:09 GMT-0500 (Eastern Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10331033
</footer>
10341034

10351035
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)