Skip to content

Commit

Permalink
update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
E-SAITO-TMC committed Mar 24, 2020
1 parent 611d4b1 commit f8890c6
Showing 1 changed file with 114 additions and 5 deletions.
119 changes: 114 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,128 @@
"name": "Overview"
},
{
"name": "Transport Manager Programming"
"name": "Getting Started",
"navigation": [
{
"name": "Install and Run"
},
{
"name": "INI Configuration"
},
{
"name": "Multiple Transports Configuration"
}
]
},
{
"name": "Audio and Video Streaming Setup"
"name": "Integrating Your HMI",
"navigation": [
{
"name": "SDL Core and HMI Communication"
},
{
"name": "Developing the HMI UI"
},
{
"name": "Encryption Setup"
},
{
"name": "Vehicle Data"
}
]
},
{
"name": "App Service Provider Guide"
"name": "Feature Documentation",
"navigation": [
{
"name": "Audio and Video Streaming Setup"
},
{
"name": "App Service Provider Guide"
},
{
"name": "Multiple Transports"
},
{
"name": "Remote Control Guide"
}
]
},
{
"name": "Multiple Transports Configuration"
"name": "Developer Documentation",
"navigation": [
{
"name": "Web Engine Support"
},
{
"name": "Transport Manager Programming"
},
{
"name": "Security Manager Design"
}
]
},
{
"name" : "Encryption Setup"
"name": "Doxygen Inline Documentation"
},
{
"name": "Best Practice Documents",
"navigation": [
{
"name": "1.1.Establish_Session"
},
{
"name": "1.2.SDL_App_Icon_Display"
},
{
"name": "1.3.SDL_App_Icon_Caching"
},
{
"name": "1.4.Capabilities_Definition_with_TOYOTA_Settings"
},
{
"name": "1.5.Definitions_when_the_HU_returns_RPC_Error"
},
{
"name": "1.6.Behavior_when_the_HU_returns_RPC_Error"
},
{
"name": "2.1.Press_the_App_Icon_on_the_SDL_menu_screen"
},
{
"name": "2.2.Launch_by_Voice_Recognition"
},
{
"name": "2.3.Launch_by_choosing_the_Audio_source_on_the_Audio_screen"
},
{
"name": "2.4.Launch_by_Hard_SW"
},
{
"name": "2.5.Behavior_after_ACC_OFFON(Resume_of_Last_Launched_SDL_App)"
},
{
"name": "2.6.Change_Screen_to_SDL_App_from_Other_Smartphone_Linkage_Functions"
},
{
"name": "3.Switching_SDL_Apps"
},
{
"name": "4.1.Switching_Communication_Paths"
},
{
"name": "4.2.WiFi_Connection"
},
{
"name": "5.SDL_App_Interruption"
},
{
"name": "6.Behavior_of_each_HMI_Status"
},
{
"name": "Appendix.Terminologies_and_Definitions"
}
]
},
{
"name": "FAQ"
Expand Down

0 comments on commit f8890c6

Please sign in to comment.