TOC 4 gitea
This commit is contained in:
parent
02fb0293c6
commit
f349112ecf
16
content/posts/2025/gitea/toc.md
Normal file
16
content/posts/2025/gitea/toc.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: "📑 Gitea: Добавить TOC в README файл"
|
||||||
|
date: 2025-02-11T00:41:16+03:00
|
||||||
|
draft: false
|
||||||
|
tags: [tips, gitea]
|
||||||
|
---
|
||||||
|
|
||||||
|
Чтобы добавить автоматическое содержание в `README` файл,
|
||||||
|
нужно всего-то добавить пару строк. Я это несколько лет гуглил.
|
||||||
|
|
||||||
|
```text
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user