content.json 3.1 KB
{ 
text: '.',
children: [
    { 
      text: 'The ABCs of AMDA',
      id: 'ABC',
      leaf:true
    },{
    text:'WorkSpace Explorer',
    children:[{
        text:'Resources',
        id: 'resourceTree',        
        leaf:true
    },{
        text:'Resources: Parameters',
        id: 'parametersTree',        
        leaf:true
    },{
        text:'Resources: Filtering',
        id: 'filters',        
        leaf:true
    },{
        text:'Resources: Time Tables',
        id: 'timetables',        
        leaf:true
    },{
        text:'Operations', 
        id: 'operationsHelp',
        leaf:true    
    },{
        text:'Jobs', 
        id: 'jobsHelp',
        leaf:true
    }]
   },{
    text:'Creating Parameters and Aliases',
    children:[{
        text:'Derived Parameters',
        id: 'parameterHelp',
        leaf:true
    },{
        text:'MyData Parameters',
        id: 'mydataparameter',
        leaf:true
    },{
        text:'Aliases',
        id: 'aliases',
        leaf:true
    }]
},{
    text:'Plotting',
    children:[{
        text:'Getting Started',
        id: 'plotStart',        
        leaf:true
    },{
        text:'Global Settings',
        id: 'plotSettings',        
        leaf:true
    },{
        text:'Plot Intro',
        id: 'panelSettings',        
        leaf:true
    },{
        text:'Interactive Plot Session',
        id: 'interSession',        
        leaf:true
    },{
        text:'Additional Features',
        id: 'advancedFeatures',        
        leaf:true
    },{
        text:'MultiPlot Mode',
        id: 'multiPlot',         
        leaf:true
    },{
        text:'Access to Hubble Images',
        id: 'hubbleImages',         
        leaf:true
    }]
},{
    text:'Data Mining',
    children:[{
        text:'Searching In Data',
        id: 'dataminingHelp',
        leaf:true
    },{
        text:'Using Functions',
        id: 'functionsHelp',
        leaf:true
    }]
},{
    text:'Data Downloading',
    children:[{
        text:'Data', 
        id: 'downloadDataHelp',
        leaf:true
    },{
        text:'TimeTables', 
        id: 'downloadTTHelp',
        leaf:true
    }]
},{
    text:'Data Uploading',
    children:[{
        text:'Data', 
        id: 'uploadDataHelp',
        leaf:true
    },{
        text:'TimeTables', 
        id: 'uploadTTHelp',
        leaf:true
    }]
},{
    text:'Time Tables',
    children:[{
        text:'Managing Time Tables', 
        id: 'timetableHelp',
        leaf:true
    },{
        text:'Operations on Time Tables', 
        id: 'ttOperationsHelp',
        leaf:true
    },{
        text:'Shared Time Tables', 
        id: 'ttShared',
        leaf:true
    }]
},{
    text:'Working with SAMP',
    children:[
    {
        text:'What is SAMP', 
        id: 'SampMain',
        leaf:true
    },
    {
        text:'Connecting to SAMP Hub', 
        id: 'SampHelp',
        leaf:true
    }]
},{ 
      text:'Remote Data',
      children:[{   
      text:'Remote Data Centers', 
        id: 'remoteIntro',
        leaf:true
    },{   
      text:'Remote Centers: Adding Data', 
        id: 'RemoteDataHelp',
        leaf:true
    }
    ]
}]
}