Skip to content

Commit 78404c8

Browse files
authored
Merge pull request #5 from alchemy-fr/DOC-1_try
Doc 1 try
2 parents 8110ed2 + 2f1270c commit 78404c8

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

databox/api/_preGeneratedDoc/Attributes/initial_attribute_values.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: 'Initial Attribute Values'
3-
comment: 'Generated by the DocumentationDumperCommand, do not modify'
4-
---
5-
61
## 1: Check of integration "metadata-read"
72
Extracting the `ExifTool:ExifToolVersion` metadata allows to ensure that the metadata-read. integration is functional. The metadata `ExifTool:ExifToolVersion` in always returned by exiftool.
83
### Attribute(s) definition(s) ...

databox/api/_preGeneratedDoc/Renditions/rendition_factory.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
title: 'Rendition Factory'
3-
comment: 'Generated by the DocumentationDumperCommand, do not modify'
4-
---
5-
61
## `imagine` transformer module
72
Transform an image with some filter.
83
```yaml

doc/tech/Attributes.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
import MyMarkdown from '../../databox-api-php/doc/Attributes/initial_attribute_values.md'
1+
import MyMarkdown from '../_databox-api-php/doc/Attributes/initial_attribute_values.md';
2+
---
3+
title: 'Attribute Initial Values'
4+
---
25

3-
This page is imported from the `databox-api-php` image
6+
# Attributes initial values
7+
8+
The following is imported from the `databox-api-php` image:
49

510
<MyMarkdown />

doc/tech/Renditions.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
import MyMarkdown from '../../databox-api-php/doc/Renditions/rendition_factory.md'
1+
import MyMarkdown from '../_databox-api-php/doc/Renditions/rendition_factory.md';
2+
---
3+
title: 'Rendition Factory'
4+
---
25

3-
This page is imported from the `databox-api-php` image
6+
# Renditions
7+
8+
The following is imported from the `databox-api-php` image:
49

510
<MyMarkdown />

doc/user/wip.fr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
La documentation utilisateur est WIP
2+
3+
4+
**Cette phrase** vient de la branch DOC-1_try (4)

doc/user/wip.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
The user documentation is WIP
2+
3+
4+
**This phrase** comes from branch DOC-1_try (4)

0 commit comments

Comments
 (0)