mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Fix keybindings and properties documentation
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<div class="container-fluid documentation-container">
|
||||
<h1>OpenSpace Keybindings</h1>
|
||||
<p>Version: {{version.[0]}}.{{version.[1]}}.{{version.[2]}}</p>
|
||||
<p>Generated: {{generationTime}}</p>
|
||||
{{#each keybindings}}
|
||||
{{> keybinding}}
|
||||
{{/each}}
|
||||
|
||||
@@ -24,8 +24,7 @@ window.onload = function () {
|
||||
|
||||
var data = {
|
||||
keybindings: keybindings,
|
||||
version: version,
|
||||
generationTime: generationTime
|
||||
version: version
|
||||
}
|
||||
|
||||
var contents = mainTemplate(data);
|
||||
|
||||
@@ -18,9 +18,8 @@
|
||||
<div class="container-fluid documentation-container">
|
||||
<h1>OpenSpace Scene Properties</h1>
|
||||
<p>Version: {{version.[0]}}.{{version.[1]}}.{{version.[2]}}</p>
|
||||
<p>Generated: {{generationTime}}</p>
|
||||
|
||||
{{#each propertyOwners}}
|
||||
{{#each propertyOwners}}
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h2><a class="documentation-name" href="#{{name}}" name="{{name}}">{{name}}</a></h2>
|
||||
|
||||
@@ -52,9 +52,7 @@ window.onload = function () {
|
||||
|
||||
var data = {
|
||||
propertyOwners: propertyOwners,
|
||||
version: version,
|
||||
// sceneFilename: sceneFilename,
|
||||
generationTime: generationTime
|
||||
version: version
|
||||
}
|
||||
|
||||
var contents = mainTemplate(data);
|
||||
|
||||
Reference in New Issue
Block a user