Merge c29065ce74 into 4583f88626
This commit is contained in:
commit
10a54994a1
@ -183,7 +183,7 @@ export function renderApp(state: AppViewState) {
|
|||||||
class="nav-item nav-item--external"
|
class="nav-item nav-item--external"
|
||||||
href="https://docs.molt.bot"
|
href="https://docs.molt.bot"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noopener noreferrer"
|
||||||
title="Docs (opens in new tab)"
|
title="Docs (opens in new tab)"
|
||||||
>
|
>
|
||||||
<span class="nav-item__icon" aria-hidden="true">${icons.book}</span>
|
<span class="nav-item__icon" aria-hidden="true">${icons.book}</span>
|
||||||
|
|||||||
@ -69,7 +69,7 @@ export function renderOverview(props: OverviewProps) {
|
|||||||
class="session-link"
|
class="session-link"
|
||||||
href="https://docs.molt.bot/web/dashboard"
|
href="https://docs.molt.bot/web/dashboard"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noopener noreferrer"
|
||||||
title="Control UI auth docs (opens in new tab)"
|
title="Control UI auth docs (opens in new tab)"
|
||||||
>Docs: Control UI auth</a
|
>Docs: Control UI auth</a
|
||||||
>
|
>
|
||||||
@ -98,7 +98,7 @@ export function renderOverview(props: OverviewProps) {
|
|||||||
class="session-link"
|
class="session-link"
|
||||||
href="https://docs.molt.bot/gateway/tailscale"
|
href="https://docs.molt.bot/gateway/tailscale"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noopener noreferrer"
|
||||||
title="Tailscale Serve docs (opens in new tab)"
|
title="Tailscale Serve docs (opens in new tab)"
|
||||||
>Docs: Tailscale Serve</a
|
>Docs: Tailscale Serve</a
|
||||||
>
|
>
|
||||||
@ -107,7 +107,7 @@ export function renderOverview(props: OverviewProps) {
|
|||||||
class="session-link"
|
class="session-link"
|
||||||
href="https://docs.molt.bot/web/control-ui#insecure-http"
|
href="https://docs.molt.bot/web/control-ui#insecure-http"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noopener noreferrer"
|
||||||
title="Insecure HTTP docs (opens in new tab)"
|
title="Insecure HTTP docs (opens in new tab)"
|
||||||
>Docs: Insecure HTTP</a
|
>Docs: Insecure HTTP</a
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user