Source code and content for the tutorials website https://aps.autodesk.com/tutorials. Built using Docusaurus 2.
$ npm install
$ npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Note: if you need to debug something using the default navbar (for example, to get access to the language dropdown), you can temporarily toggle the
themeConfig.useDefaultNavbar
value in docusaurus.config.js.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The master
branch is automatically deployed to GitHub Pages (see deploy.yml). The content is then accessible via the https://tutorials.autodesk.io domain.
Please refer to CONTRIBUTING.md for additional information around authoring new content.
Submit your question via APS Support Form.
This code is licensed under the terms of the MIT License. Please see the LICENSE file for more details.