mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 00:18:12 +08:00
Docs: Refactored documentation (#13340)
### What problem does this PR solve? Refactored documentation. ### Type of change - [x] Documentation Update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user