Project Tree: /Users/grey/Desktop/class/cloudmesh-ai/cloudmesh-ai.github.io[94m[0m
============================================================[94m[0m
├── .github
│ └── workflows
│ └── publish.yml
├── .gitignore
├── Makefile
├── _quarto.yml
├── _site
│ ├── docs
│ │ ├── commands
│ │ │ ├── index.html
│ │ │ └── shell.html
│ │ ├── manual
│ │ │ ├── structure.html
│ │ │ └── versions.html
│ │ └── repos
│ │ ├── cloudmesh-ai-common.html
│ │ ├── cloudmesh-ai-git.html
│ │ ├── cloudmesh-ai-multipass.html
│ │ └── cloudmesh-ai-shell.html
│ ├── index.html
│ ├── search.json
│ └── site_libs
│ ├── bootstrap
│ │ ├── bootstrap-763170507901135a2a0113b53e723e43.min.css
│ │ ├── bootstrap-dark-1210bbd7b8c859d7286f13542c93556b.min.css
│ │ ├── bootstrap-icons.css
│ │ ├── bootstrap-icons.woff
│ │ └── bootstrap.min.js
│ ├── clipboard
│ │ └── clipboard.min.js
│ ├── quarto-html
│ │ ├── anchor.min.js
│ │ ├── popper.min.js
│ │ ├── quarto-syntax-highlighting-46f66b053e56abd73bb6e954d61a315b.css
│ │ ├── quarto-syntax-highlighting-dark-22b4aaf4c2978829df3684e8f2c068db.css
│ │ ├── quarto.js
│ │ ├── tabsets
│ │ │ └── tabsets.js
│ │ ├── tippy.css
│ │ └── tippy.umd.min.js
│ ├── quarto-nav
│ │ ├── headroom.min.js
│ │ └── quarto-nav.js
│ └── quarto-search
│ ├── autocomplete.umd.js
│ ├── fuse.min.js
│ └── quarto-search.js
├── bin
│ └── make_www.py
├── docs
│ ├── commands
│ │ ├── index.qmd
│ │ └── shell.qmd
│ ├── manual
│ │ ├── structure.qmd
│ │ └── versions.qmd
│ └── repos
│ ├── cloudmesh-ai-common.qmd
│ ├── cloudmesh-ai-git.qmd
│ ├── cloudmesh-ai-multipass.qmd
│ └── cloudmesh-ai-shell.qmd
└── index.qmd