FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

Remove root parameter override in watch mode

Open tymokvo opened this issue 1 year ago • 9 comments
trafficstars

Summary

  • Add optional watch flag for injecting a URL root into static site content for non-localhost browsers
  • Add case in if watch to replace root override with the passed URL root
  • Update injected websocket script to change request protocol based on window.location

Description

This adds the ability to serve the generated documentation site to browsers not running on localhost. For example, when working in a remote development environment like GitHub Codespaces or an ngrok endpoint.

tymokvo avatar Jun 26 '24 02:06 tymokvo