Skip to content

Commit 2d0d5d9

Browse files
committed
Standardize on .md extension with MDX processing for all markdown files
Configure Docusaurus to treat all .md files as MDX (format: 'mdx'). This simplifies reviewing since all files use the same .md extension which renders nicely in GitLab/GitHub previews. Changes: 1. Set markdown.format: 'mdx' in docusaurus.config.js 2. Renamed all 68 .mdx files to .md (blog + docs + pages) 3. Fixed MDX parsing issues in 6 files by escaping angle brackets: - how-many-tuples-can-be-inserted-in-a-page.md: <= to &lt;= - how-to-use-openai-apis-in-postgres.md: <100k to &lt;100k - from-pgss-to-explain--how-to-find-query-examples.md: <16 to &lt;16 - how-to-decide-if-query-too-slow.md: <100ms to &lt;100ms - uuid-v7-and-partitioning-timescaledb.md: <-> to &lt;-&gt; - database-lab-engine-components.md: wrap placeholders in backticks Build tested locally - passes successfully.
1 parent 778e845 commit 2d0d5d9

75 files changed

Lines changed: 23 additions & 23 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

blog/20210831-postgresql-subtransactions-considered-harmful.mdx renamed to blog/20210831-postgresql-subtransactions-considered-harmful.md

blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries.mdx renamed to blog/20210923-zero-downtime-postgres-schema-migrations-lock-timeout-and-retries.md

blog/20211029-how-partial-and-covering-indexes-affect-update-performance-in-postgresql.mdx renamed to blog/20211029-how-partial-and-covering-indexes-affect-update-performance-in-postgresql.md

blog/20211103-three-cases-against-if-not-exists-and-if-exists-in-postgresql-ddl.mdx renamed to blog/20211103-three-cases-against-if-not-exists-and-if-exists-in-postgresql-ddl.md

0 commit comments

Comments
 (0)