Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov committed Oct 2, 2024
1 parent 0bd8ed7 commit 1fefcd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ preprocessors:
- j2
aliases:
...
includes_map: true
```
`cache_dir`
Expand Down Expand Up @@ -79,6 +80,11 @@ Default `true`.

Note that in the second example the default revision (`develop`) will be overridden with the custom one (`master`).

`includes_map`
: Enables generation of the `includes_map.json` file containing information about files inserted using the includes preprocessor.

From this file, third-party services can receive information about the presence of inclusions in files, for example, to check links using a linter.

## Usage

The preprocessor allows two syntax variants for include statements.
Expand Down
7 changes: 6 additions & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://img.shields.io/pypi/v/foliantcontrib.includes.svg)](https://pypi.org/project/foliantcontrib.includes/) [![](https://img.shields.io/github/v/tag/foliant-docs/foliantcontrib.includes.svg?label=GitHub)](https://github.com/foliant-docs/foliantcontrib.includes)
[![](https://img.shields.io/pypi/v/foliantcontrib.includes.svg)](https://pypi.org/project/foliantcontrib.includes/) [![](https://img.shields.io/github/v/tag/foliant-docs/foliantcontrib.includes.svg?label=GitHub)](https://github.com/foliant-docs/foliantcontrib.includes) [![Tests](https://github.com/foliant-docs/foliantcontrib.includes/actions/workflows/python-test.yml/badge.svg)](https://github.com/foliant-docs/foliantcontrib.includes/actions/workflows/python-test.yml)

# Препроцессор Includes для Foliant

Expand Down Expand Up @@ -34,6 +34,7 @@ preprocessors:
- j2
aliases:
...
includes_map: true
```
`cache_dir`
Expand Down Expand Up @@ -64,6 +65,10 @@ preprocessors:
`aliases`
: Сопоставление псевдонимов с URL-адресами репозитория Git. После определения этого параметра псевдоним может использоваться для ссылки на репозиторий вместо его полного URL-адреса.

`includes_map`
: Включает генерацию файла `includes_map.json`, содержащего информацию о файлах, вставленных с помощью препроцессора includes.
Из этого файла сторонние сервисы могут получать информацию о наличии текста вставленного в файл с помощью препроцессора, например, для проверки ссылок с помощью линтера.

>**Внимание!**
>
> Псевдонимы доступны только в рамках устаревшего синтаксиса инструкций include (см. ниже)
Expand Down

0 comments on commit 1fefcd2

Please sign in to comment.