From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84C61C433FE for ; Wed, 5 Oct 2022 05:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229703AbiJEFON (ORCPT ); Wed, 5 Oct 2022 01:14:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbiJEFOK (ORCPT ); Wed, 5 Oct 2022 01:14:10 -0400 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D0605F65; Tue, 4 Oct 2022 22:14:09 -0700 (PDT) Date: Wed, 5 Oct 2022 13:13:50 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1664946847; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=UYSsNCGDyBNr//V5DcrgDWn8j6jpwzzv0/Roq6dRt+E=; b=Cj+7cAAIOSCc/WeYgbk9jAiFaZ5wl4BzpMMjcWnRiHgpfJEIkjwjwyl4ov3lDHVTTDHj1N jU1SlzQZBmRa7Jz1fFjTsRhC788NqooJ2QzOyrkHyhS8OejDp5gvwZQnRUz6CfFWGAf3x3 PbzNE0Py+y3tq4M8k5WNF02IXkP1Tjs= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Alex Shi , Yanteng Si Cc: Jonathan Corbet , chenhuacai@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] docs/zh_CN: Rewrite the zh_CN/index.rst Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Follow Jonathan's steps[1], rewrite the entry point of kernel's Chinese translation documentation. Thanks, [1]: https://lore.kernel.org/linux-doc/20220927160559.97154-1-corbet@lwn.net/T Wu XiangCheng (4): docs/zh_CN: promote the title of zh_CN/process/index.rst docs/zh_CN: add zh_CN/arch.rst docs/zh_CN: Rewrite the Chinsese translation front page docs/zh_CN: add a man-pages link to zh_CN/index.rst Documentation/translations/zh_CN/arch.rst | 30 ++++ Documentation/translations/zh_CN/index.rst | 169 ++++++------------ .../translations/zh_CN/process/index.rst | 1 + 3 files changed, 83 insertions(+), 117 deletions(-) create mode 100644 Documentation/translations/zh_CN/arch.rst base-commit: 05fff6ba04eef8b88bb94734b66731bef3d8d34b -- 2.30.2 -- Wu XiangCheng 0x32684A40BCA7AEA7