azureml-cheatsheets/website
fuhuifang b330133bca
Update year in ja/footer (#90)
2022-06-10 18:02:57 -07:00
..
blog add website 2020-11-11 10:00:55 -08:00
docs Update environment.md (#89) 2022-06-07 22:39:57 -07:00
i18n/ja Update year in ja/footer (#90) 2022-06-10 18:02:57 -07:00
plugins add appinsights logging back, now its fast 2020-11-13 15:49:50 -08:00
src First Japanese Translation PR (#74) 2021-07-13 12:46:33 -07:00
static custom view (#85) 2021-10-04 19:05:31 -07: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 First Japanese Translation PR (#74) 2021-07-13 12:46:33 -07:00
package-lock.json add contextualSearch and bump up version (#68) 2021-05-18 10:59:14 -07:00
package.json add contextualSearch and bump up version (#68) 2021-05-18 10:59:14 -07:00
sidebars.js Add troubleshooting page (#62) 2021-06-15 17:03:24 -07:00
yarn.lock update yarn.lock 2021-05-20 11:46:11 -07: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.