This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
commit 11a404a7d627a15371a93681b4f513f2d6170458 Author: Justin Mclean <[email protected]> AuthorDate: Wed Jul 17 13:17:47 2024 +1000 remove table of contents as it is generated --- src/pages/contrib.mdx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/pages/contrib.mdx b/src/pages/contrib.mdx index ed39bc0..482941a 100644 --- a/src/pages/contrib.mdx +++ b/src/pages/contrib.mdx @@ -2,16 +2,6 @@ Welcome! We appreciate your interest in contributing to Apache Gravitino. This page provides guidelines and information on how to contribute to Gravitino. Please take a moment to read through this document before getting started. By contributing to this project, you agree to abide by the guidelines outlined below. -## Table of Contents - -- [Getting Started](#getting-started) -- [How to Contribute](#how-to-contribute) -- [Code Contribution Guidelines](#code-contribution-guidelines) -- [Bug Reports and Feature Requests](#bug-reports-and-feature-requests) -- [Community Guidelines](#community-guidelines) -- [Contact](#contact) -- [License](#license) - ## Getting Started To get started with Gravitino, follow these steps:
