Skip to content

Commit 0c1ae88

Browse files
committed
Improve documentation layout
1 parent c917611 commit 0c1ae88

38 files changed

Lines changed: 152 additions & 277 deletions

docs/9.0/connections/bom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: BOM sequence detection and addition
4+
description: BOM Handling made straightforward when processing a CSV file
45
---
56

67
# BOM sequences

docs/9.0/connections/controls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Csv character controls
4+
description: Setting and Getting CSV document character controls to allow CSV document parsing
45
---
56

67
# CSV character controls

docs/9.0/connections/filters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Controlling PHP Stream Filters
4+
description: Attaching and using PHP Stream Filter to improve CSV document parsing and writing
45
---
56

67
# Stream Filters

docs/9.0/connections/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: CSV documents configurations
4+
description: The different ways to access CSV documents
45
---
56

67
# Overview

docs/9.0/connections/instantiation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Loading CSV documents
4+
description: The different ways the package allow to load and interact with CSV documents
45
---
56

67
# Document loading

docs/9.0/connections/output.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: CSV document output
4+
description: Printing, Storing or downloading CSV document once they have been loaded by the package
45
---
56

67
# CSV document output

docs/9.0/converter/charset.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Converting Csv records character encoding
4+
description: The CharsetConverter class converts your CSV records using PHP's mbstring extension
45
---
56

67
# Charset conversion

docs/9.0/converter/html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Converting a CSV into an HTML table
4+
description: The HTMLConverter class converts a CSV records collection into an HTML Table using PHP's DOM extension capabilities
45
---
56

67
# HTML conversion

docs/9.0/converter/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Records conversion in popular formats
4+
description: Conversion mechanism supported by the package
45
---
56

67
# Records conversion

docs/9.0/converter/json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Converting a collection into a JSON
4+
description: The JsonConverter class converts and store CSV records collection into a JSON or a JSON-Lines structure in a memory efficient way
45
---
56

67
# JSON conversion

0 commit comments

Comments
 (0)