chuongmep / aps-tutorials-website

APS Tutorials: Docusaurus project for the APS Tutorials Website.

Home Page:https://aps.autodesk.com/tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

APS Tutorials: Docusaurus project for the APS Tutorials Website.

https://aps.autodesk.com/tutorials

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 23.2%Language:Procfile 0.2%