Files
Johan fa1f9ce757 Sync docs with recent plugin changes; formatting and placeholder cleanup
- Document the new Panel Text Color control on Woo Custom Product Tabs
  (dotjuice-elementor-tools-pro 20260817.1)
- Document Dark Mode Toggle now persisting site-wide (pages without the
  toggle) and applying before first paint (dotjuice-elementor-tools
  c33084e)
- Add blank line before headings following image captions across pro
  widget docs, so they render correctly
- Regenerate placeholder screenshots for pro widget and pagespeed docs
- Remove stray H1 from the free plugin marketing overview (post title
  already serves as H1, matching the other marketing files)
- Bump local dev port to 3080, drop unused site/docs/.gitkeep

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SZsdkGdZYtCS6hZaX92NQ6
2026-08-30 19:01:26 +01:00
..

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Note: feel free to use the package manager of your choice.

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.