Skip to content

Commit 38819b8

Browse files
authored
Update and rename .md to Static Generated Sites are You Need.md
1 parent af2d519 commit 38819b8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

blog/.md renamed to blog/Static Generated Sites are You Need.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
---
2+
title: Why a Static Generated Site is the Best Choice for Developer Docs and Landing Pages
3+
authors: andrew
4+
header_image: /img/dev-docs-assets/ClippedHeroBg.png
5+
text_color: white
6+
tags: [markdown, docusaurus, developerdocs]
7+
---
18

2-
3-
# Why a Static Generated Site is the Best Choice for Developer Docs and Landing Pages
9+
# Why a Static Generated Site is the Best Choice for Developer Docs and Landing Pages
410

511
In the fast-paced world of software development, efficient documentation is crucial. Static generated sites, particularly those using Markdown and platforms like GitHub and Docusaurus, offer an optimal solution for developer docs and landing pages. Here's why:
612

713
## 1. Simplicity and Speed with Markdown
814

915
Static site generators like Docusaurus leverage Markdown, allowing developers to create lightning-fast documentation. Pages load instantly, enhancing user experience and reducing bounce rates.
1016

11-
## 2. Cost-Effective Hosting on GitHub
17+
## 2. Cost-Effective Hosting on GitHub or Vercel
1218

1319
Hosting developer docs on platforms like GitHub Pages is incredibly cost-effective, often free. This is perfect for open-source projects and startups looking to minimize expenses.
1420

@@ -46,4 +52,4 @@ Despite being "static," these sites can incorporate dynamic elements through Jav
4652

4753
In conclusion, for developer docs and landing pages, a static generated site using Markdown and tools like Docusaurus provides an excellent balance of simplicity, performance, and functionality. It's a powerful approach that can help your project's documentation stand out on platforms like GitHub.
4854

49-
55+

0 commit comments

Comments
 (0)