From c21122078c117e6e2e627da43b10c989350ba908 Mon Sep 17 00:00:00 2001 From: John Jeong Date: Tue, 2 Dec 2025 16:10:52 +0900 Subject: [PATCH 1/2] docs(article): update series links and description in blog post --- apps/web/content/articles/using-ide-for-writing.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/web/content/articles/using-ide-for-writing.mdx b/apps/web/content/articles/using-ide-for-writing.mdx index f45ae8e982..fd71cdba22 100644 --- a/apps/web/content/articles/using-ide-for-writing.mdx +++ b/apps/web/content/articles/using-ide-for-writing.mdx @@ -122,5 +122,11 @@ Once you experience that kind of writing, it's hard to go back. --- -*This post is Part 1 of our series on building a modern publishing workflow.* -*Next: [Why Our CMS Is GitHub](https://hyprnote.com/blog/why-our-cms-is-github).* +This is Part 1 of our publishing series. + +1. [Why We Write Our Blog in an IDE](/blog/using-ide-for-writing) (You are here) +2. [Why Our CMS Is GitHub](/blog/why-our-cms-is-github) +3. [Choosing a CMS in 2025](/blog/choosing-a-cms) +4. [Don't Use a CMS Until You Absolutely Need One](/blog/dont-use-a-cms) +5. [Docs Edition: What to Use for Developer Documentation](/blog/developer-documentation-tools) +6. [How We Built Hyprnote's Publishing Stack](/blog/hyprnote-publishing-stack) From 5fd086dcaa7c605b396b31d0fd68d6562b3096d4 Mon Sep 17 00:00:00 2001 From: ComputelessComputer Date: Wed, 3 Dec 2025 01:35:59 +0900 Subject: [PATCH 2/2] docs(article): emphasize part 1 series note with bold formatting --- apps/web/content/articles/using-ide-for-writing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/content/articles/using-ide-for-writing.mdx b/apps/web/content/articles/using-ide-for-writing.mdx index fd71cdba22..6f50071a35 100644 --- a/apps/web/content/articles/using-ide-for-writing.mdx +++ b/apps/web/content/articles/using-ide-for-writing.mdx @@ -122,7 +122,7 @@ Once you experience that kind of writing, it's hard to go back. --- -This is Part 1 of our publishing series. +**This is Part 1 of our publishing series.** 1. [Why We Write Our Blog in an IDE](/blog/using-ide-for-writing) (You are here) 2. [Why Our CMS Is GitHub](/blog/why-our-cms-is-github)