Skip to main content

DevOps/Cloud Documentation Project

This project simulates a real-world DevOps/Cloud documentation task.

🔧 Topic​

Deploying a Static Website with Vercel (using Docusaurus)

📂 Project Files​

FileDescription
overview.mdOverview of the tool/workflow
setup.mdSetup and configuration steps
step_by_step.mdCore guide with commands, visuals, etc.
troubleshooting.mdList of common issues and fixes
summary.mdSummary and next steps
reflection.mdWhat I learned from this project

🌱 What I Learned​

  • Define your audience first. Once I knew I was writing for developers new to Docusaurus/Vercel, deciding what to explain became straightforward.

  • Good documentation structure is strategic, not just organized. Each section (setup, step-by-step, troubleshooting, summary) serves a purpose so users can jump to what they need.

  • Testing your deployment process yourself is essential. Following my own instructions from scratch caught missing steps and unclear explanations I wouldn't have noticed otherwise.