freeswitch-docs icon indicating copy to clipboard operation
freeswitch-docs copied to clipboard

Correct broken comment syntax on FreeSWITCH Explained

Open hey-august opened this issue 1 year ago • 0 comments

Before

\{*

NOTE: The tagging system needs to be rebuilt using Docusaurus tags instead of Confluence Labels. See https://github.com/signalwire/freeswitch-docs/issues/79 for more information.

Pages tagged with the label "[examples](/tags/examples)" provide reference information to configure and experiment with FreeSWITCH. Be sure to click on the labels to find pages that related to that topic.

*/\}

After

{/*

NOTE: The tagging system needs to be rebuilt using Docusaurus tags instead of Confluence Labels. See https://github.com/signalwire/freeswitch-docs/issues/79 for more information.

Pages tagged with the label "[examples](/tags/examples)" provide reference information to configure and experiment with FreeSWITCH. Be sure to click on the labels to find pages that related to that topic.

*/}

hey-august avatar Aug 13 '24 14:08 hey-august