/aps-tutorials-website

APS Tutorials: Docusaurus project for the Autodesk Platform Services (APS) Tutorials Website.

Primary LanguageJavaScriptMIT LicenseMIT

APS Tutorials Website

Source code and content for the tutorials website https://aps.autodesk.com/tutorials. Built using Docusaurus 2.

Development

Installation

$ npm install

Local Debugging

$ 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.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

The master branch is automatically deployed to GitHub Pages (see deploy.yml). The content is then accessible via the https://tutorials.autodesk.io domain.

Contributing

Please refer to CONTRIBUTING.md for additional information around authoring new content.

Troubleshooting

Submit your question via APS Support Form.

License

This code is licensed under the terms of the MIT License. Please see the LICENSE file for more details.