You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,3 +106,19 @@ This repository includes Claude Code skills in `.claude/skills/` that provide wr
101
106
-**Update navigation.** If you add a new page, add it to the English section of `docs.json`.
102
107
-**Test locally.** Run `mintlify dev` to verify your changes render correctly before opening a PR.
103
108
-**No secrets.** Never commit API keys, credentials, or `.env` files.
109
+
110
+
---
111
+
112
+
## Viewing Previous Versions
113
+
114
+
Our published documentation site only hosts the latest version of Dify. To view docs for an earlier release, check out the matching `release/*` branch and preview it locally with the Mintlify CLI.
git checkout release/1.14 # replace with the version you want
120
+
npm i -g mintlify
121
+
mintlify dev
122
+
```
123
+
124
+
This serves the historical docs at `http://localhost:3000`. See the [branches list](https://github.com/langgenius/dify-docs/branches/all?query=release) for available `release/*` versions.
0 commit comments