---
order: 10
title: Table of Contents (TOC)
group: Features
toc: false
---

# Table of Contents

The TOC component of this theme is well adapted for both mobile and desktop use, allowing users to quickly navigate page content on different devices.

Users can disable the TOC by configuring `toc: false`, making it convenient for them to customize their experience according to their needs.

```markdown
---
toc: false
---
```

When customizing the theme, users can utilize the TOC component provided by the theme package to achieve a more personalized TOC style. Specific usage instructions can be found in the theme package documentation.

For more information about the TOC component, please refer to the detailed documentation on [TOC component](/components/toc).
