module.exports=[ { "type": "quick-start", "label": "UNTAGGED", "items": [ { "type": "quick-start", "id": "quick-start/get_started", "label": "Get Started", "position": 1, }, { "type": "quick-start", "id": "quick-start/javascript_sdk", "label": "Using AIGIC with Node.js", "position": 2, }, { "type": "quick-start", "id": "quick-start/python_sdk", "label": "Using AIGIC with Python", "position": 3, }, { "type": "quick-start", "id": "quick-start/http", "label": "Using AIGIC with HTTP", "position": 4, } ] } ];