This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit cfaa3201b6270b901dbb344cd2fe1f4bab019f21 Author: Zoi <[email protected]> AuthorDate: Thu Feb 8 14:46:12 2024 +0100 guide on adding new operators --- docs/guide/api-documentation.md | 2 +- docs/guide/optimizer.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/api-documentation.md b/docs/guide/api-documentation.md index a687c999..0fbd2cab 100644 --- a/docs/guide/api-documentation.md +++ b/docs/guide/api-documentation.md @@ -21,7 +21,7 @@ id: api-documentation limitations under the License. --> -# API Documentation (WIP)) +# API Documentation (WIP) This section provides detailed documentation of the APIs provided by Apache Wayang. diff --git a/docs/guide/optimizer.md b/docs/guide/optimizer.md index 423c3f6d..59fc5793 100644 --- a/docs/guide/optimizer.md +++ b/docs/guide/optimizer.md @@ -1,6 +1,6 @@ --- -title: Data processing optimzer -sidebar_position: 6 +title: Data processing optimizer +sidebar_position: 8 id: optimizer --- <!--
