Process: SOP
See github repo sop-docs To create a new site: C:\Users\saad0\Documents\source\sop-docs>npx create-docusaurus@latest <website-name> classic Yes 👍 — Docusaurus is just a static site generator (like Jekyll or Hugo). The end product is plain HTML, CSS, and JS files, which means you can absolutely deploy it to cPanel hosting. Here’s how to do it: Step 1 — Build Your Docs Site On your local machine (or dev server): cd sop-docs npm run build This creates a /build folder containing your static site. Step 2 — Upload to cPanel You have two main options: 🔹 Option A — File Manager Log into your cPanel. Open File Manager → go to public_html/ (or a subfolder if you want yourdomain.com/docs ). Delete any old files (if this is a fresh site). Upload the contents of the /build folder. ⚠️ Important: upload the contents (index.html, assets folder, etc.), not the parent /build folder itself. 🔹 Option B — FTP / SFTP Connect with FileZilla or your preferred FTP c...