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": {
|
||||
"type": "folder",
|
||||
"name": "Style Guide",
|
||||
"location": "ROOT",
|
||||
"composition": [
|
||||
"intro",
|
||||
"controls",
|
||||
|
@ -30,10 +30,10 @@ define(
|
||||
var pages = {};
|
||||
|
||||
// Add pages
|
||||
pages['intro'] = { name: "Introduction", type: "styleguide.intro" };
|
||||
pages['controls'] = { name: "Controls", type: "styleguide.controls" };
|
||||
pages['input'] = { name: "Text Inputs", type: "styleguide.input" };
|
||||
pages['glyphs'] = { name: "Glyphs", type: "styleguide.glyphs" };
|
||||
pages['intro'] = { name: "Introduction", type: "styleguide.intro", location: "styleguide:folder" };
|
||||
pages['controls'] = { name: "Controls", type: "styleguide.controls", location: "styleguide:folder" };
|
||||
pages['input'] = { name: "Text Inputs", type: "styleguide.input", location: "styleguide:folder" };
|
||||
pages['glyphs'] = { name: "Glyphs", type: "styleguide.glyphs", location: "styleguide:folder" };
|
||||
|
||||
return {
|
||||
getModels: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user