From 40319444cfe5be057c3c76cc5a2e7d0d22f5baca Mon Sep 17 00:00:00 2001 From: hrittijab Date: Fri, 30 Jan 2026 16:32:01 -0700 Subject: [PATCH 1/5] Add missing ASF license headers to website docs --- website/docs/download.md | 17 +++++++++++++++++ website/docs/introduce.md | 18 ++++++++++++++++++ website/docs/migration/from-fastexcel.md | 17 +++++++++++++++++ website/docs/quickstart/example.md | 17 +++++++++++++++++ website/docs/quickstart/guide.md | 17 +++++++++++++++++ website/docs/sheet/fill/fill.md | 17 +++++++++++++++++ website/docs/sheet/help/annotation.md | 17 +++++++++++++++++ website/docs/sheet/help/core-class.md | 17 +++++++++++++++++ website/docs/sheet/help/faq.md | 17 +++++++++++++++++ website/docs/sheet/help/large-data.md | 17 +++++++++++++++++ website/docs/sheet/help/parameter.md | 17 +++++++++++++++++ website/docs/sheet/read/converter.md | 17 +++++++++++++++++ website/docs/sheet/read/csv.md | 17 +++++++++++++++++ website/docs/sheet/read/exception.md | 17 +++++++++++++++++ website/docs/sheet/read/extra.md | 17 +++++++++++++++++ website/docs/sheet/read/head.md | 17 +++++++++++++++++ website/docs/sheet/read/num-rows.md | 17 +++++++++++++++++ website/docs/sheet/read/pojo.md | 17 +++++++++++++++++ website/docs/sheet/read/sheet.md | 17 +++++++++++++++++ website/docs/sheet/read/simple.md | 17 +++++++++++++++++ website/docs/sheet/read/spring.md | 17 +++++++++++++++++ website/docs/sheet/write/csv.md | 17 +++++++++++++++++ website/docs/sheet/write/format.md | 17 +++++++++++++++++ website/docs/sheet/write/head.md | 17 +++++++++++++++++ website/docs/sheet/write/image.md | 18 ++++++++++++++++++ website/docs/sheet/write/pojo.md | 17 +++++++++++++++++ website/docs/sheet/write/sheet.md | 17 +++++++++++++++++ website/docs/sheet/write/simple.md | 17 +++++++++++++++++ website/docs/sheet/write/spring.md | 17 +++++++++++++++++ website/docs/sheet/write/style.md | 17 +++++++++++++++++ 30 files changed, 512 insertions(+) diff --git a/website/docs/download.md b/website/docs/download.md index 96a8b6a18..c5151b6bf 100644 --- a/website/docs/download.md +++ b/website/docs/download.md @@ -1,3 +1,20 @@ + + --- id: 'download' title: 'Download' diff --git a/website/docs/introduce.md b/website/docs/introduce.md index 92e5f39ae..dde078062 100644 --- a/website/docs/introduce.md +++ b/website/docs/introduce.md @@ -1,3 +1,21 @@ + + + --- id: 'introduce' title: 'Introduction' diff --git a/website/docs/migration/from-fastexcel.md b/website/docs/migration/from-fastexcel.md index 17b01c42c..5d8379f7e 100644 --- a/website/docs/migration/from-fastexcel.md +++ b/website/docs/migration/from-fastexcel.md @@ -1,3 +1,20 @@ + + --- sidebar_position: 1 title: From FastExcel diff --git a/website/docs/quickstart/example.md b/website/docs/quickstart/example.md index 171ef7640..9fc2c1756 100644 --- a/website/docs/quickstart/example.md +++ b/website/docs/quickstart/example.md @@ -1,3 +1,20 @@ + + --- id: 'simple-example' title: 'Simple example' diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md index 2671e331d..17a24be35 100644 --- a/website/docs/quickstart/guide.md +++ b/website/docs/quickstart/guide.md @@ -1,3 +1,20 @@ + + --- id: 'guide' title: 'Guide' diff --git a/website/docs/sheet/fill/fill.md b/website/docs/sheet/fill/fill.md index a5f2ef14f..3213eb55c 100644 --- a/website/docs/sheet/fill/fill.md +++ b/website/docs/sheet/fill/fill.md @@ -1,3 +1,20 @@ + + --- id: 'fill' title: 'Fill' diff --git a/website/docs/sheet/help/annotation.md b/website/docs/sheet/help/annotation.md index c6164d605..e62d850f2 100644 --- a/website/docs/sheet/help/annotation.md +++ b/website/docs/sheet/help/annotation.md @@ -1,3 +1,20 @@ + + --- id: 'annotation' title: 'Annotation' diff --git a/website/docs/sheet/help/core-class.md b/website/docs/sheet/help/core-class.md index d58a13f37..2aa7ed42a 100644 --- a/website/docs/sheet/help/core-class.md +++ b/website/docs/sheet/help/core-class.md @@ -1,3 +1,20 @@ + + --- id: 'core-class' title: 'Core Class' diff --git a/website/docs/sheet/help/faq.md b/website/docs/sheet/help/faq.md index 55f63be25..5f2513fef 100644 --- a/website/docs/sheet/help/faq.md +++ b/website/docs/sheet/help/faq.md @@ -1,3 +1,20 @@ + + --- id: 'faq' title: 'FAQ' diff --git a/website/docs/sheet/help/large-data.md b/website/docs/sheet/help/large-data.md index f66d85dc7..97d34944e 100644 --- a/website/docs/sheet/help/large-data.md +++ b/website/docs/sheet/help/large-data.md @@ -1,3 +1,20 @@ + + --- id: 'large-data' title: 'Large Data' diff --git a/website/docs/sheet/help/parameter.md b/website/docs/sheet/help/parameter.md index 63ee82083..35c694cc9 100644 --- a/website/docs/sheet/help/parameter.md +++ b/website/docs/sheet/help/parameter.md @@ -1,3 +1,20 @@ + + --- id: 'parameter' title: 'Parameter' diff --git a/website/docs/sheet/read/converter.md b/website/docs/sheet/read/converter.md index e8eaed518..4a0184664 100644 --- a/website/docs/sheet/read/converter.md +++ b/website/docs/sheet/read/converter.md @@ -1,3 +1,20 @@ + + --- id: 'converter' title: 'Converter' diff --git a/website/docs/sheet/read/csv.md b/website/docs/sheet/read/csv.md index a0663f6f6..e34085a6e 100644 --- a/website/docs/sheet/read/csv.md +++ b/website/docs/sheet/read/csv.md @@ -1,3 +1,20 @@ + + --- id: 'csv' title: 'CSV' diff --git a/website/docs/sheet/read/exception.md b/website/docs/sheet/read/exception.md index 98b75e8ca..7d4188dc7 100644 --- a/website/docs/sheet/read/exception.md +++ b/website/docs/sheet/read/exception.md @@ -1,3 +1,20 @@ + + --- id: 'exception' title: 'Exception' diff --git a/website/docs/sheet/read/extra.md b/website/docs/sheet/read/extra.md index 3e467815d..da997e9f5 100644 --- a/website/docs/sheet/read/extra.md +++ b/website/docs/sheet/read/extra.md @@ -1,3 +1,20 @@ + + --- id: 'extra' title: 'Extra' diff --git a/website/docs/sheet/read/head.md b/website/docs/sheet/read/head.md index 418e4ceba..07f663aa5 100644 --- a/website/docs/sheet/read/head.md +++ b/website/docs/sheet/read/head.md @@ -1,3 +1,20 @@ + + --- id: 'head' title: 'Head' diff --git a/website/docs/sheet/read/num-rows.md b/website/docs/sheet/read/num-rows.md index d77d3cc5e..30c4963c0 100644 --- a/website/docs/sheet/read/num-rows.md +++ b/website/docs/sheet/read/num-rows.md @@ -1,3 +1,20 @@ + + --- id: 'num-rows' title: 'Rows' diff --git a/website/docs/sheet/read/pojo.md b/website/docs/sheet/read/pojo.md index 75cb62da4..caeab61e1 100644 --- a/website/docs/sheet/read/pojo.md +++ b/website/docs/sheet/read/pojo.md @@ -1,3 +1,20 @@ + + --- id: 'pojo' title: 'POJO' diff --git a/website/docs/sheet/read/sheet.md b/website/docs/sheet/read/sheet.md index f553eab3d..b21c7378e 100644 --- a/website/docs/sheet/read/sheet.md +++ b/website/docs/sheet/read/sheet.md @@ -1,3 +1,20 @@ + + --- id: 'sheet' title: 'Sheet' diff --git a/website/docs/sheet/read/simple.md b/website/docs/sheet/read/simple.md index 1458e756c..30e55acd3 100644 --- a/website/docs/sheet/read/simple.md +++ b/website/docs/sheet/read/simple.md @@ -1,3 +1,20 @@ + + --- id: 'simple' title: 'Simple' diff --git a/website/docs/sheet/read/spring.md b/website/docs/sheet/read/spring.md index f1c4d5a46..82c726908 100644 --- a/website/docs/sheet/read/spring.md +++ b/website/docs/sheet/read/spring.md @@ -1,3 +1,20 @@ + + --- id: 'spring' title: 'Spring' diff --git a/website/docs/sheet/write/csv.md b/website/docs/sheet/write/csv.md index 4ecf0a2f9..8a137b2a9 100644 --- a/website/docs/sheet/write/csv.md +++ b/website/docs/sheet/write/csv.md @@ -1,3 +1,20 @@ + + --- id: 'csv' title: 'CSV' diff --git a/website/docs/sheet/write/format.md b/website/docs/sheet/write/format.md index 4eb045210..987737d1b 100644 --- a/website/docs/sheet/write/format.md +++ b/website/docs/sheet/write/format.md @@ -1,3 +1,20 @@ + + --- id: 'format' title: 'Format' diff --git a/website/docs/sheet/write/head.md b/website/docs/sheet/write/head.md index a19cea093..fc76bc91f 100644 --- a/website/docs/sheet/write/head.md +++ b/website/docs/sheet/write/head.md @@ -1,3 +1,20 @@ + + --- id: 'head' title: 'Head' diff --git a/website/docs/sheet/write/image.md b/website/docs/sheet/write/image.md index 6e40bd0f9..0cad56e3c 100644 --- a/website/docs/sheet/write/image.md +++ b/website/docs/sheet/write/image.md @@ -1,3 +1,21 @@ + + + --- id: 'image' title: 'Image' diff --git a/website/docs/sheet/write/pojo.md b/website/docs/sheet/write/pojo.md index 841b2a1e5..796b4f4d1 100644 --- a/website/docs/sheet/write/pojo.md +++ b/website/docs/sheet/write/pojo.md @@ -1,3 +1,20 @@ + + --- id: 'pojo' title: 'POJO' diff --git a/website/docs/sheet/write/sheet.md b/website/docs/sheet/write/sheet.md index 72c55e379..67558844c 100644 --- a/website/docs/sheet/write/sheet.md +++ b/website/docs/sheet/write/sheet.md @@ -1,3 +1,20 @@ + + --- id: 'sheet' title: 'Sheet' diff --git a/website/docs/sheet/write/simple.md b/website/docs/sheet/write/simple.md index 5e80fad20..c8424f2d3 100644 --- a/website/docs/sheet/write/simple.md +++ b/website/docs/sheet/write/simple.md @@ -1,3 +1,20 @@ + + --- id: 'simple' title: 'Simple' diff --git a/website/docs/sheet/write/spring.md b/website/docs/sheet/write/spring.md index 3f5097354..19aae3b30 100644 --- a/website/docs/sheet/write/spring.md +++ b/website/docs/sheet/write/spring.md @@ -1,3 +1,20 @@ + + --- id: 'spring' title: 'Spring' diff --git a/website/docs/sheet/write/style.md b/website/docs/sheet/write/style.md index 8a4c1c5e7..424a02fb5 100644 --- a/website/docs/sheet/write/style.md +++ b/website/docs/sheet/write/style.md @@ -1,3 +1,20 @@ + + --- id: 'style' title: 'Style' From 69bd9880e9fcef85d26ee8f50c9a40f631dcf382 Mon Sep 17 00:00:00 2001 From: hrittijab Date: Sat, 31 Jan 2026 05:24:16 -0700 Subject: [PATCH 2/5] Add ASF license headers to website docs and adjust markdownlint rules Related: #840 --- website/.markdownlint-cli2.jsonc | 4 +++- website/docs/download.md | 12 +++++++----- website/docs/introduce.md | 13 +++++++------ website/docs/migration/from-fastexcel.md | 14 +++++++------- website/docs/quickstart/example.md | 12 +++++++----- website/docs/quickstart/guide.md | 12 +++++++----- website/docs/sheet/fill/fill.md | 11 ++++++----- website/docs/sheet/help/annotation.md | 11 ++++++----- website/docs/sheet/help/core-class.md | 11 ++++++----- website/docs/sheet/help/faq.md | 11 ++++++----- website/docs/sheet/help/large-data.md | 11 ++++++----- website/docs/sheet/help/parameter.md | 11 ++++++----- website/docs/sheet/read/converter.md | 11 ++++++----- website/docs/sheet/read/csv.md | 11 ++++++----- website/docs/sheet/read/exception.md | 11 ++++++----- website/docs/sheet/read/extra.md | 11 ++++++----- website/docs/sheet/read/head.md | 11 ++++++----- website/docs/sheet/read/num-rows.md | 11 ++++++----- website/docs/sheet/read/pojo.md | 11 ++++++----- website/docs/sheet/read/sheet.md | 11 ++++++----- website/docs/sheet/read/simple.md | 11 ++++++----- website/docs/sheet/read/spring.md | 11 ++++++----- website/docs/sheet/write/csv.md | 11 ++++++----- website/docs/sheet/write/extra.md | 17 +++++++++++++++++ website/docs/sheet/write/format.md | 11 ++++++----- website/docs/sheet/write/head.md | 11 ++++++----- website/docs/sheet/write/image.md | 10 +++++----- website/docs/sheet/write/pojo.md | 11 ++++++----- website/docs/sheet/write/sheet.md | 11 ++++++----- website/docs/sheet/write/simple.md | 11 ++++++----- website/docs/sheet/write/spring.md | 11 ++++++----- website/docs/sheet/write/style.md | 11 ++++++----- 32 files changed, 204 insertions(+), 154 deletions(-) diff --git a/website/.markdownlint-cli2.jsonc b/website/.markdownlint-cli2.jsonc index 2f2131016..6632a6f0f 100644 --- a/website/.markdownlint-cli2.jsonc +++ b/website/.markdownlint-cli2.jsonc @@ -3,7 +3,9 @@ "config": { "default": true, "MD001": true, - "MD003": true, + "MD003": false, + "MD022": false, + "MD041": false, "MD013": { "line_length": 600, "code_blocks": false, diff --git a/website/docs/download.md b/website/docs/download.md index c5151b6bf..c41de83d6 100644 --- a/website/docs/download.md +++ b/website/docs/download.md @@ -1,3 +1,10 @@ + +--- + +id: 'download' +title: 'Download' +--- + ---- -id: 'download' -title: 'Download' ---- - Here is the Apache Fesod (Incubating) official download page. Apache Fesod provides source releases that can be downloaded from the ASF distribution site. Binary artifacts are available through Maven Central. diff --git a/website/docs/introduce.md b/website/docs/introduce.md index dde078062..241b4e5a6 100644 --- a/website/docs/introduce.md +++ b/website/docs/introduce.md @@ -1,4 +1,11 @@ +--- + +id: 'introduce' +title: 'Introduction' +slug: / +--- + ---- -id: 'introduce' -title: 'Introduction' -slug: / ---- - # Apache Fesod (Incubating) ## Introduction diff --git a/website/docs/migration/from-fastexcel.md b/website/docs/migration/from-fastexcel.md index 5d8379f7e..b0c58657f 100644 --- a/website/docs/migration/from-fastexcel.md +++ b/website/docs/migration/from-fastexcel.md @@ -1,3 +1,10 @@ +--- +sidebar_position: 1 +title: From FastExcel +description: Complete migration guide for transitioning from cn.idev FastExcel to Apache Fesod (Incubating) +keywords: [fesod, migration, fastexcel, apache, excel, upgrade] +--- + ---- -sidebar_position: 1 -title: From FastExcel -description: Complete migration guide for transitioning from cn.idev FastExcel to Apache Fesod (Incubating) -keywords: [fesod, migration, fastexcel, apache, excel, upgrade] ---- - # Migration Guide: FastExcel to Apache Fesod (Incubating) ## Overview diff --git a/website/docs/quickstart/example.md b/website/docs/quickstart/example.md index 9fc2c1756..d7d581453 100644 --- a/website/docs/quickstart/example.md +++ b/website/docs/quickstart/example.md @@ -1,3 +1,10 @@ + +--- + +id: 'simple-example' +title: 'Simple example' +--- + ---- -id: 'simple-example' -title: 'Simple example' ---- - ## Fesod Sheet Examples ### Read the spreadsheet diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md index 17a24be35..0b1fa791e 100644 --- a/website/docs/quickstart/guide.md +++ b/website/docs/quickstart/guide.md @@ -1,3 +1,10 @@ + +--- + +id: 'guide' +title: 'Guide' +--- + ---- -id: 'guide' -title: 'Guide' ---- - # Installation ## Compatibility Information diff --git a/website/docs/sheet/fill/fill.md b/website/docs/sheet/fill/fill.md index 3213eb55c..7909f0aa3 100644 --- a/website/docs/sheet/fill/fill.md +++ b/website/docs/sheet/fill/fill.md @@ -1,3 +1,9 @@ +--- + +id: 'fill' +title: 'Fill' +--- + ---- -id: 'fill' -title: 'Fill' ---- - # Fill This section explains how to use Fesod to fill data into files. diff --git a/website/docs/sheet/help/annotation.md b/website/docs/sheet/help/annotation.md index e62d850f2..d571630e1 100644 --- a/website/docs/sheet/help/annotation.md +++ b/website/docs/sheet/help/annotation.md @@ -1,3 +1,9 @@ +--- + +id: 'annotation' +title: 'Annotation' +--- + ---- -id: 'annotation' -title: 'Annotation' ---- - # Annotation This section describes how to read annotations provided in the project. diff --git a/website/docs/sheet/help/core-class.md b/website/docs/sheet/help/core-class.md index 2aa7ed42a..48388be65 100644 --- a/website/docs/sheet/help/core-class.md +++ b/website/docs/sheet/help/core-class.md @@ -1,3 +1,9 @@ +--- + +id: 'core-class' +title: 'Core Class' +--- + ---- -id: 'core-class' -title: 'Core Class' ---- - # Core Classes This section introduces the core classes in the project. diff --git a/website/docs/sheet/help/faq.md b/website/docs/sheet/help/faq.md index 5f2513fef..9a134f358 100644 --- a/website/docs/sheet/help/faq.md +++ b/website/docs/sheet/help/faq.md @@ -1,3 +1,9 @@ +--- + +id: 'faq' +title: 'FAQ' +--- + ---- -id: 'faq' -title: 'FAQ' ---- - # FAQ This section describes common issues that may arise when using this project. diff --git a/website/docs/sheet/help/large-data.md b/website/docs/sheet/help/large-data.md index 97d34944e..71ffc4482 100644 --- a/website/docs/sheet/help/large-data.md +++ b/website/docs/sheet/help/large-data.md @@ -1,3 +1,9 @@ +--- + +id: 'large-data' +title: 'Large Data' +--- + ---- -id: 'large-data' -title: 'Large Data' ---- - # Big Data Files ## Reading diff --git a/website/docs/sheet/help/parameter.md b/website/docs/sheet/help/parameter.md index 35c694cc9..1691758c2 100644 --- a/website/docs/sheet/help/parameter.md +++ b/website/docs/sheet/help/parameter.md @@ -1,3 +1,9 @@ +--- + +id: 'parameter' +title: 'Parameter' +--- + ---- -id: 'parameter' -title: 'Parameter' ---- - # Parameter This section introduces the parameters used in the project. diff --git a/website/docs/sheet/read/converter.md b/website/docs/sheet/read/converter.md index 4a0184664..35ae94d4b 100644 --- a/website/docs/sheet/read/converter.md +++ b/website/docs/sheet/read/converter.md @@ -1,3 +1,9 @@ +--- + +id: 'converter' +title: 'Converter' +--- + ---- -id: 'converter' -title: 'Converter' ---- - # Format Conversion Fesod supports date, number, and custom format conversions. diff --git a/website/docs/sheet/read/csv.md b/website/docs/sheet/read/csv.md index e34085a6e..903a1e490 100644 --- a/website/docs/sheet/read/csv.md +++ b/website/docs/sheet/read/csv.md @@ -1,3 +1,9 @@ +--- + +id: 'csv' +title: 'CSV' +--- + ---- -id: 'csv' -title: 'CSV' ---- - # Reading CSV Files This chapter introduces how to use Fesod to read custom CSV files. diff --git a/website/docs/sheet/read/exception.md b/website/docs/sheet/read/exception.md index 7d4188dc7..37819722c 100644 --- a/website/docs/sheet/read/exception.md +++ b/website/docs/sheet/read/exception.md @@ -1,3 +1,9 @@ +--- + +id: 'exception' +title: 'Exception' +--- + ---- -id: 'exception' -title: 'Exception' ---- - # Exception Handling This chapter introduces how to handle exceptions. diff --git a/website/docs/sheet/read/extra.md b/website/docs/sheet/read/extra.md index da997e9f5..25adab933 100644 --- a/website/docs/sheet/read/extra.md +++ b/website/docs/sheet/read/extra.md @@ -1,3 +1,9 @@ +--- + +id: 'extra' +title: 'Extra' +--- + ---- -id: 'extra' -title: 'Extra' ---- - # Extra Information This chapter introduces how to read extra information such as comments, hyperlinks, merged cells, etc. diff --git a/website/docs/sheet/read/head.md b/website/docs/sheet/read/head.md index 07f663aa5..302e48c34 100644 --- a/website/docs/sheet/read/head.md +++ b/website/docs/sheet/read/head.md @@ -1,3 +1,9 @@ +--- + +id: 'head' +title: 'Head' +--- + ---- -id: 'head' -title: 'Head' ---- - # Headers This chapter introduces how to read header data from the spreadsheet files. diff --git a/website/docs/sheet/read/num-rows.md b/website/docs/sheet/read/num-rows.md index 30c4963c0..20077f7f0 100644 --- a/website/docs/sheet/read/num-rows.md +++ b/website/docs/sheet/read/num-rows.md @@ -1,3 +1,9 @@ +--- + +id: 'num-rows' +title: 'Rows' +--- + ---- -id: 'num-rows' -title: 'Rows' ---- - # Reading Rows This chapter introduces how to read a specified number of rows. diff --git a/website/docs/sheet/read/pojo.md b/website/docs/sheet/read/pojo.md index caeab61e1..8579dcf8c 100644 --- a/website/docs/sheet/read/pojo.md +++ b/website/docs/sheet/read/pojo.md @@ -1,3 +1,9 @@ +--- + +id: 'pojo' +title: 'POJO' +--- + ---- -id: 'pojo' -title: 'POJO' ---- - # POJO This chapter introduces how to read data by configuring POJO classes. diff --git a/website/docs/sheet/read/sheet.md b/website/docs/sheet/read/sheet.md index b21c7378e..ed56ff0e9 100644 --- a/website/docs/sheet/read/sheet.md +++ b/website/docs/sheet/read/sheet.md @@ -1,3 +1,9 @@ +--- + +id: 'sheet' +title: 'Sheet' +--- + ---- -id: 'sheet' -title: 'Sheet' ---- - # Sheet This chapter introduces how to configure Sheets to read data. diff --git a/website/docs/sheet/read/simple.md b/website/docs/sheet/read/simple.md index 30e55acd3..bf105c59c 100644 --- a/website/docs/sheet/read/simple.md +++ b/website/docs/sheet/read/simple.md @@ -1,3 +1,9 @@ +--- + +id: 'simple' +title: 'Simple' +--- + ---- -id: 'simple' -title: 'Simple' ---- - # Simple Reading This chapter introduces how to use this project to perform simple spreadsheet reading operations. diff --git a/website/docs/sheet/read/spring.md b/website/docs/sheet/read/spring.md index 82c726908..883c317a2 100644 --- a/website/docs/sheet/read/spring.md +++ b/website/docs/sheet/read/spring.md @@ -1,3 +1,9 @@ +--- + +id: 'spring' +title: 'Spring' +--- + ---- -id: 'spring' -title: 'Spring' ---- - # Spring Integration Guide This chapter introduces how to integrate and use Fesod in the Spring framework to handle spreadsheet files uploaded by diff --git a/website/docs/sheet/write/csv.md b/website/docs/sheet/write/csv.md index 8a137b2a9..bab3fc396 100644 --- a/website/docs/sheet/write/csv.md +++ b/website/docs/sheet/write/csv.md @@ -1,3 +1,9 @@ +--- + +id: 'csv' +title: 'CSV' +--- + ---- -id: 'csv' -title: 'CSV' ---- - # Writing CSV Files This chapter introduces how to use Fesod to write custom CSV files. diff --git a/website/docs/sheet/write/extra.md b/website/docs/sheet/write/extra.md index a3ee9756e..0a4759d4c 100644 --- a/website/docs/sheet/write/extra.md +++ b/website/docs/sheet/write/extra.md @@ -3,6 +3,23 @@ id: 'extra' title: 'Extra' --- + + # Extra Information This chapter introduces how to write extra information such as comments, hyperlinks, formulas, merged cells, etc. diff --git a/website/docs/sheet/write/format.md b/website/docs/sheet/write/format.md index 987737d1b..50a25196d 100644 --- a/website/docs/sheet/write/format.md +++ b/website/docs/sheet/write/format.md @@ -1,3 +1,9 @@ +--- + +id: 'format' +title: 'Format' +--- + ---- -id: 'format' -title: 'Format' ---- - # Formatting This chapter introduces data formatting when writing data. diff --git a/website/docs/sheet/write/head.md b/website/docs/sheet/write/head.md index fc76bc91f..c458e7b2b 100644 --- a/website/docs/sheet/write/head.md +++ b/website/docs/sheet/write/head.md @@ -1,3 +1,9 @@ +--- + +id: 'head' +title: 'Head' +--- + ---- -id: 'head' -title: 'Head' ---- - # Headers This chapter introduces how to write header data in spreadsheet. diff --git a/website/docs/sheet/write/image.md b/website/docs/sheet/write/image.md index 0cad56e3c..063b517e8 100644 --- a/website/docs/sheet/write/image.md +++ b/website/docs/sheet/write/image.md @@ -1,3 +1,8 @@ +--- + +id: 'image' +title: 'Image' +--- ---- -id: 'image' -title: 'Image' ---- - # Images This chapter introduces how to export files containing images. diff --git a/website/docs/sheet/write/pojo.md b/website/docs/sheet/write/pojo.md index 796b4f4d1..fd2877a7c 100644 --- a/website/docs/sheet/write/pojo.md +++ b/website/docs/sheet/write/pojo.md @@ -1,3 +1,9 @@ +--- + +id: 'pojo' +title: 'POJO' +--- + ---- -id: 'pojo' -title: 'POJO' ---- - # POJO This chapter introduces how to write data by configuring POJO classes. diff --git a/website/docs/sheet/write/sheet.md b/website/docs/sheet/write/sheet.md index 67558844c..47ab52339 100644 --- a/website/docs/sheet/write/sheet.md +++ b/website/docs/sheet/write/sheet.md @@ -1,3 +1,9 @@ +--- + +id: 'sheet' +title: 'Sheet' +--- + ---- -id: 'sheet' -title: 'Sheet' ---- - # Sheet This chapter introduces how to configure Sheets to write data. diff --git a/website/docs/sheet/write/simple.md b/website/docs/sheet/write/simple.md index c8424f2d3..24943090e 100644 --- a/website/docs/sheet/write/simple.md +++ b/website/docs/sheet/write/simple.md @@ -1,3 +1,9 @@ +--- + +id: 'simple' +title: 'Simple' +--- + ---- -id: 'simple' -title: 'Simple' ---- - # Simple Writing This chapter introduces how to use Fesod to perform simple spreadsheet writing operations. diff --git a/website/docs/sheet/write/spring.md b/website/docs/sheet/write/spring.md index 19aae3b30..dde031935 100644 --- a/website/docs/sheet/write/spring.md +++ b/website/docs/sheet/write/spring.md @@ -1,3 +1,9 @@ +--- + +id: 'spring' +title: 'Spring' +--- + ---- -id: 'spring' -title: 'Spring' ---- - # Spring Integration Guide This chapter introduces how to integrate and use Fesod in the Spring framework to generate spreadsheet files. diff --git a/website/docs/sheet/write/style.md b/website/docs/sheet/write/style.md index 424a02fb5..984f3acaa 100644 --- a/website/docs/sheet/write/style.md +++ b/website/docs/sheet/write/style.md @@ -1,3 +1,9 @@ +--- + +id: 'style' +title: 'Style' +--- + ---- -id: 'style' -title: 'Style' ---- - # Style This chapter introduces style settings when writing data. From 035aff8fafbfbbae3f1172921f296196f0568743 Mon Sep 17 00:00:00 2001 From: hrittijab Date: Tue, 3 Feb 2026 00:14:57 -0700 Subject: [PATCH 3/5] Fix sidebar configuration and update docs - Fixed sidebar doc ID references to match actual filenames - Updated Chinese translation frontmatter IDs - Updated documentation files --- website/docs/download.md | 2 -- website/docs/introduce.md | 2 -- website/docs/quickstart/example.md | 2 -- website/docs/quickstart/guide.md | 2 -- website/docs/sheet/fill/fill.md | 1 - website/docs/sheet/help/annotation.md | 1 - website/docs/sheet/help/core-class.md | 1 - website/docs/sheet/help/faq.md | 1 - website/docs/sheet/help/large-data.md | 1 - website/docs/sheet/help/parameter.md | 1 - website/docs/sheet/read/converter.md | 1 - website/docs/sheet/read/csv.md | 1 - website/docs/sheet/read/exception.md | 1 - website/docs/sheet/read/extra.md | 1 - website/docs/sheet/read/head.md | 1 - website/docs/sheet/read/num-rows.md | 1 - website/docs/sheet/read/pojo.md | 1 - website/docs/sheet/read/sheet.md | 1 - website/docs/sheet/read/simple.md | 1 - website/docs/sheet/read/spring.md | 1 - website/docs/sheet/write/csv.md | 1 - website/docs/sheet/write/format.md | 1 - website/docs/sheet/write/head.md | 1 - website/docs/sheet/write/image.md | 1 - website/docs/sheet/write/pojo.md | 1 - website/docs/sheet/write/sheet.md | 1 - website/docs/sheet/write/simple.md | 1 - website/docs/sheet/write/spring.md | 1 - website/docs/sheet/write/style.md | 1 - .../current/committer/onboarding.md | 2 +- .../current/index.md | 2 +- .../current/pmc/onboarding.md | 2 +- website/sidebarsCommunity.js | 6 +++--- 33 files changed, 6 insertions(+), 39 deletions(-) diff --git a/website/docs/download.md b/website/docs/download.md index c41de83d6..e830b09bd 100644 --- a/website/docs/download.md +++ b/website/docs/download.md @@ -1,6 +1,4 @@ - --- - id: 'download' title: 'Download' --- diff --git a/website/docs/introduce.md b/website/docs/introduce.md index 241b4e5a6..9b824ee39 100644 --- a/website/docs/introduce.md +++ b/website/docs/introduce.md @@ -1,6 +1,4 @@ - --- - id: 'introduce' title: 'Introduction' slug: / diff --git a/website/docs/quickstart/example.md b/website/docs/quickstart/example.md index d7d581453..cd1166321 100644 --- a/website/docs/quickstart/example.md +++ b/website/docs/quickstart/example.md @@ -1,6 +1,4 @@ - --- - id: 'simple-example' title: 'Simple example' --- diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md index 0b1fa791e..8db6ce846 100644 --- a/website/docs/quickstart/guide.md +++ b/website/docs/quickstart/guide.md @@ -1,6 +1,4 @@ - --- - id: 'guide' title: 'Guide' --- diff --git a/website/docs/sheet/fill/fill.md b/website/docs/sheet/fill/fill.md index 7909f0aa3..c0f85bb66 100644 --- a/website/docs/sheet/fill/fill.md +++ b/website/docs/sheet/fill/fill.md @@ -1,5 +1,4 @@ --- - id: 'fill' title: 'Fill' --- diff --git a/website/docs/sheet/help/annotation.md b/website/docs/sheet/help/annotation.md index d571630e1..374511e0c 100644 --- a/website/docs/sheet/help/annotation.md +++ b/website/docs/sheet/help/annotation.md @@ -1,5 +1,4 @@ --- - id: 'annotation' title: 'Annotation' --- diff --git a/website/docs/sheet/help/core-class.md b/website/docs/sheet/help/core-class.md index 48388be65..8e163ed28 100644 --- a/website/docs/sheet/help/core-class.md +++ b/website/docs/sheet/help/core-class.md @@ -1,5 +1,4 @@ --- - id: 'core-class' title: 'Core Class' --- diff --git a/website/docs/sheet/help/faq.md b/website/docs/sheet/help/faq.md index 9a134f358..220e27f17 100644 --- a/website/docs/sheet/help/faq.md +++ b/website/docs/sheet/help/faq.md @@ -1,5 +1,4 @@ --- - id: 'faq' title: 'FAQ' --- diff --git a/website/docs/sheet/help/large-data.md b/website/docs/sheet/help/large-data.md index 71ffc4482..40f3957e2 100644 --- a/website/docs/sheet/help/large-data.md +++ b/website/docs/sheet/help/large-data.md @@ -1,5 +1,4 @@ --- - id: 'large-data' title: 'Large Data' --- diff --git a/website/docs/sheet/help/parameter.md b/website/docs/sheet/help/parameter.md index 1691758c2..bf5d5a643 100644 --- a/website/docs/sheet/help/parameter.md +++ b/website/docs/sheet/help/parameter.md @@ -1,5 +1,4 @@ --- - id: 'parameter' title: 'Parameter' --- diff --git a/website/docs/sheet/read/converter.md b/website/docs/sheet/read/converter.md index 35ae94d4b..242f73fcd 100644 --- a/website/docs/sheet/read/converter.md +++ b/website/docs/sheet/read/converter.md @@ -1,5 +1,4 @@ --- - id: 'converter' title: 'Converter' --- diff --git a/website/docs/sheet/read/csv.md b/website/docs/sheet/read/csv.md index 903a1e490..4849b5266 100644 --- a/website/docs/sheet/read/csv.md +++ b/website/docs/sheet/read/csv.md @@ -1,5 +1,4 @@ --- - id: 'csv' title: 'CSV' --- diff --git a/website/docs/sheet/read/exception.md b/website/docs/sheet/read/exception.md index 37819722c..f1124d978 100644 --- a/website/docs/sheet/read/exception.md +++ b/website/docs/sheet/read/exception.md @@ -1,5 +1,4 @@ --- - id: 'exception' title: 'Exception' --- diff --git a/website/docs/sheet/read/extra.md b/website/docs/sheet/read/extra.md index 25adab933..4bd6f63cb 100644 --- a/website/docs/sheet/read/extra.md +++ b/website/docs/sheet/read/extra.md @@ -1,5 +1,4 @@ --- - id: 'extra' title: 'Extra' --- diff --git a/website/docs/sheet/read/head.md b/website/docs/sheet/read/head.md index 302e48c34..712df5386 100644 --- a/website/docs/sheet/read/head.md +++ b/website/docs/sheet/read/head.md @@ -1,5 +1,4 @@ --- - id: 'head' title: 'Head' --- diff --git a/website/docs/sheet/read/num-rows.md b/website/docs/sheet/read/num-rows.md index 20077f7f0..c226c6502 100644 --- a/website/docs/sheet/read/num-rows.md +++ b/website/docs/sheet/read/num-rows.md @@ -1,5 +1,4 @@ --- - id: 'num-rows' title: 'Rows' --- diff --git a/website/docs/sheet/read/pojo.md b/website/docs/sheet/read/pojo.md index 8579dcf8c..644a6827c 100644 --- a/website/docs/sheet/read/pojo.md +++ b/website/docs/sheet/read/pojo.md @@ -1,5 +1,4 @@ --- - id: 'pojo' title: 'POJO' --- diff --git a/website/docs/sheet/read/sheet.md b/website/docs/sheet/read/sheet.md index ed56ff0e9..249f7b523 100644 --- a/website/docs/sheet/read/sheet.md +++ b/website/docs/sheet/read/sheet.md @@ -1,5 +1,4 @@ --- - id: 'sheet' title: 'Sheet' --- diff --git a/website/docs/sheet/read/simple.md b/website/docs/sheet/read/simple.md index bf105c59c..7e684b92e 100644 --- a/website/docs/sheet/read/simple.md +++ b/website/docs/sheet/read/simple.md @@ -1,5 +1,4 @@ --- - id: 'simple' title: 'Simple' --- diff --git a/website/docs/sheet/read/spring.md b/website/docs/sheet/read/spring.md index 883c317a2..772929dc9 100644 --- a/website/docs/sheet/read/spring.md +++ b/website/docs/sheet/read/spring.md @@ -1,5 +1,4 @@ --- - id: 'spring' title: 'Spring' --- diff --git a/website/docs/sheet/write/csv.md b/website/docs/sheet/write/csv.md index bab3fc396..6dee26251 100644 --- a/website/docs/sheet/write/csv.md +++ b/website/docs/sheet/write/csv.md @@ -1,5 +1,4 @@ --- - id: 'csv' title: 'CSV' --- diff --git a/website/docs/sheet/write/format.md b/website/docs/sheet/write/format.md index 50a25196d..e0548b1a4 100644 --- a/website/docs/sheet/write/format.md +++ b/website/docs/sheet/write/format.md @@ -1,5 +1,4 @@ --- - id: 'format' title: 'Format' --- diff --git a/website/docs/sheet/write/head.md b/website/docs/sheet/write/head.md index c458e7b2b..83a96ea57 100644 --- a/website/docs/sheet/write/head.md +++ b/website/docs/sheet/write/head.md @@ -1,5 +1,4 @@ --- - id: 'head' title: 'Head' --- diff --git a/website/docs/sheet/write/image.md b/website/docs/sheet/write/image.md index 063b517e8..c8c3b37ae 100644 --- a/website/docs/sheet/write/image.md +++ b/website/docs/sheet/write/image.md @@ -1,5 +1,4 @@ --- - id: 'image' title: 'Image' --- diff --git a/website/docs/sheet/write/pojo.md b/website/docs/sheet/write/pojo.md index fd2877a7c..0eb28f42c 100644 --- a/website/docs/sheet/write/pojo.md +++ b/website/docs/sheet/write/pojo.md @@ -1,5 +1,4 @@ --- - id: 'pojo' title: 'POJO' --- diff --git a/website/docs/sheet/write/sheet.md b/website/docs/sheet/write/sheet.md index 47ab52339..390efc8c4 100644 --- a/website/docs/sheet/write/sheet.md +++ b/website/docs/sheet/write/sheet.md @@ -1,5 +1,4 @@ --- - id: 'sheet' title: 'Sheet' --- diff --git a/website/docs/sheet/write/simple.md b/website/docs/sheet/write/simple.md index 24943090e..504ab304b 100644 --- a/website/docs/sheet/write/simple.md +++ b/website/docs/sheet/write/simple.md @@ -1,5 +1,4 @@ --- - id: 'simple' title: 'Simple' --- diff --git a/website/docs/sheet/write/spring.md b/website/docs/sheet/write/spring.md index dde031935..f489510da 100644 --- a/website/docs/sheet/write/spring.md +++ b/website/docs/sheet/write/spring.md @@ -1,5 +1,4 @@ --- - id: 'spring' title: 'Spring' --- diff --git a/website/docs/sheet/write/style.md b/website/docs/sheet/write/style.md index 984f3acaa..3b4a6de7d 100644 --- a/website/docs/sheet/write/style.md +++ b/website/docs/sheet/write/style.md @@ -1,5 +1,4 @@ --- - id: 'style' title: 'Style' --- diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md index ccdb7a433..5f181d081 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/committer/onboarding.md @@ -1,5 +1,5 @@ --- -id: 'committer-onboarding' +id: 'onboarding' title: 'Committer 须知' --- diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/index.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/index.md index cae7b6e9c..7feb398d4 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/index.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/index.md @@ -1,5 +1,5 @@ --- -id: 'community' +id: 'index' title: '加入社区' --- diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md index f7e22db4b..8cbd95ef3 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs-community/current/pmc/onboarding.md @@ -1,5 +1,5 @@ --- -id: 'pmc-onboarding' +id: 'onboarding' title: 'PPMC 成员须知' --- diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js index 7380f6411..713dc2017 100644 --- a/website/sidebarsCommunity.js +++ b/website/sidebarsCommunity.js @@ -20,7 +20,7 @@ const sidebarsCommunity = { community: [ { - id: "community", + id: "index", type: "doc", }, { @@ -52,7 +52,7 @@ const sidebarsCommunity = { items: [ 'committer/become-committer', 'committer/icla', - 'committer/committer-onboarding', + 'committer/onboarding', ] }, { @@ -60,7 +60,7 @@ const sidebarsCommunity = { label: 'PPMC Members', items: [ 'pmc/become-pmc-member', - 'pmc/pmc-onboarding', + 'pmc/onboarding', 'pmc/nominate-committer', ] }, From 0d697ce2b46e78a38e74f88ae12d93fff8026889 Mon Sep 17 00:00:00 2001 From: hrittijab Date: Tue, 3 Feb 2026 03:07:06 -0700 Subject: [PATCH 4/5] Fix English community doc IDs to match sidebar --- website/community/committer/onboarding.md | 20 +++++++++++++++++++- website/community/index.md | 20 +++++++++++++++++++- website/community/pmc/onboarding.md | 20 +++++++++++++++++++- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/website/community/committer/onboarding.md b/website/community/committer/onboarding.md index e270651a8..585b0be29 100644 --- a/website/community/committer/onboarding.md +++ b/website/community/committer/onboarding.md @@ -1,5 +1,23 @@ + + --- -id: 'committer-onboarding' + +id: 'onboarding' title: 'Onboarding' --- diff --git a/website/community/index.md b/website/community/index.md index c2d7f57cb..270bec5c1 100644 --- a/website/community/index.md +++ b/website/community/index.md @@ -1,5 +1,23 @@ + + --- -id: 'community' + +id: 'index' title: 'Join Community' --- diff --git a/website/community/pmc/onboarding.md b/website/community/pmc/onboarding.md index ef8e19745..fcf08ab77 100644 --- a/website/community/pmc/onboarding.md +++ b/website/community/pmc/onboarding.md @@ -1,5 +1,23 @@ + + --- -id: 'pmc-onboarding' + +id: 'onboarding' title: 'Onboarding' --- From 8f4104e3efcbac658621f00c87ce42f89c1421dd Mon Sep 17 00:00:00 2001 From: hrittijab Date: Thu, 12 Feb 2026 02:33:25 -0700 Subject: [PATCH 5/5] Fix MD003 and community files license header format --- website/.markdownlint-cli2.jsonc | 2 +- website/community/brand.md | 17 +++++++++++++++++ .../community/committer/become-committer.md | 17 +++++++++++++++++ website/community/committer/icla.md | 17 +++++++++++++++++ website/community/committer/onboarding.md | 11 +++++------ website/community/contribution.md | 17 +++++++++++++++++ .../contribution/code-review-guide.md | 17 +++++++++++++++++ .../community/contribution/commit-format.md | 17 +++++++++++++++++ .../community/contribution/contribute-code.md | 17 +++++++++++++++++ .../community/contribution/contribute-doc.md | 17 +++++++++++++++++ website/community/feedback.md | 17 +++++++++++++++++ website/community/index.md | 11 +++++------ website/community/maturity.md | 17 +++++++++++++++++ website/community/pmc/become-pmc-member.md | 17 +++++++++++++++++ website/community/pmc/nominate-committer.md | 17 +++++++++++++++++ website/community/pmc/onboarding.md | 11 +++++------ website/community/release/release-version.md | 17 +++++++++++++++++ website/community/release/verify-release.md | 18 ++++++++++++++++++ website/community/security.md | 17 +++++++++++++++++ 19 files changed, 272 insertions(+), 19 deletions(-) diff --git a/website/.markdownlint-cli2.jsonc b/website/.markdownlint-cli2.jsonc index 6632a6f0f..bdd571559 100644 --- a/website/.markdownlint-cli2.jsonc +++ b/website/.markdownlint-cli2.jsonc @@ -3,7 +3,7 @@ "config": { "default": true, "MD001": true, - "MD003": false, + "MD003": true, "MD022": false, "MD041": false, "MD013": { diff --git a/website/community/brand.md b/website/community/brand.md index c551e2f19..bcb3392ce 100644 --- a/website/community/brand.md +++ b/website/community/brand.md @@ -3,6 +3,23 @@ id: 'brand' title: 'Brand' --- + + ## Logo ![logo](/img/logo/fesod-logo-icon.svg) diff --git a/website/community/committer/become-committer.md b/website/community/committer/become-committer.md index e5e3ea6ee..d0be3d6e9 100644 --- a/website/community/committer/become-committer.md +++ b/website/community/committer/become-committer.md @@ -3,6 +3,23 @@ id: 'become-committer' title: 'Become A Committer' --- + + Anyone being supportive of the community and working in any of the CoPDoC areas can become an Apache Fesod (Incubating) committer. The CoPDoC is an acronym from ASF to describe how we recognize your contributions not only by code. - **(Co)mmunity** - You can join us via our mailing list, issue diff --git a/website/community/committer/icla.md b/website/community/committer/icla.md index ac853ea65..840e420c0 100644 --- a/website/community/committer/icla.md +++ b/website/community/committer/icla.md @@ -3,6 +3,23 @@ id: 'icla' title: 'Sign iCLA Guide' --- + + Apache CLA short for Apache Contributor License Agreement, the purpose of this agreement is to clearly define the terms under which intellectual property has been contributed to the ASF and thereby allow us to defend the project should there be a legal dispute regarding the software at some future time. A signed ICLA is required to be on file before an individual is given commit rights to any ASF project. The process of submitting iCLA are: diff --git a/website/community/committer/onboarding.md b/website/community/committer/onboarding.md index 585b0be29..6920d1e9e 100644 --- a/website/community/committer/onboarding.md +++ b/website/community/committer/onboarding.md @@ -1,3 +1,8 @@ +--- +id: 'onboarding' +title: 'Onboarding' +--- + ---- - -id: 'onboarding' -title: 'Onboarding' ---- - Upon receiving an invitation email from Apache Fesod (Incubating) PPMC, a new committer should consider whether accepting. If they decide in favor, they should select "Reply All" and express their decision. Please provide the reference content of this reply email: diff --git a/website/community/contribution.md b/website/community/contribution.md index 622ac7d7d..e2063ab5c 100644 --- a/website/community/contribution.md +++ b/website/community/contribution.md @@ -3,6 +3,23 @@ id: 'contribution' title: 'Contributor Guide' --- + + Welcome every user and developer in the community to become contributors. Whether it's reporting issues, improving documentation, submitting code, or providing technical support, your participation will help make it better. ## Contribution Directions diff --git a/website/community/contribution/code-review-guide.md b/website/community/contribution/code-review-guide.md index ce4e060d9..02212917c 100644 --- a/website/community/contribution/code-review-guide.md +++ b/website/community/contribution/code-review-guide.md @@ -3,6 +3,23 @@ id: 'code-review-guide' title: 'Code Review Guidelines' --- + + This guide is for all committers and contributors that want to help with reviewing code contributions. Thank you for your effort - good reviews are one of the most important and crucial parts of an open source project. This guide should help the community to make reviews such that: - Contributors have a good contribution experience. diff --git a/website/community/contribution/commit-format.md b/website/community/contribution/commit-format.md index 758331f3b..615bd3f3a 100644 --- a/website/community/contribution/commit-format.md +++ b/website/community/contribution/commit-format.md @@ -3,6 +3,23 @@ id: 'commit-format' title: 'Commit Format Specification' --- + + All improvements can be implemented through Pull Request (PR). Before submitting a Pull Request, please familiarise yourself with the following guidelines: ### Commit Rules diff --git a/website/community/contribution/contribute-code.md b/website/community/contribution/contribute-code.md index 4dc322e2d..9955a6186 100644 --- a/website/community/contribution/contribute-code.md +++ b/website/community/contribution/contribute-code.md @@ -3,6 +3,23 @@ id: 'contribute-code' title: 'Code Contribution' --- + + This section explains how to build project from source code and also describe how to contribute code. ## Workspace Preparation diff --git a/website/community/contribution/contribute-doc.md b/website/community/contribution/contribute-doc.md index f9172589c..baa37b1ff 100644 --- a/website/community/contribution/contribute-doc.md +++ b/website/community/contribution/contribute-doc.md @@ -3,6 +3,23 @@ id: 'contribute-doc' title: 'Docs Contribution' --- + + This document contribution guide primarily explains how to modify and contribute to the documents. The official website is built using [Docusaurus](https://docusaurus.io/), and the documentation is maintained in the [website](https://github.com/apache/fesod/tree/main/website) directory.Please note that whether it is for historical versions or the latest version of the docs, all modifications should be submitted as pull requests on the `apache/fesod` repository. diff --git a/website/community/feedback.md b/website/community/feedback.md index 404c68369..2becdfa78 100644 --- a/website/community/feedback.md +++ b/website/community/feedback.md @@ -3,6 +3,23 @@ id: 'feedback' title: 'Feedback' --- + + We appreciate all the feedback and suggestions you have. If you find any bugs during use, you can submit the issue through the [NEW ISSUE](https://github.com/apache/fesod/issues/new/choose) page. ## Before Submitting diff --git a/website/community/index.md b/website/community/index.md index 270bec5c1..b544fcc77 100644 --- a/website/community/index.md +++ b/website/community/index.md @@ -1,3 +1,8 @@ +--- +id: 'index' +title: 'Join Community' +--- + ---- - -id: 'index' -title: 'Join Community' ---- - Thank you very much for your interest in the Apache Fesod (Incubating). Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose. ## Initial contact diff --git a/website/community/maturity.md b/website/community/maturity.md index b5634a87f..5db1d7e69 100644 --- a/website/community/maturity.md +++ b/website/community/maturity.md @@ -3,6 +3,23 @@ id: 'maturity' title: 'Maturity' --- + + # Maturity The goals of this maturity model are to describe how Apache projects operate in a concise and high-level way, and to provide a basic framework that projects may choose to use to evaluate themselves. diff --git a/website/community/pmc/become-pmc-member.md b/website/community/pmc/become-pmc-member.md index bde8639ea..313f35259 100644 --- a/website/community/pmc/become-pmc-member.md +++ b/website/community/pmc/become-pmc-member.md @@ -3,6 +3,23 @@ id: 'become-pmc-member' title: 'Become A PPMC member' --- + + Anyone being supportive of the community and working in any of the CoPDoC areas can become an Apache Fesod (Incubating) PPMC member. The CoPDoC is an acronym from ASF to describe how we recognize your contributions not only by code. - **(Co)mmunity** - You can join us via our mailing list, issue trackers, discussions page to interact with community members, and share vision and knowledge diff --git a/website/community/pmc/nominate-committer.md b/website/community/pmc/nominate-committer.md index bd41f1ae9..7a26a8721 100644 --- a/website/community/pmc/nominate-committer.md +++ b/website/community/pmc/nominate-committer.md @@ -3,6 +3,23 @@ id: 'nominate-committer' title: 'Nominate Committer' --- + + This document mainly introduces how a PPMC member nominates a new committer. ## Template diff --git a/website/community/pmc/onboarding.md b/website/community/pmc/onboarding.md index fcf08ab77..a83974975 100644 --- a/website/community/pmc/onboarding.md +++ b/website/community/pmc/onboarding.md @@ -1,3 +1,8 @@ +--- +id: 'onboarding' +title: 'Onboarding' +--- + ---- - -id: 'onboarding' -title: 'Onboarding' ---- - This document primarily serves as a guide for new PPMC members to Apache Fesod (Incubating). Upon receiving an invitation email from Apache Fesod (Incubating) PPMC, a new PPMC member should consider whether accepting. diff --git a/website/community/release/release-version.md b/website/community/release/release-version.md index 3a5d33c4d..f3d685cce 100644 --- a/website/community/release/release-version.md +++ b/website/community/release/release-version.md @@ -3,6 +3,23 @@ id: 'release-version' title: 'How to Release' --- + + # 1. Preface ## 1.1 Apache Release Documentation diff --git a/website/community/release/verify-release.md b/website/community/release/verify-release.md index 13713919a..cd7c02fb3 100644 --- a/website/community/release/verify-release.md +++ b/website/community/release/verify-release.md @@ -2,6 +2,24 @@ id: 'verify-release' title: 'How to Verify Release' --- + + + For a detailed checklist, please refer to the official [Incubator Release Checklist](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist). ### 1. Download the Release Candidate diff --git a/website/community/security.md b/website/community/security.md index d1dde813c..82eabf675 100644 --- a/website/community/security.md +++ b/website/community/security.md @@ -3,6 +3,23 @@ id: 'security' title: 'Security' --- + + The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Likewise, Apache Fesod (Incubating) is also vigilant and takes security issues related to its features and functionality into the highest consideration. If you have any concerns regarding Apache Fesod (Incubating)’s security, or you discover a vulnerability or potential threat, please don’t hesitate to get in touch with the [Apache Security Team](http://www.apache.org/security/) by dropping an email at [security@apache.org](mailto:security@apache.org).