mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
update site_url in mkdocs.yml (#95)
* update site_url in mkdocs.yml which will allow proper rendering of <link rel=canonical href=https://sitename.example/> * Update mkdocs.yml --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
@@ -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
|
||||
- pymdownx.details
|
||||
|
||||
Reference in New Issue
Block a user