b330133bca | ||
---|---|---|
.. | ||
blog | ||
docs | ||
i18n/ja | ||
plugins | ||
src | ||
static | ||
.gitignore | ||
README.md | ||
babel.config.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
sidebars.js | ||
yarn.lock |
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.