forked from FIWARE-Ops/docs.TourGuide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
executable file
·96 lines (95 loc) · 10.3 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: QUICK FIWARE TOUR GUIDE
site_description: QUICK FIWARE TOUR GUIDE
docs_dir: doc/
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
repo_url: https://github.com/Fiware/docs.TourGuide.git
google_analytics: ['UA-80297547-1', 'fiwaretourguide.readthedocs.io']
pages:
- Home: index.md
- 'Development of context-aware applications':
- 'Introduction': 'development-context-aware-applications/introduction.md'
- 'Using NGSI v2':
- 'Update – query context': 'development-context-aware-applications/v2/how-to-update-and-query-context-information.md'
- 'Subscription to context changes': 'development-context-aware-applications/v2/how-to-subscribe-to-changes-on-context-information.md'
- 'Geolocated context queries': 'development-context-aware-applications/v2/how-to-perform-geo-located-queries.md'
- 'Using NGSI v1':
- 'Update – query context': 'development-context-aware-applications/how-to-update-and-query-context-information.md'
- 'Connection to context providers': 'development-context-aware-applications/how-to-connect-to-external-context-providers.md'
- 'Subscription to context changes': 'development-context-aware-applications/how-to-subscribe-to-changes-on-context-information.md'
- 'Geolocated context queries': 'development-context-aware-applications/how-to-perform-geo-located-queries.md'
- 'Deep dive': 'development-context-aware-applications/deep-dive.md'
- 'Connection to the Internet of Things':
- 'Introduction': 'connection-to-the-internet-of-things/introduction.md'
- 'Reading data from IoT devices': 'connection-to-the-internet-of-things/how-to-read-measures-captured-from-iot-devices.md'
- 'Acting upon IoT devices': 'connection-to-the-internet-of-things/how-to-act-upon-iot-devices.md'
- 'Deep dive': 'connection-to-the-internet-of-things/deep-dive.md'
- 'Real-time processing of context events':
- 'Introduction': 'real-time-processing-of-context-events/introduction.md'
- 'How to define a CEP application': 'real-time-processing-of-context-events/how-to-define-a-cep-application.md'
- 'How to administrate the CEP': 'real-time-processing-of-context-events/how-to-administrate-the-cep.md'
- 'How to send input events to the CEP': 'real-time-processing-of-context-events/how-to-send-input-events-to-the-cep.md'
- 'Deep dive': 'real-time-processing-of-context-events/deep-dive.md'
- 'Handling authorization and access control to APIs':
- 'Introduction': 'handling-authorization-and-access-control-to-apis/introduction.md'
- 'Creating your identity in FIWARE': 'handling-authorization-and-access-control-to-apis/how-to-create-your-identity-in-fiware.md'
- 'Implementing OAuth2 in apps': 'handling-authorization-and-access-control-to-apis/how-to-implement-oauth2-in-your-applications.md'
- 'How to send requests to a FIWARE GE': 'handling-authorization-and-access-control-to-apis/how-to-send-requests-to-a-fiware-ge.md'
- 'How to secure your backend service': 'handling-authorization-and-access-control-to-apis/how-to-secure-your-backend-service.md'
- 'How to manage Access Control in FIWARE': 'handling-authorization-and-access-control-to-apis/how-to-manage-access-control-in-fiware.md'
- 'References': 'handling-authorization-and-access-control-to-apis/references.md'
- 'Deep Dive': 'handling-authorization-and-access-control-to-apis/deep-dive.md'
- 'Publishing (Open) Data in FIWARE':
- 'Introduction': 'publishing-open-data-in-fiware/introduction.md'
- 'FIWARE Extended CKAN': 'publishing-open-data-in-fiware/fiware-extended-ckan.md'
- 'How to Publish datasets and context information in CKAN': 'publishing-open-data-in-fiware/how-to-publish-open-datasets-in-ckan-2.md'
- 'How to Offer Datasets (including Context Information) through the FIWARE Store':
- 'Introduction': 'publishing-open-data-in-fiware/how-to-offer-datasets-including-context-information-through-the-wstore/introduction.md'
- 'Offering Datasets Directly Through the CKAN Interface': 'publishing-open-data-in-fiware/how-to-offer-datasets-including-context-information-through-the-wstore/offering-datasets-directly-through-the-ckan-interface.md'
- 'Offering Datasets Through the FIWARE Store interface': 'publishing-open-data-in-fiware/how-to-offer-datasets-including-context-information-through-the-wstore/offering-datasets-through-the-wstore-interface.md'
- 'Acquiring Datasets Offered in the FIWARE Store': 'publishing-open-data-in-fiware/how-to-offer-datasets-including-context-information-through-the-wstore/acquiring-datasets-offered-in-the-wstore.md'
- 'Deep dive': 'publishing-open-data-in-fiware/deep-dive.md'
- 'Big Data analysis of historic context information':
- 'Introduction': 'big-data-analysis-of-historic-context-information/introduction.md'
- 'Deep dive': 'big-data-analysis-of-historic-context-information/deep-dive.md'
- 'Creating application dashboards':
- 'Introduction': 'creating-application-dashboards/introduction.md'
- 'How to find widgets and other components for your dashboard': 'creating-application-dashboards/how-to-find-widgets-and-other-components-for-your-dashboard.md'
- 'How to create your application dashboard from these building blocks': 'creating-application-dashboards/how-to-create-your-application-dashboard-from-these-building-blocks.md'
- 'How to interconnect widgets and connect them to backend resources': 'creating-application-dashboards/how-to-interconnect-widgets-and-connect-them-to-backend-resources.md'
- 'How to share, sell or make available your new dashboard': 'creating-application-dashboards/how-to-share-sell-or-make-available-your-new-dashboard.md'
- 'How to develop new widgets and operators': 'creating-application-dashboards/how-to-develop-new-widgets-and-operators.md'
- 'How to make AJAX requests to external services': 'creating-application-dashboards/how-to-make-ajax-requests-to-external-services.md'
- 'How to receive events': 'creating-application-dashboards/how-to-receive-events.md'
- 'How to send events': 'creating-application-dashboards/how-to-send-events.md'
- 'How to use other FIWARE GEs from your widgets and operators': 'creating-application-dashboards/how-to-use-other-fiware-ges-from-your-widgets-and-operators.md'
- 'Deep dive': 'creating-application-dashboards/deep-dive.md'
- 'Real-time processing of media streams':
- 'Introduction': 'real-time-processing-of-media-streams/introduction.md'
- 'What is WebRTC and what is a media server': 'real-time-processing-of-media-streams/whats-webrtc-and-whats-a-media-server.md'
- 'What is the architecture of a Kurento enabled application': 'real-time-processing-of-media-streams/whats-the-architecture-of-a-kurento-enabled-application.md'
- 'How to develop a Kurento enabled application': 'real-time-processing-of-media-streams/how-to-develop-a-kurento-enabled-application.md'
- 'Deep dive': 'real-time-processing-of-media-streams/deep-dive.md'
- 'Providing an advanced User Experience (UX)':
- 'Introduction': 'providing-an-advanced-user-experience-ux/introduction.md'
- '3D-UI: Interactive 3D graphics and Augmented Reality in any Web browser': 'providing-an-advanced-user-experience-ux/3d-ui-interactive-3d-graphics-and-augmented-reality-in-any-web-browser.md'
- 'XML3D: Interactive 3D graphics and Augmented Reality via DOM extensions':
- 'Introduction': 'providing-an-advanced-user-experience-ux/xml3d-interactive-3d-graphics-and-augmented-reality-via-dom-extensions/introduction.md'
- 'How to set up a first XML3D scene': 'providing-an-advanced-user-experience-ux/xml3d-interactive-3d-graphics-and-augmented-reality-via-dom-extensions/how-to-set-up-a-first-xml3d-scene.md'
- 'How to use Xflow for AR applications with XML3D and the Augmented Reality GE': 'providing-an-advanced-user-experience-ux/xml3d-interactive-3d-graphics-and-augmented-reality-via-dom-extensions/how-to-use-xflow-for-ar-applications-with-xml3d-and-the-augmented-reality-ge.md'
- '3D graphics on the Web with Three.js': 'providing-an-advanced-user-experience-ux/3d-graphics-on-the-web-with-three-js.md'
- 'Multiuser 3D with WebTundra (Games, Virtual Worlds, Collaborative applications)': 'providing-an-advanced-user-experience-ux/multiuser-3d-with-webtundra-games-virtual-worlds-collaborative-applications.md'
- 'Deep dive': 'providing-an-advanced-user-experience-ux/deep-dive.md'
- 'Hosting your application on a FIWARE Cloud':
- 'Introduction': 'hosting-your-application-on-a-fiware-cloud/introduction.md'
- 'How to provision and manage your virtual infrastructure on FIWARE Cloud': 'hosting-your-application-on-a-fiware-cloud/how-to-provision-and-manage-your-virtual-infrastructure-on-fiware-cloud.md'
- 'How to use Object Storage capabilities of FIWARE Cloud': 'hosting-your-application-on-a-fiware-cloud/how-to-use-object-storage-capabilities-of-fiware-cloud.md'
- 'How to use Blueprints to manage complex applications hosted on FIWARE Cloud': 'hosting-your-application-on-a-fiware-cloud/how-to-use-blueprints-to-manage-complex-applications-hosted-on-fiware-cloud.md'
- 'How to invoke FIWARE Cloud capabilities via an API': 'hosting-your-application-on-a-fiware-cloud/how-to-invoke-fiware-cloud-capabilities-via-an-api.md'
- 'FIWARE Tour Guide Application. A tutorial on how to integrate the main FIWARE GEs':
- 'Introduction': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/introduction.md'
- 'Installation': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/installation.md'
- 'Managing Context Information': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/managing-context-information.md'
- 'Managing IoT Data': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/managing-iot-data.md'
- 'Configuring Security Aspects': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/configuring-security-aspects.md'
- 'Publishing historical data': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/publishing-historical-data.md'
- 'Using the front-end application': 'fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/using-the-front-end-application.md'