- 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
13 lines
558 B
Bash
13 lines
558 B
Bash
# Container name — this is the DNS name Nginx Proxy Manager forwards to on
|
|
# the "proxy" network (Forward Hostname/IP: docusaurus-docs, Port: 3000).
|
|
CONTAINER_NAME=docusaurus-docs
|
|
|
|
# Port Docusaurus serves on inside the container.
|
|
PORT=3080
|
|
|
|
# Production URL of the docs site. Update this once you've picked the
|
|
# subdomain, then run `docker compose up -d --build` to rebuild with it —
|
|
# Docusaurus bakes the URL into the built site (canonical links, sitemap,
|
|
# social card meta tags), it isn't read at request time.
|
|
SITE_URL=https://docs.dotjuice.co.uk
|