From 32b1a9e1752d7d99f96511b8a4daa4591991b047 Mon Sep 17 00:00:00 2001 From: Liudmila Mantrova Date: Mon, 5 Feb 2024 15:48:12 +0100 Subject: [PATCH] Improve page layout --- index.md | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/index.md b/index.md index 11302df..d447792 100644 --- a/index.md +++ b/index.md @@ -7,30 +7,21 @@ I have created this page to showcase my writing style. As a technical writer at Postgres Professional, I created documentation for several PostgreSQL-based products, which included both enhanced flavors of vanilla PostgreSQL and various extensions or utilities. -The sections below provide several samples of this work. +This section lists some examples of this work: -### Reference - -[pg_integrity_check utility](docs/pg_integrity_check.pdf) - -### Task - -This instruction was created as part of the Installation guide for Postgres Pro Standard. - -[Configuring multiple Postgres Pro instances on Windows](docs/postgres_install_win.md) - -### Concept - -This is a description of the jsonpath data type introduced in PostgreSQL for querying JSON data. -The original patch submitted to PostgreSQL is available in the -[official PostgreSQL repository](https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=72b6460336e86ad5cafd3426af6013c7d8457367). - -[jsonpath type](docs/jsonpath_type.md) +- A task topic created as part of the Intallation guide for Postgres Pro Standard: + [Configuring multiple Postgres Pro instances on Windows](docs/postgres_install_win.md) +- A concept topic that describes the jsonpath data type introduced in PostgreSQL for querying JSON data: + [jsonpath type](docs/jsonpath_type.md) + The original patch submitted to PostgreSQL is available in the + [official PostgreSQL repository](https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=72b6460336e86ad5cafd3426af6013c7d8457367). +- A reference topic that describes a utility for checksum validation: + [pg_integrity_check utility](docs/pg_integrity_check.pdf) ## Intel documentation -The projects that I supported at Intel Corporation were quite diverse, but mostly -dealt with performance analysis. I include a couple of old snapshots to complete the picture. +The projects that I supported at Intel Corporation were quite diverse but mostly +dealt with performance analysis. I include a couple of old snapshots to complete the picture: - [Profiling OpenGL/OpenGL ES* frames with Graphics Frame Analyzer](docs/workflow_sample.pdf) - [Data fitting functions](docs/function_reference_sample.pdf)