Restructured guides (#5555)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-03 17:13:37 +08:00
committed by GitHub
parent 131f272e69
commit b67697b6f2
14 changed files with 44 additions and 27 deletions

View File

@ -205,9 +205,9 @@ pip install ragflow-sdk==0.13.0
#### Added documents
- [Acquire a RAGFlow API key](https://ragflow.io/docs/dev/acquire_ragflow_api_key)
- [HTTP API Reference](https://ragflow.io/docs/dev/http_api_reference)
- [Python API Reference](https://ragflow.io/docs/dev/python_api_reference)
- [Acquire a RAGFlow API key](./develop/acquire_ragflow_api_key.md)
- [HTTP API Reference](./references/http_api_reference.md)
- [Python API Reference](./references/python_api_reference.md)
## v0.12.0
@ -315,7 +315,7 @@ Released on May 31, 2024.
:::danger IMPORTANT
While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM.
If you are on an ARM platform, follow [this guide](https://ragflow.io/docs/dev/build_docker_image) to build a RAGFlow Docker image.
If you are on an ARM platform, follow [this guide](./develop/build_docker_image) to build a RAGFlow Docker image.
:::
### Related APIs