mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-07 08:11:58 +00:00

* Preparing content for MDX v3 * upgrade dcusarus to v3 * upgrade to v3 * merge main to branch * space * change node version to 18 * merge main * change setup-node version * bug fix: added escape when needed * added escape characters in docstrings * upgraded docusaurus to 3.0.1 * polishing * restored commented out link * rename file * removed backtick * Add support for MD files in Docusaurus * Add support for MD files in Docusaurus * Add support for MD files in Docusaurus * polishing * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * merge with main and build scripts added --------- Co-authored-by: Davor Runje <davor@airt.ai> Co-authored-by: Shaokun Zhang <shaokunzhang529@gmail.com> Co-authored-by: Victor Dibia <victordibia@microsoft.com>
17 lines
360 B
YAML
17 lines
360 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [../autogen/]
|
|
processors:
|
|
- type: filter
|
|
skip_empty_modules: true
|
|
- type: smart
|
|
- type: crossref
|
|
renderer:
|
|
type: docusaurus
|
|
docs_base_path: docs
|
|
relative_output_path: reference
|
|
relative_sidebar_path: sidebar.json
|
|
sidebar_top_level_label: Reference
|
|
markdown:
|
|
escape_html_in_docstring: true
|