Update microsite

This commit is contained in:
Eike Kettner
2020-03-28 16:35:28 +01:00
parent 4429c0a490
commit e331808ecf
38 changed files with 100 additions and 71 deletions

View File

@ -1,19 +1,23 @@
---
layout: docs
title: ADRs
permalink: dev/adr
---
# ADR
- [0001 Components](adr/0001_components)
- [0002 Component Interaction](adr/0002_component_interaction)
- [0003 Encryption](adr/0003_encryption)
- [0004 ISO8601 vs Unix](adr/0004_iso8601vsEpoch)
- [0005 Job Executor](adr/0005_job-executor)
- [0006 More File Types](adr/0006_more-file-types)
- [0007 Convert HTML](adr/0007_convert_html_files)
- [0008 Convert Text](adr/0008_convert_plain_text)
- [0009 Convert Office Files](adr/0009_convert_office_docs)
- [0010 Convert Image Files](adr/0010_convert_image_files)
- [0011 Extract Text](adr/0011_extract_text)
- [0012 Periodic Tasks](adr/0012_periodic_tasks)
Some early information about certain details can be found in a few
[ADR](https://adr.github.io/) that exist:
- [0001 Components](0001_components)
- [0002 Component Interaction](0002_component_interaction)
- [0003 Encryption](0003_encryption)
- [0004 ISO8601 vs Unix](0004_iso8601vsEpoch)
- [0005 Job Executor](0005_job-executor)
- [0006 More File Types](0006_more-file-types)
- [0007 Convert HTML](0007_convert_html_files)
- [0008 Convert Text](0008_convert_plain_text)
- [0009 Convert Office Files](0009_convert_office_docs)
- [0010 Convert Image Files](0010_convert_image_files)
- [0011 Extract Text](0011_extract_text)
- [0012 Periodic Tasks](0012_periodic_tasks)

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Use Markdown Architectural Decision Records
permalink: dev/adr/0000
---
# Use Markdown Architectural Decision Records

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Components
permalink: dev/adr/0001_components
---
# Components

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Component Interaction
permalink: dev/adr/0002_component_interaction
---
# Component Interaction

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Encryption
permalink: dev/adr/0003_encryption
---
# Encryption

View File

@ -1,6 +1,7 @@
---
layout: docs
title: ISO8601 vs Millis
permalink: dev/adr/0004_iso8601vsEpoch
---
# ISO8601 vs Millis as Date-Time transfer

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Joex - Job Executor
permalink: dev/adr/0005_job-executor
---
# Job Executor

View File

@ -1,6 +1,7 @@
---
layout: docs
title: More File Types
permalink: dev/adr/0006_more-file-types
---
# More File Types

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Convert HTML Files
permalink: dev/adr/0007_convert_html_files
---
# {{ page.title }}

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Convert Text Files
permalink: dev/adr/0008_convert_plain_text
---
# {{ page.title }}

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Convert Office Documents
permalink: dev/adr/0009_convert_office_docs
---
# {{ page.title }}

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Convert Image Files
permalink: dev/adr/0010_convert_image_files
---
# {{ page.title }}

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Extract Text from Files
permalink: dev/adr/0011_extract_text
---
# Extract Text from Files

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Periodic Tasks
permalink: dev/adr/0012_periodic_tasks
---
# Periodic Tasks

View File

@ -1,6 +1,7 @@
---
layout: docs
title: Archive Files
permalink: dev/adr/0013_archive_files
---
# {{ page.title }}