From f0b81061fcc34f81fbb9dc4c5ceb2c27f164ba5a Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 27 Feb 2025 14:36:35 -0500 Subject: [PATCH] update site_url in mkdocs.yml (#95) * update site_url in mkdocs.yml which will allow proper rendering of * Update mkdocs.yml --------- Co-authored-by: Freddy Boulton --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f46d377..fbd0e54 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: FastRTC -site_url: https://sitename.example +site_url: https://fastrtc.org repo_name: fastrtc -repo_url: https://github.com/freddyaboulton/gradio-webrtc +repo_url: https://github.com/freddyaboulton/fastrtc theme: name: material custom_dir: overrides @@ -49,4 +49,4 @@ markdown_extensions: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - admonition - - pymdownx.details \ No newline at end of file + - pymdownx.details