parent
f012e92548
commit
634ee5d5df
@ -0,0 +1,37 @@
|
||||
- Introduction
|
||||
- [1](../1-getting-started/lessons/1-introduction-to-iot/README.md)
|
||||
- [2](../1-getting-started/lessons/2-deeper-dive/README.md)
|
||||
- [3](../1-getting-started/lessons/3-sensors-and-actuators/README.md)
|
||||
- [4](../1-getting-started/lessons/4-connect-internet/README.md)
|
||||
|
||||
- Farm
|
||||
- [5](../2-farm/lessons/1-predict-plant-growth/README.md)
|
||||
- [6](../2-farm/lessons/2-detect-soil-moisture/README.md)
|
||||
- [7](../2-farm/lessons/3-automated-plant-watering/README.md)
|
||||
- [8](../2-farm/lessons/4-migrate-your-plant-to-the-cloud/README.md)
|
||||
- [9](../2-farm/lessons/5-migrate-application-to-the-cloud/README.md)
|
||||
- [10](../2-farm/lessons/6-keep-your-plant-secure/README.md)
|
||||
|
||||
|
||||
- Transport
|
||||
- [11](../3-transport/lessons/1-location-tracking/README.md)
|
||||
- [12](../3-transport/lessons/2-store-location-data/README.md)
|
||||
- [13](../3-transport/lessons/3-visualize-location-data/README.md)
|
||||
- [14](../3-transport/lessons/4-geofences/README.md)
|
||||
|
||||
- Manufacturing
|
||||
- [15](../4-manufacturing/lessons/1-train-fruit-detector/README.md)
|
||||
- [16](../4-manufacturing/lessons/2-check-fruit-from-device/README.md)
|
||||
- [17](../4-manufacturing/lessons/3-run-fruit-detector-edge/README.md)
|
||||
- [18](../4-manufacturing/lessons/4-trigger-fruit-detector/README.md)
|
||||
|
||||
|
||||
- Retail
|
||||
- [19](../5-retail/lessons/1-train-stock-detector/README.md)
|
||||
- [20](../5-retail/lessons/2-check-stock-device/README.md)
|
||||
|
||||
- Consumer
|
||||
- [21](../6-consumer/lessons/1-speech-recognition/README.md)
|
||||
- [22](../6-consumer/lessons/2-language-understanding/README.md)
|
||||
- [23](../6-consumer/lessons/3-spoken-feedback/README.md)
|
||||
- [24](../6-consumer/lessons/4-multiple-language-support/README.md)
|
@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
contents: ['docs/_sidebar.md'], // array of "table of contents" files path
|
||||
pathToPublic: 'pdf/readme.pdf', // path where pdf will stored
|
||||
pdfOptions: {
|
||||
margin: { top: '100px', bottom: '100px' }
|
||||
}, // reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions
|
||||
removeTemp: true, // remove generated .md and .html or not
|
||||
emulateMedia: 'print', // mediaType, emulating by puppeteer for rendering pdf, 'print' by default (reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageemulatemediamediatype)
|
||||
};
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "iot-for-beginners",
|
||||
"version": "1.0.0",
|
||||
"description": "IoT for Beginners - A Curriculum",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"convert": "node_modules/.bin/docsify-to-pdf"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/microsoft/IoT-For-Beginners.git"
|
||||
},
|
||||
"keywords": [
|
||||
"iot",
|
||||
"dev",
|
||||
"development",
|
||||
"curriculum"
|
||||
],
|
||||
"author": "Jim Bennett and team",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/microsoft/IoT-For-Beginners/issues"
|
||||
},
|
||||
"homepage": "https://github.com/microsoft/IoT-For-Beginners#readme",
|
||||
"devDependencies": {
|
||||
"docsify-to-pdf": "0.0.5"
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in new issue