mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* docs: jupyter support for website docs, move config docs * update devcontainer dockerfile, fix CI issues * update bsed on working directory * update TLDR * install into temp * remove unrelated change from diff * fix spelling issue * Update sidebars.js
27 lines
314 B
Plaintext
27 lines
314 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
package-lock.json
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
docs/reference
|
|
|
|
docs/llm_endpoint_configuration.mdx
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
/.quarto/
|