mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2024-08-29 01:18:33 +03:00
* docs(docs): start implementing docs website * update video url * add autogenerated codebase docs for backend * precommit * update links * fix config and video * gh actions * rename * workdirs * path * path * fix doc1 * redo markdown * docs * change main folder name * simplify readme * add back architecture * Fix lint errors * lint * update poetry lock --------- Co-authored-by: Jim Su <jimsu@protonmail.com>
15 lines
304 B
YAML
15 lines
304 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [.]
|
|
processors:
|
|
- type: filter
|
|
skip_empty_modules: true
|
|
- type: smart
|
|
- type: crossref
|
|
renderer:
|
|
type: docusaurus
|
|
docs_base_path: docs/modules
|
|
relative_output_path: python
|
|
relative_sidebar_path: sidebar.json
|
|
sidebar_top_level_label: Backend
|