feat:docs - #1461
Merged
Merged
Conversation
…ead links (apache#1366) Remove the slash from the URL.  --------- Co-authored-by: liyang <liyang@selectdb.com>
Co-authored-by: liyang <liyang@selectdb.com>
Signed-off-by: zenghua <441651826@qq.com> Co-authored-by: wudi <wudi@selectdb.com> Co-authored-by: xzj7019 <xiongzhongjian@selectdb.com> Co-authored-by: Pxl <pxl290@qq.com> Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com> Co-authored-by: wangbo <wangbo@apache.org> Co-authored-by: smiletan <intelligentfu@163.com> Co-authored-by: Kaijie Chen <ckj@apache.org> Co-authored-by: zhangstar333 <2561612514@qq.com> Co-authored-by: KassieZ <139741991+KassieZ@users.noreply.github.com> Co-authored-by: wangtianyi2004 <376612600@qq.com> Co-authored-by: Mingxi <71588583+joker-star-l@users.noreply.github.com> Co-authored-by: Ruffian Jiang <jiangyj0516@outlook.com> Co-authored-by: zclllhhjj <zhaochangle@selectdb.com> Co-authored-by: 小可耐 <46134044+sdhzwc@users.noreply.github.com> Co-authored-by: Ceng <441651826@qq.com> Co-authored-by: lihangyu <15605149486@163.com> Co-authored-by: zhangstar333 <zhangsida@selectdb.com> Co-authored-by: hui lai <1353307710@qq.com> Co-authored-by: liyang <liyang@selectdb.com> Co-authored-by: Jeffrey <color.dove@gmail.com> Co-authored-by: catpineapple <1391869588@qq.com> Co-authored-by: walter <w41ter.l@gmail.com> Co-authored-by: Xujian Duan <50550370+DarvenDuan@users.noreply.github.com> Co-authored-by: Vallish Pai <vallishpai@gmail.com> Co-authored-by: LiBinfeng <1204975323@qq.com>
### Summary 1. Upgrade the docusaurus framework: 2.4.1->3.6.3 and upgrade related libraries and plugins. 2. Fix some problems caused by framework upgrade. --------- Co-authored-by: smiletan <intelligentfu@163.com> Co-authored-by: KassieZ <139741991+KassieZ@users.noreply.github.com> Co-authored-by: Jeffrey <color.dove@gmail.com> Co-authored-by: liyang <liyang@selectdb.com>
 Co-authored-by: liyang <liyang@selectdb.com>
current:  Co-authored-by: liyang <liyang@selectdb.com>
- fix search error - fix warning
Co-authored-by: liyang <liyang@selectdb.com>
Co-authored-by: liyang <liyang@selectdb.com>
Co-authored-by: liyang <liyang@selectdb.com>
Co-authored-by: liyang <liyang@selectdb.com>
1. Fixed some issues with the search box. 2. Some style optimizations. --------- Co-authored-by: liyang <liyang@selectdb.com>
yang1666204
temporarily deployed
to
Production
December 5, 2024 14:46 — with
GitHub Actions
Inactive
echo-hhj
pushed a commit
to echo-hhj/doris-website
that referenced
this pull request
Jan 6, 2025
Signed-off-by: zenghua <441651826@qq.com> Co-authored-by: liyang <liyang@selectdb.com> Co-authored-by: Jeffrey <color.dove@gmail.com> Co-authored-by: wudi <wudi@selectdb.com> Co-authored-by: xzj7019 <xiongzhongjian@selectdb.com> Co-authored-by: Pxl <pxl290@qq.com> Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com> Co-authored-by: wangbo <wangbo@apache.org> Co-authored-by: smiletan <intelligentfu@163.com> Co-authored-by: Kaijie Chen <ckj@apache.org> Co-authored-by: zhangstar333 <2561612514@qq.com> Co-authored-by: KassieZ <139741991+KassieZ@users.noreply.github.com> Co-authored-by: wangtianyi2004 <376612600@qq.com> Co-authored-by: Mingxi <71588583+joker-star-l@users.noreply.github.com> Co-authored-by: Ruffian Jiang <jiangyj0516@outlook.com> Co-authored-by: zclllhhjj <zhaochangle@selectdb.com> Co-authored-by: 小可耐 <46134044+sdhzwc@users.noreply.github.com> Co-authored-by: Ceng <441651826@qq.com> Co-authored-by: lihangyu <15605149486@163.com> Co-authored-by: zhangstar333 <zhangsida@selectdb.com> Co-authored-by: hui lai <1353307710@qq.com> Co-authored-by: catpineapple <1391869588@qq.com> Co-authored-by: walter <w41ter.l@gmail.com> Co-authored-by: Xujian Duan <50550370+DarvenDuan@users.noreply.github.com> Co-authored-by: Vallish Pai <vallishpai@gmail.com> Co-authored-by: LiBinfeng <1204975323@qq.com>
5 tasks
morningman
added a commit
that referenced
this pull request
Aug 6, 2026
… /vendors pages (#4040) ## What Three standalone pages have no inbound link anywhere on the site. `/learning` lost its footer entry back in #1461; `/archive-docs` and `/vendors` lost theirs in the new-homepage refactor (#3660). Their content has gone stale as well — `/learning` links to pre-4.x doc slugs that no longer exist, and `/archive-docs` still calls 3.0 the "latest version". | Page | Action | Redirect | | --- | --- | --- | | `/learning` | page removed | → `/course` | | `/archive-docs` | page removed | none (404) | | `/vendors` | source parked, route removed | → `/` | Details: - **`/learning`** — removed along with its 10 exclusive sitemap icons. Doris 101 is now the entry point for newcomers. - **`/archive-docs`** — removed, together with its exclusive `pdf.svg`, the unused `ARCHIVE_PATH` constant and 17 orphaned `archive.*` zh-CN translation keys. The v2.0 PDF it linked stays reachable from the download page. - **`/vendors`** — source parked at `src/pages/_vendors` (underscore = not routed) so the content is preserved, while the route redirects to the homepage. `plugin-client-redirects` drops any redirect that would override a live route, so the page has to leave the route table for the redirect to apply. - **`src/pages/_download`** — removed. Underscore-prefixed, so it was never built; it was the last importer of `src/components/More` and `src/components/PageColumn`, which are now unreferenced (left in place for a follow-up). `createRedirects()` previously normalized the site root to an empty string, which meant no redirect could ever target the homepage. It now keeps `/`. ## Testing Production-shaped build (`--locale en --locale zh-CN`): | From | EN | ZH | | --- | --- | --- | | `/learning` | → `/course/` | → `/zh-CN/course/` | | `/vendors` | → `/` | → `/zh-CN/` | `/archive-docs`, `/_vendors` and `/_download` produce no route; `/`, `/course`, `/download`, `/events`, `/why-doris/users` and `/profile-analysis` all still build. No remaining route or broken-link warning references any of the removed pages. ## Versions - [x] dev ## Languages - [x] Chinese - [x] English ## Docs Checklist - [x] Checked by AI - [x] Updated required version and language counterparts, or explained why not
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.