Docs: Refactored documentation (#13340)

### What problem does this PR solve?

Refactored documentation. 

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2026-03-03 17:48:48 +08:00
committed by GitHub
parent 48755a3352
commit f7c808383f
24 changed files with 41 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
slug: /release_notes
sidebar_custom_props: {
sidebarIcon: LucideClipboardPenLine
@@ -734,7 +734,7 @@ From this release onwards, **service_config.yaml.template** replaces **service_c
This approach eliminates the need to manually update **service_config.yaml** after making changes to **.env**, facilitating dynamic environment configurations.
:::danger IMPORTANT
Ensure that you [upgrade **both** your code **and** Docker image to this release](https://ragflow.io/docs/dev/upgrade_ragflow#upgrade-ragflow-to-the-most-recent-officially-published-release) before trying this new approach.
Ensure that you [upgrade **both** your code **and** Docker image to this release](./administrator/upgrade_ragflow.mdx#upgrade-ragflow-to-the-most-recent-officially-published-release) before trying this new approach.
:::
### API changes
@@ -812,13 +812,13 @@ The default Docker image edition is `nightly-slim`. The following list clarifies
- `nightly`: The full edition of the most recent tested Docker image.
- `v0.12.0`: The full edition of the most recent **officially released** Docker image.
See [Upgrade RAGFlow](https://ragflow.io/docs/dev/upgrade_ragflow) for instructions on upgrading.
See [Upgrade RAGFlow](./administrator/upgrade_ragflow.mdx) for instructions on upgrading.
### Documentation
#### Added documents
- [Upgrade RAGFlow](https://ragflow.io/docs/dev/upgrade_ragflow)
- [Upgrade RAGFlow](./administrator/upgrade_ragflow.mdx)
## v0.11.0