azureml-cheatsheets/website
amin saied 5df8021372
Update environment page (#46)
* refactor documentation

* polish

* minor tweaks

* add ACR example

* docker image with auth

* minor changes to env registration
2021-03-23 11:59:26 -07:00
..
blog add website 2020-11-11 10:00:55 -08:00
docs Update environment page (#46) 2021-03-23 11:59:26 -07:00
plugins add appinsights logging back, now its fast 2020-11-13 15:49:50 -08:00
src Clean up the UI (#25) 2021-01-29 11:28:34 -08:00
static add website 2020-11-11 10:00:55 -08:00
.gitignore add website 2020-11-11 10:00:55 -08:00
README.md Correct config file name. (#27) 2021-01-29 08:25:37 -08:00
babel.config.js add website 2020-11-11 10:00:55 -08:00
docusaurus.config.js Clean up the UI (#25) 2021-01-29 11:28:34 -08:00
package-lock.json fix 2020-11-11 10:51:21 -08:00
package.json add website 2020-11-11 10:00:55 -08:00
sidebars.js Clean up the UI (#25) 2021-01-29 11:28:34 -08:00
yarn.lock add website 2020-11-11 10:00:55 -08:00

README.md

Website

This is the source code for the website.

This website is built using Docusaurus 2, a modern static website generator.

Layout:

  • docs/: Contains the markdown files used to generate the webpage. Main sections are:
    • cheatsheet/
    • vs-code-snippets/
    • tempaltes/
  • docusaurus.config.js: Configuration file for the webpage generation. Controls the nav bar and some other global information (e.g. AppInsights logging is configured here)
  • sidebar.js: Modify the sidebars in the webpages

Typically you shouldn't need to modify any of the other files and folders.