mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Docs] WIP Style Guide
Fixes #1233 Fix Style Guide tree elements to no longer render as links;
This commit is contained in:
parent
9475a22831
commit
f306180ab6
@ -36,6 +36,7 @@ define([
|
|||||||
"model": {
|
"model": {
|
||||||
"type": "folder",
|
"type": "folder",
|
||||||
"name": "Style Guide",
|
"name": "Style Guide",
|
||||||
|
"location": "ROOT",
|
||||||
"composition": [
|
"composition": [
|
||||||
"intro",
|
"intro",
|
||||||
"controls",
|
"controls",
|
||||||
|
@ -30,10 +30,10 @@ define(
|
|||||||
var pages = {};
|
var pages = {};
|
||||||
|
|
||||||
// Add pages
|
// Add pages
|
||||||
pages['intro'] = { name: "Introduction", type: "styleguide.intro" };
|
pages['intro'] = { name: "Introduction", type: "styleguide.intro", location: "styleguide:folder" };
|
||||||
pages['controls'] = { name: "Controls", type: "styleguide.controls" };
|
pages['controls'] = { name: "Controls", type: "styleguide.controls", location: "styleguide:folder" };
|
||||||
pages['input'] = { name: "Text Inputs", type: "styleguide.input" };
|
pages['input'] = { name: "Text Inputs", type: "styleguide.input", location: "styleguide:folder" };
|
||||||
pages['glyphs'] = { name: "Glyphs", type: "styleguide.glyphs" };
|
pages['glyphs'] = { name: "Glyphs", type: "styleguide.glyphs", location: "styleguide:folder" };
|
||||||
|
|
||||||
return {
|
return {
|
||||||
getModels: function () {
|
getModels: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user